Title: the_content_rss Issues
Last modified: August 19, 2016

---

# the_content_rss Issues

 *  [Michael Benson](https://wordpress.org/support/users/michaelbenson/)
 * (@michaelbenson)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/the_content_rss-issues/)
 *     ```
       <!--recent posts start -->
         <div class="footer-recent-posts">
           <h4>Recent Posts</h4>
   
       	<ul>
       <?php
        $lastposts = get_posts('numberposts=3');
        foreach($lastposts as $post) :
           setup_postdata($post);
        ?>
       	<li><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent link to'); ?> <?php the_title(); ?>"><?php the_title(); ?></a>:  <?php the_content_rss('', TRUE, '', 10); ?>
       	</li>
        <?php endforeach; ?>
       	</ul>
   
         </div>
         <!--recent posts end -->
       ```
   
 * Hey guys, the above is some code which I am placing in my ./footer.php file to
   call the 3 latest blogs posted. However I am having some issues getting it to
   work properly; when viewing the footer on for instance a Search Result page, 
   an Index page, or an Archive page all three latest posts load fine.
 * However, when viewing an actual blog post, only the description for the most 
   recent blog post recorded is included, with the other two featuring a blank blog
   description.
 * Any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [Michael Benson](https://wordpress.org/support/users/michaelbenson/)
 * (@michaelbenson)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/the_content_rss-issues/#post-728234)
 * Any idea at all on this issue?
 *  Thread Starter [Michael Benson](https://wordpress.org/support/users/michaelbenson/)
 * (@michaelbenson)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/the_content_rss-issues/#post-728259)
 * Would really appreciate any replies on this matter.
 *  [4k](https://wordpress.org/support/users/4k/)
 * (@4k)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/the_content_rss-issues/#post-728260)
 * what about using an archive tag instead?
 * `<?php wp_get_archives('type=postbypost&limit=20&format=custom'); ?>`
 * changing the 20 to 3
 * [archive tags](http://codex.wordpress.org/Template_Tags/wp_get_archives)
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/the_content_rss-issues/#post-728270)
 * Not really a “content_rss” issue… more a “post” and “loop” issue.
    Your initial
   loop (showing the single post) and the second loop interfere whith each other.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘the_content_rss Issues’ is closed to new replies.

## Tags

 * [setup_postdata](https://wordpress.org/support/topic-tag/setup_postdata/)
 * [the_content](https://wordpress.org/support/topic-tag/the_content/)
 * [the_content_rss](https://wordpress.org/support/topic-tag/the_content_rss/)

 * 4 replies
 * 3 participants
 * Last reply from: [moshu](https://wordpress.org/support/users/moshu/)
 * Last activity: [18 years, 2 months ago](https://wordpress.org/support/topic/the_content_rss-issues/#post-728270)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
