• 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)
  • 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

    (@lacraque)

    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 :/

    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:
    https://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,

    https://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.