Title: nsn3's Replies | WordPress.org

---

# nsn3

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [get recent posts problems](https://wordpress.org/support/topic/get-recent-posts-problems/)
 *  [nsn3](https://wordpress.org/support/users/nsn3/)
 * (@nsn3)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/get-recent-posts-problems/#post-353780)
 * I’m using this script.
 * —-
 * <div class=”title”><?php _e(‘Ultimos Posts’); ?></div>
    -  <?php get_recentposts(); ?>
 * —-
 * Then. I turned it to …
 * —-
 * <div class=”title”><?php _e(‘Ultimos Posts’); ?></div>
    -  <?php get_recentposts(‘numberposts=5’); ?>
 * —-
 * … and it appeared the same error.
    The problem must be in that line.

Viewing 1 replies (of 1 total)