21 May, 2004
Showing stuff only on your "individual" archive pages
Posted by: Jennifer In: WordPress: Lessons Learned
I'm so used to the way MT works – switching to a different system is taking a little getting used to. (I told Matt that I need MT Rehab) ;o)
In any case – if you want something to show up only on a page where one post is displayed, wrap it in this code:
<?php if ($single) { ?>
YOUR STUFF TO DISPLAY ON THE "SINGLE POST" PAGE
<?php } ?>
Related posts:
- Delink Pages Plugin (Plugin and this post last updated: 10/20/2009 – Latest Plugin...
- Striping IMG tags from the_content in WordPress (and how to fudge page excerpts) Background: For a site I was working on, I was...
Related posts brought to you by Yet Another Related Posts Plugin.
scriptygoddess
