Hi,
I am attempting to show some content above the loop on the homepage only, using the following code I got from this post
http://forum.bytesforall.com/showthr...ABOVE+the+LOOP
I have placed some content sandwiched by a condition, as follows:
<?php if( is_home() ) { ?>
some content
<?php } ?>
This works well in that it doesn't display the content on pages I create and on posts, but when I click on the "older entries" link at the bottom of the excerpts on the homepage, and it goes to (for example) . . . wordpress/?paged=2, the content is still displaying as it does on the homepage. Is there some way to prevent this and have only excerpts appear on pages linked to "older entries?"
Here is the site I'm developing: http://cognitive-behavior-therapy.com/wordpress/
I'm using Atahualpa 3.5.3.
Thanks in advance for any help on this.
Andrew