Title: mack2d2's Replies | WordPress.org

---

# mack2d2

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Allow Visitors To Toggle Theme](https://wordpress.org/support/topic/allow-visitors-to-toggle-theme/)
 *  Thread Starter [mack2d2](https://wordpress.org/support/users/mack2d2/)
 * (@mack2d2)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/allow-visitors-to-toggle-theme/#post-1596884)
 * bump.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Allow Visitors To Toggle Theme](https://wordpress.org/support/topic/allow-visitors-to-toggle-theme/)
 *  Thread Starter [mack2d2](https://wordpress.org/support/users/mack2d2/)
 * (@mack2d2)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/allow-visitors-to-toggle-theme/#post-1596686)
 * maybe I can make different wordpress installs for each theme… but have each wordpress
   install pull content from the same database? am I reaching here? I really want
   to be able to do this, but the more research I do, the more it seems to not be
   possible.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [General Category & Searches lead to blank page](https://wordpress.org/support/topic/general-category-amp-searches-lead-to-blank-page/)
 *  Thread Starter [mack2d2](https://wordpress.org/support/users/mack2d2/)
 * (@mack2d2)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/general-category-amp-searches-lead-to-blank-page/#post-1186685)
 * I just completely rebuilt the template and it seems to have solved whatever the
   problem was. Thank you to those who tried to help, I appreciate it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [General Category & Searches lead to blank page](https://wordpress.org/support/topic/general-category-amp-searches-lead-to-blank-page/)
 *  Thread Starter [mack2d2](https://wordpress.org/support/users/mack2d2/)
 * (@mack2d2)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/general-category-amp-searches-lead-to-blank-page/#post-1186661)
 * I followed a random tutorial when I was learning to make use of the search in
   wordpress… and I’m learning now that my choice of tutorials may have been a mistake.
   I can’t even seem to find said tutorial now. I’m not actually using the http://
   so much as a php call that the tutorial said should be there that calls for the
   http:// address…
 * php call I’m using is
    `<?php bloginfo('home'); ?>`
 * That should lead to the same index.php file anyways shouldn’t it? I plugged in
   what you suggested… replacing that php call with the /index.php and the results
   were the same.
 * So far I’ve tried:
    Copying the search loop from the classic theme template into
   my own, since it works in the classic template I expected it to work in mine…
   no luck, same strange results.
 * Tried replacing the php call used in the search loop `<?php bloginfo('home');?
   >` with `/index.php` and the results were the same.
 * —————————
    Current chunk of html/php I am using for the search field that works
   fine when you search for something like “Dragon”, but fails in epic fashion if
   you search for something used more often such as “local”:
 *     ```
       <form id="searchform" method="get" action="/index.php">
       		<div>
       		<input type="text" name="s" id="s" size="15" /><br />
       		<input type="submit" value="<?php esc_attr_e('Search'); ?>" />
       		</div>
       		</form>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [General Category & Searches lead to blank page](https://wordpress.org/support/topic/general-category-amp-searches-lead-to-blank-page/)
 *  Thread Starter [mack2d2](https://wordpress.org/support/users/mack2d2/)
 * (@mack2d2)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/general-category-amp-searches-lead-to-blank-page/#post-1186611)
 * No luck… anyone have any other ideas or see anything suspicious in the code?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [General Category & Searches lead to blank page](https://wordpress.org/support/topic/general-category-amp-searches-lead-to-blank-page/)
 *  Thread Starter [mack2d2](https://wordpress.org/support/users/mack2d2/)
 * (@mack2d2)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/general-category-amp-searches-lead-to-blank-page/#post-1186342)
 * oh, and if there is in fact no results… it does give a message signifying there
   wasn’t any results to display. The problem seems to be when there are too many
   results, it just displays the background image and nothing else. Not even the
   sidebar navigation.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [General Category & Searches lead to blank page](https://wordpress.org/support/topic/general-category-amp-searches-lead-to-blank-page/)
 *  Thread Starter [mack2d2](https://wordpress.org/support/users/mack2d2/)
 * (@mack2d2)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/general-category-amp-searches-lead-to-blank-page/#post-1186334)
 * Haven’t copied the loop to mine, but I’ve went over the files side by side and
   fail to see any difference in the loop. Hoping someone happens to look at the
   code and notice something that screams “error” before I just blindly solve it
   by copying their loop in. Will try that later tonight if no one is able to spot
   a particular mistake in my source code…. I will also try to remember to update
   this post with whatever the outcome is.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [General Category & Searches lead to blank page](https://wordpress.org/support/topic/general-category-amp-searches-lead-to-blank-page/)
 *  Thread Starter [mack2d2](https://wordpress.org/support/users/mack2d2/)
 * (@mack2d2)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/general-category-amp-searches-lead-to-blank-page/#post-1186328)
 * The need for “search everything” plug-in doesn’t resolve the issue of the General
   category displaying a completely blank page when clicked on from the side bar…
   and it also doesn’t explain why the search would return a completely blank page(
   except for the background image).
 * Thank for your help, I will definitely take a good look at the Search Everything
   plug-in… as well as fix the post title section of the code.
 * Anyone have any insight as to what may be causing the problem? still unresolved.

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