Title: netsolns's Replies | WordPress.org

---

# netsolns

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Export file size jumped 3 times for no reason](https://wordpress.org/support/topic/export-file-size-jumped-3-times-for-no-reason/)
 *  Thread Starter [netsolns](https://wordpress.org/support/users/netsolns/)
 * (@netsolns)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/export-file-size-jumped-3-times-for-no-reason/#post-870800)
 * Hello, can someone please help with this problem!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Recent posts php messes up stats](https://wordpress.org/support/topic/recent-posts-php-messes-up-stats/)
 *  Thread Starter [netsolns](https://wordpress.org/support/users/netsolns/)
 * (@netsolns)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/recent-posts-php-messes-up-stats/#post-730820)
 * I have since changed the theme to Contempt and haven’t had a problem. Dunno if
   this is what sorted out the mess.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Header image not showing](https://wordpress.org/support/topic/header-image-not-showing-2/)
 *  Thread Starter [netsolns](https://wordpress.org/support/users/netsolns/)
 * (@netsolns)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/header-image-not-showing-2/#post-784583)
 * I finally gave up on it. I think it might have been some hosting thing more than
   some Kubrick thing. I simply changed the theme to Contempt. Then, I changed the
   head.jpg to a custom header image via FTP.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Header image not showing](https://wordpress.org/support/topic/header-image-not-showing-2/)
 *  Thread Starter [netsolns](https://wordpress.org/support/users/netsolns/)
 * (@netsolns)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/header-image-not-showing-2/#post-784453)
 * The kubric header.php file from metrochannel
 *     ```
       <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
       <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
   
       <head profile="http://gmpg.org/xfn/11">
       <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
   
       <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>
   
       <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
   
       <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
       <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
       <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
   
       <style type="text/css" media="screen">
   
       <?php
       // Checks to see whether it needs a sidebar or not
       if ( !$withcomments && !is_single() ) {
       ?>
       #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg-<?php bloginfo('text_direction'); ?>.jpg") repeat-y top; border: none; }
       <?php } else { // No sidebar ?>
       #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }
       <?php } ?>
   
       </style>
   
       <?php wp_head(); ?>
       </head>
       <body>
       <div id="page">
   
       <div id="header" onclick="location.href='http://metrochannel.in/blog/';" style="cursor: pointer;">
       <div id="headerimg">
       <h1 id="header">
       <a href="<?php bloginfo('url');?>"><?php bloginfo('name');?></a>
       </h1>
       <div class="description"><?php bloginfo('description');?>
       </div>
       </div>
       </div>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Header image not showing](https://wordpress.org/support/topic/header-image-not-showing-2/)
 *  Thread Starter [netsolns](https://wordpress.org/support/users/netsolns/)
 * (@netsolns)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/header-image-not-showing-2/#post-784414)
 * Samboll, thx for replying.
 * It’s my mistake. I forgot the URL. I have 3 blogs and 1 forums ID so such mismatches
   can happen.
 * the URL is
    [http://www.metrochannel.in/blog/](http://www.metrochannel.in/blog/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Recent posts php messes up stats](https://wordpress.org/support/topic/recent-posts-php-messes-up-stats/)
 *  Thread Starter [netsolns](https://wordpress.org/support/users/netsolns/)
 * (@netsolns)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/recent-posts-php-messes-up-stats/#post-730343)
 * Stats look OK now. I just checked. Dunno why it is iffy.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to authenticate wp blog in Yahoo](https://wordpress.org/support/topic/how-to-authenticate-wp-blog-in-yahoo/)
 *  Thread Starter [netsolns](https://wordpress.org/support/users/netsolns/)
 * (@netsolns)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/how-to-authenticate-wp-blog-in-yahoo/#post-727606)
 * Thanks haochi,
    My problem is that these instructions cannot be used on a wordpress.
   com blog. Or can they?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [smiley below footer](https://wordpress.org/support/topic/smiley-below-footer/)
 *  Thread Starter [netsolns](https://wordpress.org/support/users/netsolns/)
 * (@netsolns)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/smiley-below-footer/#post-718139)
 * Thanks Otto42, I feel really silly for kicking up a storm in my teacup.
 * Meanwhile I found the API key too. I had used a yahoo account to register whereas
   nowadays I am using a rediffmail account. When I checked the yahoo account, I
   found it sitting there looking all prim and proper.
 * Now if only I can make the jump from
 * no stats to stats on my hosted blog netsavvysolutions.in
 * and from
 * smiley to no smiley on my wordpress blog netsolns
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [smiley below footer](https://wordpress.org/support/topic/smiley-below-footer/)
 *  Thread Starter [netsolns](https://wordpress.org/support/users/netsolns/)
 * (@netsolns)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/smiley-below-footer/#post-718132)
 * Should’ve searched the forum before posting. A simple search for “smiley” revealed
   the following two threads
 * [http://wordpress.org/support/topic/140876](http://wordpress.org/support/topic/140876)
   
   [http://wordpress.org/support/topic/155573](http://wordpress.org/support/topic/155573)
 * and the solution:
 * Looking for a way to hide the gif? Don’t use “display:none”! Put this in your
   stylesheet:
    img#wpstats{width:0px;height:0px;overflow:hidden;}
 * Not that I am competent enough to implement it. It should be an option in the
   Dashboard.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [smiley below footer](https://wordpress.org/support/topic/smiley-below-footer/)
 *  Thread Starter [netsolns](https://wordpress.org/support/users/netsolns/)
 * (@netsolns)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/smiley-below-footer/#post-718131)
 * Thanks Boober, I am really ignorant.
 * Gosh, I couldn’t find the smiley info on the stats link.
 * Same problem with API key. Can’t find it in the email they sent. Can’t find it
   in my profile.
 * Please help!

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