Title: Podpress doesn&#8217;t work within a mini loop
Last modified: August 18, 2016

---

# Podpress doesn’t work within a mini loop

 *  [lacraque](https://wordpress.org/support/users/lacraque/)
 * (@lacraque)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/podpress-doesnt-work-within-a-mini-loop/)
 * hi.
 * my configuration:
 * – wordpress 2.1 (and i don’t want to update that, as i made several changes to
   core files)
    – brajeshwar 7.0 theme (customized) – podpress 8.2 (latest version)
 * i hope someone can help me with the following problem:
 * what i’m trying to achieve is to have an mp3-player with every article teaser
   on my frontpage. i switched the “before <!–more–> tag” option in podpress on 
   and it works fine for the archive pages, but not for my front page.
 * i figured out it could have something to do with having two mini loops on the
   front page instead of one normal loop. in the archive pages there’s a normal 
   loop being used.
 * this is what my front page basically looks like:
 *     ```
       <?php
       $posts = get_posts('numberposts=1');
       foreach($posts as $post) :
       setup_postdata($post);
        ?>
   
       ...
   
       <div class="post-body">
       <?php the_content('<p class="more">more...
       '); ?>
   
       ...
   
       </div>
   
       ...
   
       <?php endforeach; ?>
   
       ...
   
       <?php
       $posts = get_posts('numberposts=5&offset=1');
       foreach($posts as $post) :
       setup_postdata($post);
        ?>
   
       ...
   
       <?php the_content('<p class="more">more...
       '); ?>
   
       ...
   
       <?php endforeach; ?>
       ```
   
 * does anybody know how to make either podpress work with this or how to use a 
   normal loop to achieve what the above syntax does?
 * thanks in advance
    and kind regards lacraque

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

 *  [Dgold](https://wordpress.org/support/users/dgold/)
 * (@dgold)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/podpress-doesnt-work-within-a-mini-loop/#post-586270)
 * unfortunately I don’t know
 * but you can also try asking on the MightySeek forums (the podpress home)
 * Good luck & please post again when you solve it!
 *  Thread Starter [lacraque](https://wordpress.org/support/users/lacraque/)
 * (@lacraque)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/podpress-doesnt-work-within-a-mini-loop/#post-586276)
 * i’d love to be able to post on the mightyseek forums – but unfortunately they
   just closed them down yesterday… right before i was going to ask this question:/
 *  [Dgold](https://wordpress.org/support/users/dgold/)
 * (@dgold)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/podpress-doesnt-work-within-a-mini-loop/#post-586284)
 * I see. That’s very unfortunate. I liked those forums. But I understand the explanation
   that Seek3r posted and I will personally donate more to help in a small way —
   if everyone that relies on PodPress did that, this problem would not have come
   up, because there are 1000’s of people who use Podpress. Their explanation for
   closing the Forums is here:
    [http://www.mightyseek.com/forum/](http://www.mightyseek.com/forum/)
 * In the meantime Mighty Seek provides this other place to ask Podpress questions
   as needed — not as convenient as the Forums though,
 * [http://tech.groups.yahoo.com/group/podpress/](http://tech.groups.yahoo.com/group/podpress/)
 * Hope this helps.

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

The topic ‘Podpress doesn’t work within a mini loop’ is closed to new replies.

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Dgold](https://wordpress.org/support/users/dgold/)
 * Last activity: [18 years, 10 months ago](https://wordpress.org/support/topic/podpress-doesnt-work-within-a-mini-loop/#post-586284)
 * Status: not a support question

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
