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?
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?
This topic has been closed to new replies.