Title: lazurus's Replies | WordPress.org

---

# lazurus

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [query_posts, name, and like](https://wordpress.org/support/topic/query_posts-name-and-like/)
 *  Thread Starter [lazurus](https://wordpress.org/support/users/lazurus/)
 * (@lazurus)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/query_posts-name-and-like/#post-251124)
 * . . . ugh. But thank you 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Using “getRecentPosts” for a particular category](https://wordpress.org/support/topic/using-getrecentposts-for-a-particular-category/)
 *  [lazurus](https://wordpress.org/support/users/lazurus/)
 * (@lazurus)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/using-getrecentposts-for-a-particular-category/#post-251103)
 * Create a new page.
 * [http://www.nosq.com/2004/10/runphp-wordpress-plugin/](http://www.nosq.com/2004/10/runphp-wordpress-plugin/)
   
   ^— Install the runphp plugin.
 * Set your page to eval the code.
 * [http://mtdewvirus.com/code/wordpress-plugins/](http://mtdewvirus.com/code/wordpress-plugins/)
   
   ^— Use the “Recent Posts” plugin.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Formatting queries](https://wordpress.org/support/topic/formatting-queries/)
 *  Thread Starter [lazurus](https://wordpress.org/support/users/lazurus/)
 * (@lazurus)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/formatting-queries/#post-249256)
 * Ah, I understand.
 * Okay, if anyone is searching for this, here is the solution, nicely packaged.
 * 1. Create a file on your local computer called single.php. Dump the following
   into that file:
    `<?php /* Template Name: Single Page */ ?>
 * <?php get_header(); ?>
    <?php get_sidebar(); ?>
 * <div id="content">
    <?php the_content(); ?> <?php query_posts('category_id=1&
   orderby=title&order=ASC&posts_per_page=-1'); if (have_posts()) : while (have_posts()):
   the_post(); ?> "><?php the_title(); ?> <?php endwhile; endif; ?> </div>
 * <?php get_footer(); ?>
 * Save the file and upload it to your themes dir in wp-content.
 * 2. Create a blank page (write –> pages). Set the template to be this page.
 * 3. Voila. It runs. Apply whatever formatting you want.
 * Thanks for the help **Beel** and **Skippy**.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Formatting queries](https://wordpress.org/support/topic/formatting-queries/)
 *  Thread Starter [lazurus](https://wordpress.org/support/users/lazurus/)
 * (@lazurus)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/formatting-queries/#post-249182)
 * Sweet… but…
 * `Parse error: parse error, unexpected $ in /home/music20/public_html/wp/wp-content/
   plugins/runphp.php(96) : eval()â€™d code on line 5`
 * All Reviews
 * Parse error: parse error, unexpected T_ENDWHILE in /home/music20/public_html/
   wp/wp-content/plugins/runphp.php(96) : eval()â€™d code on line 2
 * <b>A little more background…</b>
    Using the runphp plugin to toss this on a page.
   All Reviews is the page title.
 * Ta!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [DreamHost says I have been hacked](https://wordpress.org/support/topic/dreamhost-says-i-have-been-hacked/)
 *  [lazurus](https://wordpress.org/support/users/lazurus/)
 * (@lazurus)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/dreamhost-says-i-have-been-hacked/#post-249091)
 * Not as bad as what canaca.com did to my site…
 * “We have logs that you were spamming. We have deleted all of your files and are
   suspending your account indefinitely.
 * Thank you for using Canaca.com”
 * They attributed it to the comments on our site – which were disabled and removed
   from the template. Worst hosts ever.

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