Title: exploding-boy's Replies | WordPress.org

---

# exploding-boy

  [  ](https://wordpress.org/support/users/exploding-boy/)

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [DearCrissy.com : winter edition : looksee?](https://wordpress.org/support/topic/dearcrissycom-winter-edition-looksee/)
 *  [exploding-boy](https://wordpress.org/support/users/exploding-boy/)
 * (@exploding-boy)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/dearcrissycom-winter-edition-looksee/#post-289336)
 * all around it looks very nice…well done!
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [DearCrissy.com : winter edition : looksee?](https://wordpress.org/support/topic/dearcrissycom-winter-edition-looksee/)
 *  [exploding-boy](https://wordpress.org/support/users/exploding-boy/)
 * (@exploding-boy)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/dearcrissycom-winter-edition-looksee/#post-289335)
 * all around it looks very nice…well done!
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [RSS feed of only one catagory](https://wordpress.org/support/topic/rss-feed-of-only-one-catagory/)
 *  [exploding-boy](https://wordpress.org/support/users/exploding-boy/)
 * (@exploding-boy)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/rss-feed-of-only-one-catagory/#post-275374)
 * Can you not just link to the category feed like so:
    a href=”<?php bloginfo(‘
   url’); ?>/?feed=rss&cat=N” and replace N for the category you want to pull??
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [RSS feed of only one catagory](https://wordpress.org/support/topic/rss-feed-of-only-one-catagory/)
 *  [exploding-boy](https://wordpress.org/support/users/exploding-boy/)
 * (@exploding-boy)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/rss-feed-of-only-one-catagory/#post-275362)
 * To exclude multiple categories i.e. 1,2 and 6, you’ll have to work backwards 
   and include only the categories that you want to show up in your feed.
    Add the
   following to the ROOT index.php before the include to wp-blog-header.php:
 * if(isset($_GET[‘feed’])) {
    $cat=’1 2 6′; } change 1,2,6 to the categories you
   would like to exclude from your feed.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Bars in the Corner](https://wordpress.org/support/topic/bars-in-the-corner/)
 *  [exploding-boy](https://wordpress.org/support/users/exploding-boy/)
 * (@exploding-boy)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/bars-in-the-corner/#post-265662)
 * If you add the following to your stylesheet it should do away with the border.
   
   a img { border: none; }
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [StevenNet Football Club](https://wordpress.org/support/topic/stevennet-football-club/)
 *  [exploding-boy](https://wordpress.org/support/users/exploding-boy/)
 * (@exploding-boy)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/stevennet-football-club/#post-265413)
 * I like the color scheme and look of the site, but you have some errors that you
   may want to clean up:
    [Validation Results](http://validator.w3.org/check?uri=http://www.stevennet.cc/fc/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Bars in the Corner](https://wordpress.org/support/topic/bars-in-the-corner/)
 *  [exploding-boy](https://wordpress.org/support/users/exploding-boy/)
 * (@exploding-boy)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/bars-in-the-corner/#post-265412)
 * I created my own for my site [ExplodingBoy](http://exploding-boy.com).
 * You simply create your image and a style in your stylesheet. Next you will need
   to add the following to the body of your site.
    <!–[if IE]> <div id=”ifie”> <
   img src=”[http://www.yourdomain.com/images/yourpicture.gif&#8221](http://www.yourdomain.com/images/yourpicture.gif&#8221);
   alt=”ATTENTION: Your browser sucks, blah, blah, whatever ya wanna say” usemap
   =”#noie”/> <map name=”noie”>
 * </map>
    </div> <! [endif]–>
 * I added the following to my stylesheet:
    #ifie { position: absolute; z-index:
   1; right: 0; top: 0; }
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [Freshly (Un)Masked Blog](https://wordpress.org/support/topic/freshly-unmasked-blog/)
 *  [exploding-boy](https://wordpress.org/support/users/exploding-boy/)
 * (@exploding-boy)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/freshly-unmasked-blog/#post-265411)
 * You have a some errors when validating your site that you also might want to 
   clean up.
    [Validation Results](http://validator.w3.org/check?uri=http://debut.lostglam.com/)
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [Freshly (Un)Masked Blog](https://wordpress.org/support/topic/freshly-unmasked-blog/)
 *  [exploding-boy](https://wordpress.org/support/users/exploding-boy/)
 * (@exploding-boy)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/freshly-unmasked-blog/#post-265410)
 * I like the overall look of the sites and colors, but the background is a little
   too busy/overpowering. I would try to tone it down a bit.
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [Is my side bar too busy?](https://wordpress.org/support/topic/is-my-side-bar-too-busy/)
 *  [exploding-boy](https://wordpress.org/support/users/exploding-boy/)
 * (@exploding-boy)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/is-my-side-bar-too-busy/#post-263123)
 * yep, unfortunately there are still display problems with that section in FF.
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [Is my side bar too busy?](https://wordpress.org/support/topic/is-my-side-bar-too-busy/)
 *  [exploding-boy](https://wordpress.org/support/users/exploding-boy/)
 * (@exploding-boy)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/is-my-side-bar-too-busy/#post-262869)
 * [Screenshot of “What I’m Reading” in FF](http://img260.imageshack.us/img260/1306/ss0lp.gif)
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [Victoria E :: Public Ramblings](https://wordpress.org/support/topic/victoria-e-public-ramblings/)
 *  [exploding-boy](https://wordpress.org/support/users/exploding-boy/)
 * (@exploding-boy)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/victoria-e-public-ramblings/#post-262226)
 * Victoria, Your site looks good overall, but does take a long while to load. You
   may want to look at cutting down your load time by sizing down some of youre 
   images, as well making sure your site validates.
 * [Web Page Load Time Analyzer](http://www.websiteoptimization.com/services/analyze/)
 * [W3 Validator](http://validator.w3.org/)
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [Is my side bar too busy?](https://wordpress.org/support/topic/is-my-side-bar-too-busy/)
 *  [exploding-boy](https://wordpress.org/support/users/exploding-boy/)
 * (@exploding-boy)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/is-my-side-bar-too-busy/#post-262854)
 * Your sidebar doesn’t look too busy to me, It does have some display problems 
   with the “What I’m Reading” section in Firefox.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [New Theme – Stanch 2](https://wordpress.org/support/topic/new-theme-stanch-2/)
 *  [exploding-boy](https://wordpress.org/support/users/exploding-boy/)
 * (@exploding-boy)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/new-theme-stanch-2/#post-262851)
 * good looking theme
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [Exploding-boy.com Redesign](https://wordpress.org/support/topic/exploding-boycom-redesign/)
 *  Thread Starter [exploding-boy](https://wordpress.org/support/users/exploding-boy/)
 * (@exploding-boy)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/exploding-boycom-redesign/#post-248188)
 * [@victoriae](https://wordpress.org/support/users/victoriae/) – Thank you very
   much.
 * [@jalansutera](https://wordpress.org/support/users/jalansutera/) – I considered
   adding a background image or background color, but continued to come back to 
   the plain white. It might just be my simplistic taste.
 * [@jonimueller](https://wordpress.org/support/users/jonimueller/) – Hmm, I haven’t
   had anyone else get this error, but I will definetly look into it. Thanks!

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

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