Returns the site layout for different contexts.
Genesis Functions
A list of genesis functions
genesis_get_default_layout
genesis_get_layout
genesis_get_layouts
genesis_unregister_layout
genesis_set_default_layout
genesis_register_layout
This function registers new layouts by modifying the global $_genesis_layouts variable. Usage Parameters $layout_name (required) The name of the layout. $args An array of Arguments. Arguments label Actual name that is displayed in the admin area to select a layout. Default: No Label Selected img Image to be displayed when selecting layout on post page. […]
genesis_create_initial_layouts
genesis_nav
genesis_get_term_filter
genesis_get_custom_field
genesis_custom_field
genesis_seo_option
genesis_get_seo_option
genesis_option
genesis_get_option
genesis_user_meta_save
genesis_user_seo_fields
genesis_term_meta_save
genesis_add_taxonomy_seo_options
genesis_inpost_seo_save
genesis_add_inpost_seo_box
rel_canonical
genesis_canonical
genesis_robots_meta
genesis_seo_meta_keywords
genesis_seo_meta_description
genesis_doc_head_control
genesis_default_title
genesis_disable_scribe_nag
genesis_scribe_nag
genesis_seo_compatibility_check
genesis_clear_update_transient
genesis_update_push
genesis_update_email
genesis_update_nag
genesis_update_action_links
genesis_upgraded_notice
genesis_upgrade
genesis_update_check
genesis_register_sidebar
Description This function expedites the widget area registration process by taking common things, before/after_widget, before/after_title, and doing them automatically. Usage Parameters name – Sidebar name. id – Sidebar id – Must be all in lowercase, with no spaces. description – Text description of what/where the sidebar is. Shown on widget management screen. (Since 2.9) before_widget […]
genesis_get_image
Info: Pulls an image from the media gallery and returns it. Since: 0.1 Function:genesis_get_image($args = array())
genesis_load_favicon
Info: This function looks for a favicon. If it finds one, it will output the proper code in the Since: 0.2.2 Function Contents: Function Info: apply_filters() Filter Info: genesis_pre_load_favicon, genesis_favicon_url