Add additional HTML blocks to any post type. Perfect for layouts with distinct content blocks, such as a sidebar or two column view.
/wp-content/plugins/ directory.get_secondary_content() and the_secondary_content() functions in your template!the_secondary_content( 'More Info', 20 );
Prints out content from the secondary block named "More Info" assigned to page ID 20.
the_secondary_content( 'Contact Information' );
Prints out content from the secondary block named "Contact Information" for the current post.
the_secondary_content();
Prints out content from the first secondary block assigned to the current post type, for the current post. Useful in situations where there is only one secondary content block.
Requires: 3.3 or higher
Compatible up to: 3.3.2
Last Updated: 2012-1-3
Downloads: 18,155
2 of 2 support threads in the last three weeks have been resolved.
Got something to say? Need help?