Edit footer.php
-
hi, I want to ask how to edit footer text like proudly presented by…..
I go to footer.php~ but it unlike something I famliar with<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package Oblique
*/
?></div>
</div><!– #content –><?php do_action( ‘oblique_footer_svg’ ); ?>
<footer id=”colophon” class=”site-footer” role=”contentinfo”>
<div class=”site-info container”>
<?php do_action( ‘oblique_footer’ ); ?>
</div><!– .site-info –>
</footer><!– #colophon –>
</div><!– #page –><?php wp_footer(); ?>
</body>
</html>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Edit footer.php’ is closed to new replies.