[Plugin: Advanced Text Widget] Post Content to Front Page?
-
I want to include php code in the content loop of my Twenty Eleven front page.
I’ve installed the pluggin.
I added this php code in the advanced text widget entry box.
<?php include_once(ABSPATH.WPINC.’/rss.php’);
wp_rss(‘http://www.thepacker.com/fruit-vegetable-news/crops-markets/index.rss’, 5); ?>Selected Show and Front Page from the drop down menu.
Clicked Save
I pasted is_front_page() on Twenty Eleven: Main Index Template (index.php)
Didn’t work.
See:
http://davidkiessling.com/blueberry/Any suggestions?
The php output showed up in the right sidebar but that is not really where I want it to show up.
The topic ‘[Plugin: Advanced Text Widget] Post Content to Front Page?’ is closed to new replies.