I want to replace the "xxxxx" in the code below with proper php code that will allow me to place a link with anchor text in the footer of my wordpress template. Anyone care to share the code needed to do that? Code: <!-- Copyright Starts --> <div id="copyright-out"> <div id="copyright" class="wrap"> <div class="col-left"> <p>© <?php the_time('Y'); ?> <?php bloginfo(); ?>. <?php _e('All Rights Reserved.'); ?></p> </div> <div class="col-right"> <p>xxxxxxx</p> </div> </div> </div> <!-- Copyright Ends -->
How do i add a link in footer using php?
4
I want to replace the "xxxxx" in the code below with proper php code that will allow me to place a link with anchor text in the footer of my wordpress template. Anyone care to share the code needed to do that?
Code:
<!-- Copyright Starts -->
<div id="copyright-out">
<div id="copyright" class="wrap">
<div class="col-left">
<p>© <?php the_time('Y'); ?> <?php bloginfo(); ?>. <?php _e('All Rights Reserved.'); ?></p>
</div>
<div class="col-right">
<p>xxxxxxx</p>
</div>
</div>
</div>
<!-- Copyright Ends --> - SteveJohnson
- [1] reply
- ErnieB
- drewgrantt Banned
- LP_User
Next Topics on Trending Feed
-
4