Archive by Author

twentyeleven_theme_options_add_page

Add our theme options page to the admin menu, including some help documentation.This function is attached to the admin_menu action hook.

14755

Continue reading

twentyeleven_setup

Sets up theme defaults and registers support for various WordPress features.Note that this function is hooked into the after_setup_theme hook, which runs before the init hook. The init hook is too late for some features, such as indicating support post thumbnails.

14753

Continue reading