Добрый день всем .Помоги те разобраться решил почистить футер от ссылок в итоге вообще удалил его что то не так с кодом хтмл кто может правильно расставить код по порядку копия внизу
<!-- - - - - - - - - - - - - - - - - Footer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<div id="footer">
<div id="footer_top">
<div id="footer_inner" class="clearfix">
<?php dynamic_sidebar('footer-1');?>
<?php dynamic_sidebar('footer-2');?>
<?php dynamic_sidebar('footer-3');?>
<?php dynamic_sidebar('footer-4');?>
</div>
</div>
<div id="footer_bottom">
<div class="col">
<p>
© <?php echo date('Y');?> <?php bloginfo();?>. <?php _e('All Rights Reserved.', 'glossyred') ?
> |
Powered by WordPress | Designed by
<img class="reset_logo" src="<?php echo get_template_directory_uri(); ?>/images/revologo.png" width="215" height="15" alt="Revolution Themes" />
</p>
<!-- Do not remove the link to http://revolution-themes.com/ -->
</div>
</div>
</div>
<?php wp_footer();?>
</body>
</html>
<!-- - - - - - - - - - - - - - - - - Footer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<div id="footer">
<div id="footer_top">
<div id="footer_inner" class="clearfix">
<?php dynamic_sidebar('footer-1');?>
<?php dynamic_sidebar('footer-2');?>
<?php dynamic_sidebar('footer-3');?>
<?php dynamic_sidebar('footer-4');?>
</div>
</div>
<div id="footer_bottom">
<div class="col">
<p>
© <?php echo date('Y');?> <?php bloginfo();?>. <?php _e('All Rights Reserved.', 'glossyred') ?
> |
Powered by WordPress | Designed by
<img class="reset_logo" src="<?php echo get_template_directory_uri(); ?>/images/revologo.png" width="215" height="15" alt="Revolution Themes" />
</p>
<!-- Do not remove the link to http://revolution-themes.com/ -->
</div>
</div>
</div>
<?php wp_footer();?>
</body>
</html>