Title: swooper's Replies | WordPress.org

---

# swooper

  [  ](https://wordpress.org/support/users/swooper/)

 *   [Profile](https://wordpress.org/support/users/swooper/)
 *   [Topics Started](https://wordpress.org/support/users/swooper/topics/)
 *   [Replies Created](https://wordpress.org/support/users/swooper/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/swooper/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/swooper/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/swooper/engagements/)
 *   [Favorites](https://wordpress.org/support/users/swooper/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [the_content problem](https://wordpress.org/support/topic/the_content-problem-2/)
 *  Thread Starter [swooper](https://wordpress.org/support/users/swooper/)
 * (@swooper)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/the_content-problem-2/#post-264799)
 * Does nobody know anything about this?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [the_content problem](https://wordpress.org/support/topic/the_content-problem-2/)
 *  Thread Starter [swooper](https://wordpress.org/support/users/swooper/)
 * (@swooper)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/the_content-problem-2/#post-264769)
 * My intention was to emphasize the “the_content” part that anyone can take a quick
   scan..the php should be right the Read is what is going to be displayed if use
   the more tag while posting a new entry..To sum up strong or the php echo, sadly,
   are not the problem..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [writing a post](https://wordpress.org/support/topic/writing-a-post/)
 *  Thread Starter [swooper](https://wordpress.org/support/users/swooper/)
 * (@swooper)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/writing-a-post/#post-218309)
 * strange, now even 
    Â´s work, thx
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [ie5 seems to screw it all](https://wordpress.org/support/topic/ie5-seems-to-screw-it-all/)
 *  Thread Starter [swooper](https://wordpress.org/support/users/swooper/)
 * (@swooper)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/ie5-seems-to-screw-it-all/#post-217874)
 * in now works fine in all browser, i know : ) thx m8Â´s
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Counting Comments](https://wordpress.org/support/topic/counting-comments/)
 *  Thread Starter [swooper](https://wordpress.org/support/users/swooper/)
 * (@swooper)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/counting-comments/#post-216182)
 * thx [@ll](https://wordpress.org/support/users/ll/) especially techwench : )
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Displaying the 5 latest posts by:](https://wordpress.org/support/topic/displaying-the-5-latest-posts-by/)
 *  Thread Starter [swooper](https://wordpress.org/support/users/swooper/)
 * (@swooper)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/displaying-the-5-latest-posts-by/#post-216179)
 * [code][code] <?php
    $posts = get_posts('numberposts=5'); foreach ($posts as $
   post) : setup_postdata($post); ?> <h4>" rel="bookmark"><?php the_title(); ?></
   h4> <div class="post"><?php the_content(); ?></div> <p class="custom"><?php the_time('
   d. F Y ') ?> abgelegt in <?php the_category(', ') ?> | <?php edit_post_link('
   Edit','',''); ?> <?php endforeach; ?>[/code]
 * works fine
 * [code][code] <?php
    $posts = get_posts('numberposts=5'); foreach ($posts as $
   post) : setup_postdata($post); ?> <h4>" rel="bookmark"><?php the_title(); ?></
   h4> <div class="post"><?php the_content('More Â»'); ?></div> <p class="custom"
   ><?php the_time('d. F Y ') ?> abgelegt in <?php the_category(', ') ?> | <?php
   edit_post_link('Edit','',''); ?> <?php endforeach; ?>[/code]
 * as I need it with the 'More'-option doesnÂ´t..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Displaying the 5 latest posts by:](https://wordpress.org/support/topic/displaying-the-5-latest-posts-by/)
 *  Thread Starter [swooper](https://wordpress.org/support/users/swooper/)
 * (@swooper)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/displaying-the-5-latest-posts-by/#post-216166)
 * @ kafkaesqui
 * [code] <?php
    $posts = get_posts('numberposts=5'); foreach ($posts as $post) :
   setup_postdata($post); ?> <h4>" rel="bookmark"><?php the_title(); ?></h4> <div
   class="post"><?php the_content('More »'); ?></div> <p class="custom"><?php the_time('
   d. F Y ') ?> abgelegt in <?php the_category(', ') ?> | <?php edit_post_link('
   Edit','',''); ?> <?php endforeach; ?>[/code]
 * doensÂ´t work 🙁
 * @ alphaoide
 * I tried your suggestion, but didnÂ´t get it to work, could you post a working
   example?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Displaying the 5 latest posts by:](https://wordpress.org/support/topic/displaying-the-5-latest-posts-by/)
 *  Thread Starter [swooper](https://wordpress.org/support/users/swooper/)
 * (@swooper)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/displaying-the-5-latest-posts-by/#post-215903)
 * yes, youÂ´re right now I can use the content but only the whole content something
   like
 * [code]<?php the_content('Go on Â»'); ?>[/code]
 * doesnÂ´t work at all :/
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Displaying the 5 latest posts by:](https://wordpress.org/support/topic/displaying-the-5-latest-posts-by/)
 *  Thread Starter [swooper](https://wordpress.org/support/users/swooper/)
 * (@swooper)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/displaying-the-5-latest-posts-by/#post-215865)
 * doesnÂ´t quiet do, what was supposed to..
 * I just need a independent site where the five latest entries are displayed like
   <?php the_content(‘Go on »’); ?>
 * possible at all?

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