Retrieve Title of News Item?
-
Hi,
I’ve retrieved the first few words of my post:
<?php query_posts('showposts=1'); ?><?php while (have_posts()) : the_post(); ?><?php the_content_rss('', TRUE, '', 14); ?><?php endwhile;?>
But wondered, how do I then retrieve the post title?
- The topic ‘Retrieve Title of News Item?’ is closed to new replies.