Code only works on Home Page?
-
This code displays a snippet of a news item, but only seems to work on the Home Page sadly:
<?php query_posts('showposts=1&cat=1'); ?><?php while (have_posts()) : the_post(); ?> <li><p><?php the_content_rss('', TRUE, '', 10); ?></p></li><?php endwhile;?>
Why would it not work on any other page? I’m sure it must be something simple.
Thanks for your help
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Code only works on Home Page?’ is closed to new replies.