Title: WallaceTech's Replies | WordPress.org

---

# WallaceTech

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site not loading](https://wordpress.org/support/topic/site-not-loading-12/)
 *  Thread Starter [WallaceTech](https://wordpress.org/support/users/wallacetech/)
 * (@wallacetech)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/site-not-loading-12/#post-2374241)
 * Got it.
 * It was a plug in that was causing it to not work. I had installed the Visitor
   maps plugin. I just remoced this from the plugin folder and now my blog is back
   and working.
 * Thanks for replying anyway mate
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site not loading](https://wordpress.org/support/topic/site-not-loading-12/)
 *  Thread Starter [WallaceTech](https://wordpress.org/support/users/wallacetech/)
 * (@wallacetech)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/site-not-loading-12/#post-2374239)
 * Do you mean Windows eventvwr or is there a error log file kicking around for 
   Word Press?
 * My windows logs look fine and dandy to fair. Noting out of whack.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Index Page CSS](https://wordpress.org/support/topic/index-page-css/)
 *  Thread Starter [WallaceTech](https://wordpress.org/support/users/wallacetech/)
 * (@wallacetech)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/index-page-css/#post-2315504)
 * Yep tried that and it removes the image again.
 * I am running multiple sites on WP could this be why i need to use the full URL?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Index Page CSS](https://wordpress.org/support/topic/index-page-css/)
 *  Thread Starter [WallaceTech](https://wordpress.org/support/users/wallacetech/)
 * (@wallacetech)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/index-page-css/#post-2315496)
 * Thanks mate. Ok so using the following allows my background to show when i load
   the page.
 * example.com/wp-content/themes/mytheme/images/
 * I am abit confused. When i look at other templates and the .css files they all
   seem to use
 * (images/IMAGE NAME HERE)
 * Any ideas?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [web.config](https://wordpress.org/support/topic/webconfig/)
 *  Thread Starter [WallaceTech](https://wordpress.org/support/users/wallacetech/)
 * (@wallacetech)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/webconfig/#post-2300772)
 * Correct Server 2008 R2!. I have been running WP on this platform for sometime
   with no issues. This is a new install.
 * Any ideas where or how i get my web.config
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [| ,?bloginfo(‘name’);?>](https://wordpress.org/support/topic/bloginfonamegt/)
 *  Thread Starter [WallaceTech](https://wordpress.org/support/users/wallacetech/)
 * (@wallacetech)
 * [16 years ago](https://wordpress.org/support/topic/bloginfonamegt/#post-1486685)
 * Thanks, i have made the change and this is now working.
 * Thanks again for your help
 * Craig
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [| ,?bloginfo(‘name’);?>](https://wordpress.org/support/topic/bloginfonamegt/)
 *  Thread Starter [WallaceTech](https://wordpress.org/support/users/wallacetech/)
 * (@wallacetech)
 * [16 years ago](https://wordpress.org/support/topic/bloginfonamegt/#post-1486652)
 * Thanks mate, i will give that a go.
 * Will report back
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [| ,?bloginfo(‘name’);?>](https://wordpress.org/support/topic/bloginfonamegt/)
 *  Thread Starter [WallaceTech](https://wordpress.org/support/users/wallacetech/)
 * (@wallacetech)
 * [16 years ago](https://wordpress.org/support/topic/bloginfonamegt/#post-1486593)
 * Thanks mate. here is the header info
 *     ```
       <head profile="http://gmpg.org/xfn/11">
       	<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
       	<meta name="robots" content="index,follow" />
       	<meta name="revisit-after" content="7 Days" />
   
       	<title>
       		<?php if ( is_home() ) { ?><?php bloginfo('description'); ?> | <? bloginfo('name'); ?><?php } ?>
       		<?php if ( is_search() ) { ?><?php echo $s; ?> | <? bloginfo('name'); ?><?php } ?>
       		<?php if ( is_single() ) { ?><?php wp_title(''); ?> | <? bloginfo('name'); ?><?php } ?>
       		<?php if ( is_page() ) { ?><?php wp_title(''); ?> | <? bloginfo('name'); ?><?php } ?>
       		<?php if ( is_category() ) { ?>Archive <?php single_cat_title(); ?> | <? bloginfo('name'); ?><?php } ?>
       		<?php if ( is_month() ) { ?>Archive <?php the_time('F'); ?> | <? bloginfo('name'); ?><?php } ?>
       		<?php if ( is_tag() ) { ?><?php single_tag_title();?> | <? bloginfo('name'); ?><?php } ?>
       	</title>
   
       	<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="shortcut icon" type="image/x-png" href="<?php bloginfo('template_url'); ?>/images/favicon.png" />
       	<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
   
       	<?php wp_head(); ?>
       </head>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [New Install – Just Text on Screen](https://wordpress.org/support/topic/new-install-just-text-on-screen/)
 *  Thread Starter [WallaceTech](https://wordpress.org/support/users/wallacetech/)
 * (@wallacetech)
 * [16 years ago](https://wordpress.org/support/topic/new-install-just-text-on-screen/#post-1486546)
 * Not to worry i see that i had to change the URL in the settings page, all is 
   good now

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