Displays post info on Home Page, but nowhere else :(
-
Hi,
I have the following on every page of my site:
<? include('test.php'); ?>
And in ‘test.php’ I have:
<li><?php query_posts('showposts=1&cat=1'); ?><?php while (have_posts()) : the_post(); ?><?php the_content_rss('', TRUE, '', 10); ?><?php endwhile;?> </li>
It basically displays a snippet of news.
However, this only seems to display the content when in ‘index.php’ or ‘archive.php’ nowhere else, why is this?Many thanks for any assistance.
- The topic ‘Displays post info on Home Page, but nowhere else :(’ is closed to new replies.