Hallo,
ich habe gestern den google analytics Code eingefügt in den Editor (im footer) aber nichts passiert.
Wer kann mir helfen? Könnt Ihr einen Fehler entdecken? Über jede Hilfe freue ich mich sehr.
Gruß Meilo
</div><!--.container_12-->
</div><!--.primary_content_wrap-->
<footer id="footer">
<div id="copyright" class="clearfix">
<?php if ( of_get_option('footer_menu') == 'true') { ?>
<nav class="footer">
<?php wp_nav_menu( array(
'container' => 'ul',
'menu_class' => 'footer-nav',
'depth' => 0,
'theme_location' => 'footer_menu'
));
?>
</nav>
<?php } ?>
<div id="footer-text">
<?php $myfooter_text = of_get_option('footer_text'); ?>
<?php if($myfooter_text){?>
<?php echo of_get_option('footer_text'); ?>
<?php } else { ?>
<a href="<?php bloginfo('url'); ?>/" title="<?php bloginfo('description'); ?>" class="site-name"><?php bloginfo('name'); ?></a> <?php _e('is proudly powered by', 'theme1769'); ?> <a href="http://wordpress.org">WordPress</a> <a href="<?php if ( of_get_option('feed_url') != '' ) { echo of_get_option('feed_url'); } else bloginfo('rss2_url'); ?>" rel="nofollow" title="<?php _e('Entries (RSS)', 'theme1769'); ?>"><?php _e('Entries (RSS)', 'theme1769'); ?></a> and <a href="<?php bloginfo('comments_rss2_url'); ?>" rel="nofollow"><?php _e('Comments (RSS)', 'theme1769'); ?></a>
<?php } ?>
<?php if( is_front_page() ) { ?>
<a href="http://www.celus.de" target="_blank">Professionelle Absicherung </a> von Logistikstandorten
<?php } ?>
</div>
</div>
</footer>
</div><!--.content-box-->
</div><!--#main-->
<?php wp_footer(); ?> <!-- this is used by many Wordpress features and for plugins to work properly -->
<?php if(of_get_option('ga_code')) { ?>
<script type="text/javascript">
<?php echo stripslashes(of_get_option('ga_code')); ?>
<script>
Hier ist der Google Analytics Code eingefügt!!!
</script>
</body>
</html>