EDIT FOOTER.PHP
-
I want to take all this information on the bottom and put other how do? already tried in many ways. help
________PT______________
Quero tirar todas informa??es que esta no rodapé e colocar outras como fa?o ? ja tentei de varias formas. ajude-mecode
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package Store WP
*/
?><?php igthemes_after_content(); ?>
</div><!– .row –>
</div><!– #content –><footer id=”colophon” class=”site-footer” role=”contentinfo”>
<div class=”site-info grid-1200″>
<div class=”row”>
<?php get_template_part(‘core-framework/partials/sidebar-footer’) ?>AA
<?php get_template_part(‘core-framework/partials/social’) ?>AA
</div><!– .row –>
</div><!– .site-info –>
<?php igthemes_footer(); ?>
</footer><!– #colophon –>
</div><!– #page –>
AA
<?php wp_footer(); ?></body>
</html>
- The topic ‘EDIT FOOTER.PHP’ is closed to new replies.