Showing Pods Content in the Thesis Theme with one line of code

0

Add this to your Pod Page's Precode section and you're all set. It runs the Pods Content function right underneath whatever you've got going in your content area in your Thesis theme.<pre><?php add_action('thesis_hook_after_content','pods_content'); ?></pre> Or do it before:<pre><?php add_action('thesis_hook_before_content','pods_content'); ?></pre>

asked Feb 26 '10 at 12:34

sc0ttkclark

2936

How would you use this if you use Openhook? I'm sure you're familiar with it, but basically you wouldn't need to specify the location of the hook because you're executing the code directly in Openhook and the plugin has text boxes that allow you to input commands for each hook available (so could get rid of the location but still want my pod to display) Thanks! – mrpiano Jan 22 '11 at 1:41
add comment
enter at least 15 characters

1 Answer

0

Is there any way to integrate pods pages generated by slugs in to thesis?

I.E. JChristopher's series on building team profile pages and using the team/* under the thesis framework?

answered Feb 26 '10 at 12:34

hsatterwhite

211

add comment
enter at least 15 characters