Title: latest post Loop help
Last modified: August 18, 2016

---

# latest post Loop help

 *  Resolved [soren121](https://wordpress.org/support/users/soren121/)
 * (@soren121)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/latest-post-loop-help/)
 * Recently, I installed and customized the Brajeshwar theme on my site, [ToonCity News](http://tcn.110mb.com/).
   However, I soon found out that the Latest Post Loop is not working correctly.
   Anchor links and videos will not show when they are fetched by the Loop. I’m 
   not sure if this is a bug in WordPress or a problem with the theme, but it is
   really annoying me. Here are the theme files: [http://boxstr.com/files/24267_tdxqd/BlueLantern.zip](http://boxstr.com/files/24267_tdxqd/BlueLantern.zip),
   and here is the Loop code:
 *     ```
       <?php
       	$posts = get_posts('numberposts=1&offset=0&category=26');
       	foreach ($posts as $post) :
       ?>
       ```
   
 * Thanks! -soren121

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

 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/latest-post-loop-help/#post-646236)
 * [http://codex.wordpress.org/Template_Tags/get_posts](http://codex.wordpress.org/Template_Tags/get_posts)
   shows using setup_postdata($post)
 *  Thread Starter [soren121](https://wordpress.org/support/users/soren121/)
 * (@soren121)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/latest-post-loop-help/#post-646241)
 * OH! This explains it. Thanks! 🙂

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

The topic ‘latest post Loop help’ is closed to new replies.

## Tags

 * [brajeshwar](https://wordpress.org/support/topic-tag/brajeshwar/)
 * [loop](https://wordpress.org/support/topic-tag/loop/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [soren121](https://wordpress.org/support/users/soren121/)
 * Last activity: [18 years, 7 months ago](https://wordpress.org/support/topic/latest-post-loop-help/#post-646241)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
