Title: pal8's Replies | WordPress.org

---

# pal8

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/pal8/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/pal8/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom search based on category with pagination?](https://wordpress.org/support/topic/custom-search-based-on-category-with-pagination/)
 *  Thread Starter [pal8](https://wordpress.org/support/users/pal8/)
 * (@pal8)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/custom-search-based-on-category-with-pagination/#post-7696449)
 * Sorry nothing personal but this is wp in a nutshell. Complex, though when you
   know how to do it easy, poor explanation with overload of info when searching
   and bad support.
 * I’m sure there is a good explanation for this issue, and building a theme, out
   there somewhere. Suggestions?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom search based on category with pagination?](https://wordpress.org/support/topic/custom-search-based-on-category-with-pagination/)
 *  Thread Starter [pal8](https://wordpress.org/support/users/pal8/)
 * (@pal8)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/custom-search-based-on-category-with-pagination/#post-7696262)
 * Hi Nisha,
 * Thanks but that I know. I need to get the query string parameter /category/… 
   or ?category=…
 * A side note. I have a custom front-page as root with latest posts. The list of
   all post is in index.php but I have to use /?s= in order for that page to load.
   How do I go to index.php without that? Or should I make a custom page?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Featured Video Plus] How do I control width with css?](https://wordpress.org/support/topic/how-do-i-control-width-with-css/)
 *  Thread Starter [pal8](https://wordpress.org/support/users/pal8/)
 * (@pal8)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/how-do-i-control-width-with-css/#post-6713607)
 * Forget the width question. Let me ask a more general question:
 * How do I control this plugin with CSS?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [wp_head adds space](https://wordpress.org/support/topic/wp_head-adds-space/)
 *  Thread Starter [pal8](https://wordpress.org/support/users/pal8/)
 * (@pal8)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/wp_head-adds-space/#post-4725226)
 * Fixed it with
 *     ```
       add_action('get_header', 'wp_head_fix');
   
       function wp_head_fix(){
         //remove top margin
         remove_action('wp_head', '_admin_bar_bump_cb');
       }
       ```
   
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [WordPress and basic Pagination](https://wordpress.org/support/topic/wordpress-and-basic-pagination/)
 *  Thread Starter [pal8](https://wordpress.org/support/users/pal8/)
 * (@pal8)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/wordpress-and-basic-pagination/#post-3965927)
 * Working. 🙂
 * Was coding in the index file instead of search.php.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Clarification Site URL and Home](https://wordpress.org/support/topic/clarification-site-url-and-home/)
 *  Thread Starter [pal8](https://wordpress.org/support/users/pal8/)
 * (@pal8)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/clarification-site-url-and-home/#post-3950782)
 * Ok, think I understand it now. This is probably an old description. Nowadays 
   most people use their WP as blog and cms.
 * WP is the site. WP is not a blog tool installed in its own place anymore. This
   might help someone else. Forget what it says at “Changing The Site URL”. **Forget**“
   type in their browser”.
 * If you installed WP in it’s own directory in your web root but want WP to **be**
   your root, be your site, without having to type yourdomain.com/wordpress to reach
   it. Then follow this.
 * **WordPress address (URL)**
 * You find this field under Options > General.
 * This is the directory where you installed your WP. The so called core files. 
   Most often …/wordpress. WordPress address is a truthful description. Most often
   it’s [http://yourdomain.com/wordpress](http://yourdomain.com/wordpress)
 * Be aware that if you install WP using a temporary address or url, given to you
   by your host and used before your domain is pointing to the server, you will 
   have that address in the fields and must change that to the domain name when 
   it works.
 * **Site Address (URL)**
 * You find this field under Options > General.
 * Now this is what should be called “type in their browser”. This is your “home”.
   This is what people type in their url address to reach your site. This is your
   site address. E g [http://www.yourdomain.com](http://www.yourdomain.com)
 * Then follow this instruction [http://youtu.be/0wO54hYHYF4](http://youtu.be/0wO54hYHYF4)
 * **An alternative **
 * Often the host will say that your web root, on the server when logged in with
   ftp, is “www” or “html_public” or similar. When someone type [http://www.yourdomain.com](http://www.yourdomain.com)
   they come to that place. That’s web root.
 * Web root is where you put your WP directory (most often). So you have it in [http://www.yourdomain.com/wordpress](http://www.yourdomain.com/wordpress).
 * NOW. Sometimes you can also change, on the server settings, that your web root
   should be “www/wordpress” instead. When connecting a domain to your server it
   might ask you “ok, where should that domain point to, where is the site’s home,
   the directory”.
 * IF you change this so your web root actually is the WP directory, then both fields“
   WordPress address” and “Site address” should be the same [http://www.yourdomain.com](http://www.yourdomain.com)
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [About Site Address](https://wordpress.org/support/topic/about-site-address/)
 *  Thread Starter [pal8](https://wordpress.org/support/users/pal8/)
 * (@pal8)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/about-site-address/#post-3315803)
 * > Sorry, but I honestly have no idea what you are talking about.
 * I thank you for your effort to help but I say the same thing. Read what I said.
 * >  Reading it again more carefully made me understand. I didn’t first because
   > I’m so tired of overload info and complexity. WP is to complex. This is my 
   > point.
 * It didn’t die and warned ‘Already Installed’. But I see that it should have. 
   I don’t have the time but maybe is_blog_installed() should be examined for errors.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [About Site Address](https://wordpress.org/support/topic/about-site-address/)
 *  Thread Starter [pal8](https://wordpress.org/support/users/pal8/)
 * (@pal8)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/about-site-address/#post-3315791)
 * > Welcome to the WordPress support forums. You really should give that link a
   > read.
 * Thank you for your welcome. But app 14000 characters. I understood this would
   be a sensitive topic. Not easy to see the forest for the trees. Part of the complexity
   🙂
 * > WordPress doesn’t do that but you may have
 * Funny, it was WP who did it. Not me.
 * > It’s a little unclear if your at the before or after step.
 * Not part of the initial question. A different topic. When making a install WP
   should not be allowed to over-write existing tables without warning.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [About Site Address](https://wordpress.org/support/topic/about-site-address/)
 *  Thread Starter [pal8](https://wordpress.org/support/users/pal8/)
 * (@pal8)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/about-site-address/#post-3315783)
 * > Don’t bump
 * I didn’t know about this “rule”. Most of the forums I use don’t have it. And 
   don’t need it. FYI, I didn’t “bump” I added a second thought. I guess you mean
   I should have edit my first post instead?
 * > Of course we are. Read the docs again. Millions of people have made this move.
 * You need to read it again. Are you sure that “millions of people” are not lost
   as I am? Reading it again more carefully made me understand. I didn’t first because
   I’m so tired of overload info and complexity. WP is to complex. This is my point.
 * Anyway, this could easily be simplified by letting WP take care of writing and
   moving. Any problems with permissions would trigger WP to point to this info.
 * Under “Using a pre-existing subdirectory install” it ask you to move the .htaccess
   file. Does that relates to my second bump question?
 * I’m careful in what I do. I had a WP installed that was erased when reinstalling.
   WP overwrited the existing tables which is a huge no-no without warning.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [About Site Address](https://wordpress.org/support/topic/about-site-address/)
 *  Thread Starter [pal8](https://wordpress.org/support/users/pal8/)
 * (@pal8)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/about-site-address/#post-3315767)
 * Can I edit htacccess myself? Or is that not recommended? I would like to remove/
   wordpress/ from the url.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [All Pages Are Blank?](https://wordpress.org/support/topic/all-website-pages-are-blank/)
 *  [pal8](https://wordpress.org/support/users/pal8/)
 * (@pal8)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/all-website-pages-are-blank/#post-3309077)
 * Could be a problem with paths. When I changed site address to the install directory
   of wp, from [http://example.com](http://example.com) to [http://example.com/wordpress](http://example.com/wordpress)
   it got the pages back. But I had to make a basic redirect with a meta refresh
   from web root to /wordpress directory.
 * I suspect this problem is within wp. Perhaps when creating the htaccess rewrite
   rules (as I understand wp does)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [All Pages Are Blank?](https://wordpress.org/support/topic/all-website-pages-are-blank/)
 *  [pal8](https://wordpress.org/support/users/pal8/)
 * (@pal8)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/all-website-pages-are-blank/#post-3308979)
 * I have the same issue. I’m rather new to WP, but so far WP has just given me 
   a load of problems. I think WP is too complex for what it does. This might be
   part of the problem.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Reinstall WP](https://wordpress.org/support/topic/reinstall-wp-1/)
 *  Thread Starter [pal8](https://wordpress.org/support/users/pal8/)
 * (@pal8)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/reinstall-wp-1/#post-3301328)
 * It overwrited the existing tables without warning. That should never ever be 
   allowed. Thank you wp.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Reinstall WP](https://wordpress.org/support/topic/reinstall-wp-1/)
 *  Thread Starter [pal8](https://wordpress.org/support/users/pal8/)
 * (@pal8)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/reinstall-wp-1/#post-3301326)
 * Funny. Added 3.1 and got this after adding the basic info:
 * “You cannot update because WordPress 3.4.2 requires MySQL version 5.0 or higher”
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Reinstall WP](https://wordpress.org/support/topic/reinstall-wp-1/)
 *  Thread Starter [pal8](https://wordpress.org/support/users/pal8/)
 * (@pal8)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/reinstall-wp-1/#post-3301257)
 * Would be helpful if they added which WP version that supports my mysql 4. But
   I guess that would make it to simple 🙂

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/pal8/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/pal8/replies/page/2/?output_format=md)