Title: Mark Steggles's Replies | WordPress.org

---

# Mark Steggles

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [List posts and pages in same loop by date descending](https://wordpress.org/support/topic/list-posts-and-pages-in-same-loop-by-date-descending/)
 *  Thread Starter [Mark Steggles](https://wordpress.org/support/users/futurekode/)
 * (@futurekode)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/list-posts-and-pages-in-same-loop-by-date-descending/#post-2594752)
 * Yep that works.. thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [child theme breaks custom menu](https://wordpress.org/support/topic/child-theme-breaks-custom-menu/)
 *  Thread Starter [Mark Steggles](https://wordpress.org/support/users/futurekode/)
 * (@futurekode)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/child-theme-breaks-custom-menu/#post-2045393)
 * aha, you have to reassign the primary navigation in menu area when you activate
   a different theme.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [query posts multiple queries](https://wordpress.org/support/topic/query-posts-multiple-queries/)
 *  Thread Starter [Mark Steggles](https://wordpress.org/support/users/futurekode/)
 * (@futurekode)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/query-posts-multiple-queries/#post-954152)
 * I used a plugin instead
 * Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [hide category on home page doesnt work](https://wordpress.org/support/topic/hide-category-on-home-page-doesnt-work/)
 *  Thread Starter [Mark Steggles](https://wordpress.org/support/users/futurekode/)
 * (@futurekode)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/hide-category-on-home-page-doesnt-work/#post-954661)
 * I found a plugin called ‘category visibilty’ which seemed to do the trick
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [hide category on home page doesnt work](https://wordpress.org/support/topic/hide-category-on-home-page-doesnt-work/)
 *  Thread Starter [Mark Steggles](https://wordpress.org/support/users/futurekode/)
 * (@futurekode)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/hide-category-on-home-page-doesnt-work/#post-954659)
 * my code is:
 * <?php
    if (is_home()) { query_posts(“cat=-62”); } ?> <?php if (have_posts()) :?
   >
 *  <?php query_posts($query_string.’orderby=title&order=ASC’); while (have_posts()):
   the_post(); ?>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [query posts multiple queries](https://wordpress.org/support/topic/query-posts-multiple-queries/)
 *  Thread Starter [Mark Steggles](https://wordpress.org/support/users/futurekode/)
 * (@futurekode)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/query-posts-multiple-queries/#post-954138)
 * Ah I see the id number now. Still not got a solution. All I want to do is exclude
   a category from my home page (index.php)
 * <?php if (have_posts()) : ?>
 *  <?php query_posts($query_string.’orderby=title&order=ASC’); while (have_posts()):
   the_post(); ?>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [query posts multiple queries](https://wordpress.org/support/topic/query-posts-multiple-queries/)
 *  Thread Starter [Mark Steggles](https://wordpress.org/support/users/futurekode/)
 * (@futurekode)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/query-posts-multiple-queries/#post-954129)
 * category_name=- doesnt seem to work
 * query_posts($query_string.’orderby=title&order=ASC&category_name=-Archive’)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [query posts multiple queries](https://wordpress.org/support/topic/query-posts-multiple-queries/)
 *  Thread Starter [Mark Steggles](https://wordpress.org/support/users/futurekode/)
 * (@futurekode)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/query-posts-multiple-queries/#post-954110)
 * Im using wp 2.7 and I cant see id numbers for the categories
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [query posts multiple queries](https://wordpress.org/support/topic/query-posts-multiple-queries/)
 *  Thread Starter [Mark Steggles](https://wordpress.org/support/users/futurekode/)
 * (@futurekode)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/query-posts-multiple-queries/#post-954102)
 * Im having trouble working that into the same line:
 * query_posts($query_string.’&orderby=title&order=ASC’, ‘cat=-Archive’);
 * is that correct?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [display posts in order other than when they were posted](https://wordpress.org/support/topic/display-posts-in-order-other-than-when-they-were-posted/)
 *  Thread Starter [Mark Steggles](https://wordpress.org/support/users/futurekode/)
 * (@futurekode)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/display-posts-in-order-other-than-when-they-were-posted/#post-952396)
 * Ahh… didnt have ampersand at the start:
 * <?php query_posts($query_string.’&orderby=title&order=ASC’); while (have_posts()):
   the_post(); ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [display posts in order other than when they were posted](https://wordpress.org/support/topic/display-posts-in-order-other-than-when-they-were-posted/)
 *  Thread Starter [Mark Steggles](https://wordpress.org/support/users/futurekode/)
 * (@futurekode)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/display-posts-in-order-other-than-when-they-were-posted/#post-952395)
 * Adding order by title to the loop:
 * <?php query_posts($query_string.’orderby=title&order=ASC’); while (have_posts()):
   the_post(); ?>
 * this breaks the search feature and the categories links on my blog. I have tried
   different templates but no good. Am I using the order by title query_posts($query_string.’
   orderby=title&order=ASC’); correctly?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [display posts in order other than when they were posted](https://wordpress.org/support/topic/display-posts-in-order-other-than-when-they-were-posted/)
 *  Thread Starter [Mark Steggles](https://wordpress.org/support/users/futurekode/)
 * (@futurekode)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/display-posts-in-order-other-than-when-they-were-posted/#post-952263)
 * I figured it out <8o)
 * <?php query_posts($query_string.’orderby=title&order=ASC’); while (have_posts()):
   the_post(); ?>
 * Thanks for the help
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [display posts in order other than when they were posted](https://wordpress.org/support/topic/display-posts-in-order-other-than-when-they-were-posted/)
 *  Thread Starter [Mark Steggles](https://wordpress.org/support/users/futurekode/)
 * (@futurekode)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/display-posts-in-order-other-than-when-they-were-posted/#post-952261)
 * Hello, this should do the trick, thanks.
 * Can you help me implement it:
 *  <?php query_posts($query_string . “&order=title”); ?>
    <?php while (have_posts()):
   the_post(); ?>
 * is that right?
 * Thanks
 *   Forum: [Alpha/Beta/RC](https://wordpress.org/support/forum/alphabeta/)
    In 
   reply to: [Image Upload – “Specified file failed upload test.”](https://wordpress.org/support/topic/image-upload-specified-file-failed-upload-test/)
 *  [Mark Steggles](https://wordpress.org/support/users/futurekode/)
 * (@futurekode)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/image-upload-specified-file-failed-upload-test/page/4/#post-720247)
 * I had the uploader problem… everything worked fine and the images uploaded into
   the upload folder BUT couldnt get images into posts. These 2 items fixed the 
   problem:
 * 1) htacces in website-root should contain:
 * <IfModule mod_security.c>
    SecFilterEngine Off SecFilterScanPOST Off </IfModule
   >
 * 2) chmod settings for uploads folder set at: 755
 * Cheers

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