Title: igorboog's Replies | WordPress.org

---

# igorboog

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Slow site response time](https://wordpress.org/support/topic/slow-site-response-time/)
 *  [igorboog](https://wordpress.org/support/users/igorboog/)
 * (@igorboog)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/slow-site-response-time/#post-251380)
 * Hi Usayd,
 * I was searching in the forums for WP-shortstat and slow loading times (on my –
   still hidden / under construction – new site I had a slow loading time caused
   by WP-shortstat), and I found the thread were in right now, and later this one:
 * [http://wordpress.org/support/topic/47348](http://wordpress.org/support/topic/47348)
 * Might be useful for you.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Precondition Failed](https://wordpress.org/support/topic/precondition-failed-1-2-3/)
 *  [igorboog](https://wordpress.org/support/users/igorboog/)
 * (@igorboog)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/precondition-failed-1-2-3/#post-299752)
 * Maybe your host has installed mod_security. Put this in your .htaccess:
 * SecFilterEngine off
 * (to turn mod_security off), and hopefully you won’t see the error anymore. Good
   luck.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Done, But with errors on the page](https://wordpress.org/support/topic/done-but-with-errors-on-the-page/)
 *  [igorboog](https://wordpress.org/support/users/igorboog/)
 * (@igorboog)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/done-but-with-errors-on-the-page/#post-287836)
 * With that many errors, it might be a good idea to try if HTML Tidy can do some
   things automated for you:
 * [http://tidy.sourceforge.net/](http://tidy.sourceforge.net/)
 * Backup your file (or better: use a backup to ‘tidy’), experiment with the settings.
   You can use it as an extension in a text-editor, for example in Notetab Light.
 * In any case: it’s a good way to learn. Good luck and have fun.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [REQ: Replace WordPress Search with Yahoo Search](https://wordpress.org/support/topic/req-replace-wordpress-search-with-yahoo-search/)
 *  [igorboog](https://wordpress.org/support/users/igorboog/)
 * (@igorboog)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/req-replace-wordpress-search-with-yahoo-search/#post-257312)
 * I’ve used this method (not visible yet on my site – I’m rebuilding):
 * [Stylegala Google site search](http://www.stylegala.com/articles/making_a_google_search_engine_with_standards.htm)
 * And it works.
 * Note: your site will have to be indexed regularly by Google for this to be of
   good use for your visitors.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Hide Categorie](https://wordpress.org/support/topic/hide-categorie/)
 *  [igorboog](https://wordpress.org/support/users/igorboog/)
 * (@igorboog)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/hide-categorie/#post-287167)
 * Try this over here:
    [http://wordpress.org/support/topic/49015#post-270091](http://wordpress.org/support/topic/49015#post-270091)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [query-posts to display only one category on main page](https://wordpress.org/support/topic/query-posts-to-display-only-one-category-on-main-page/)
 *  [igorboog](https://wordpress.org/support/users/igorboog/)
 * (@igorboog)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/query-posts-to-display-only-one-category-on-main-page/#post-281401)
 * I use the following (in my not yet visible site in development).
 * When I only want to show category 2:
    $wp_query->set(‘cat’, ‘2’); query_posts(”);
 * And then the loop starts:
    if (have_posts()) : while (have_posts()) : the_post();
 * And so on. Note: this will display posts that are in cat 2, but also posts that
   are **also** in cat 2.

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