dkret3 theme footer issue
-
https://howtostopsquirrels.com/
I want to add a privacy policy page link in the footer of my dkret3 theme.
But the footer.php seems to be filled with hooks.I can’t figure out how to place a link in the footer. I even looked in the subsidy.php for the powered by wordpress link, thinking I could simply modify that, but it wasn’t in there.
Below is the dkret3 theme footer:
<?php
/**
* The template used to display the footer
*
* Contains all content after id=container div and all content.
* Calls subsidiary.php for bottom widgets
*
* @package dkret3
* @since 3.6
*/get_sidebar( ‘subsidiary’ ) ?>
<div id=”footer” role=”contentinfo”>
<?php /* dkret3 Hook */ do_action( ‘dkret_before_footer’ ); ?>
<?php /* dkret3 Hook */ do_action( ‘dkret_footer’ ); ?>
<?php /* dkret3 Hook */ do_action( ‘dkret_after_footer’ ); ?>
</div><!– #footer –>
</div><!– #wrapper .hfeed –>
<?php /* dkret3 Hook */ do_action( ‘dkret_after_html’ ); ?>
<?php /* WordPress footer Hook */ wp_footer() ?></body>
</html>
- The topic ‘dkret3 theme footer issue’ is closed to new replies.