Forums
Forums / Theme: Store WP / EDIT FOOTER.PHP
(@sploitkt)
10 years, 7 months ago
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-me
code
<?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>
(@mr-case)
Quais as informações que você deseja colocar em seu rodapé ? o que você quer mudar? você já tentou usar seus widgets?
The topic ‘EDIT FOOTER.PHP’ is closed to new replies.