Title: lostmodern3d's Replies | WordPress.org

---

# lostmodern3d

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal WordPress Update](https://wordpress.org/support/topic/fatal-wordpress-update/)
 *  Thread Starter [lostmodern3d](https://wordpress.org/support/users/lostmodern3d/)
 * (@lostmodern3d)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/fatal-wordpress-update/#post-6483670)
 * Downgrading to 3.9.8 is not helping
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal WordPress Update](https://wordpress.org/support/topic/fatal-wordpress-update/)
 *  Thread Starter [lostmodern3d](https://wordpress.org/support/users/lostmodern3d/)
 * (@lostmodern3d)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/fatal-wordpress-update/#post-6483665)
 * [http://wpshower.com/themes/imbalance/](http://wpshower.com/themes/imbalance/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Retrieve adjacent posts query](https://wordpress.org/support/topic/retrieve-adjacent-posts-query/)
 *  Thread Starter [lostmodern3d](https://wordpress.org/support/users/lostmodern3d/)
 * (@lostmodern3d)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/retrieve-adjacent-posts-query/#post-2310499)
 * Thanks esmi for the fast suggestion.
    There must be a way to call the adjacent
   post, plugins like [post navigation](http://dennishoppe.de/wordpress-plugins/post-navigation-widget)
   do it. query_posts() is maybe not the best solution, what about wp_query() or
   get_adjacent_post()? But randomizing is a really cool idea, even maybe better.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Retrieve adjacent posts query](https://wordpress.org/support/topic/retrieve-adjacent-posts-query/)
 *  Thread Starter [lostmodern3d](https://wordpress.org/support/users/lostmodern3d/)
 * (@lostmodern3d)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/retrieve-adjacent-posts-query/#post-2310411)
 * the full php string might be useful
 * <?php
    wp_reset_query(); query_posts(“showposts=2&offset=1”); if ( have_posts()):
   while ( have_posts() ) : the_post(); ?>
 * thanks

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