fabianhartmann
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Iinsert Google Analystic codeplease help me!!!!!!!!!!
Forum: Fixing WordPress
In reply to: Iinsert Google Analystic codenow my footer.php looks like this
<?php global $wp_theme_options; ?>
<div style=”clear: both;”></div>
<div id=”footer”><?php wp_page_menu(‘menu_class=footernav&depth=1’); ?>
<?php wp_footer(); //we need this for plugins ?>
</div><!–end #footer–></div>
<?php do_action(‘it_footer’); ?>
<script type=”text/javascript”>
var gaJsHost = ((“https:” == document.location.protocol) ? “https://ssl.” : “http://www.”);
document.write(unescape(“%3Cscript src='” + gaJsHost + “google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E”));
</script>
<script type=”text/javascript”>
try {
var pageTracker = _gat._getTracker(“UA-12781987-1”);
pageTracker._trackPageview();
} catch(err) {}</script>
</body><BODY onLoad=”scrlsts()”>
<p><center>
<b><font face=”arial, helvetica” size”-2″>Triple S
</b>
<b>by</b> Superior Sprayed Systems Ltd.</font>
</center><p><!– Script Size: 0.88 KB –>
</html>
but it is still not working! why?
Forum: Fixing WordPress
In reply to: URGENT!!!Hey guys i accidently changed BLOG ADRESStahnks very much it is resolved now!!!!!!!!!!!!
Forum: Fixing WordPress
In reply to: URGENT!!!Hey guys i accidently changed BLOG ADRESSEdit wp-config.php
It should be possible to fix the site URL using a new feature –
Add these two lines to your wp-config.php, where “example.com” is the NEW location of your site.
define(‘WP_HOME’,’http://example.com’);
define(‘WP_SITEURL’,’http://example.com’);That should be it. If it worked, stop reading this page now.
Thanks filosofo for the fix, implemented in 2.2.
which place should i add those lines?