slobjones Posted January 12, 2010 Share Posted January 12, 2010 I need to place sidebar content on my WordPress blog that appears on the home page only. This means the content should display only at mysite.com and not at mysite.com/page/2/ Normally, I would just create a new sidebar.php template. But in this case, both the home page and inside pages use the same home template, index.php -- which means they both use the same sidebar. Is there a conditional statement, perhaps using the WordPress tags is_home and/or is_page, that would allow me to display a different sidebar on inside pages? Thanks. Quote Link to comment Share on other sites More sharing options...
satya61229 Posted January 24, 2010 Share Posted January 24, 2010 You need widget logic: http://wordpress.org/extend/plugins/widget-logic/ with this you can show content on front page, single page/post, page etc. now if u like my idea then please visit my blog and add bookmark to bookmarking sites! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.