Tag Archives: codex

dynamic_sidebar

Display dynamic sidebar.By default it displays the default sidebar or ‘sidebar-1’. The ‘sidebar-1’ is not named by the theme, the actual name is ‘1’, but ‘sidebar-‘ is added to the registered sidebars for the name. If you named your sidebar ‘after-post’, then the parameter $index will still be ‘after-post’, but the lookup will be for ‘sidebar-after-post’.

992

Continue reading

do_shortcode

Search content for shortcodes and filter shortcodes through their hooks.If there are no shortcode tags defined, then the content will be returned without any filtering. This might cause issues when plugins are disabled but the shortcode will still show up in the post or content.

974

Continue reading

do_robots

Display the robots.txt file content.The echo content should be with usage of the permalinks or for creating the robots.txt file.

968

Continue reading