Add link to my footer
-
Hi
i started to learn word press. my footer is :<?php // File Security Check if ( ! empty( $_SERVER['SCRIPT_FILENAME'] ) && basename( __FILE__ ) == basename( $_SERVER['SCRIPT_FILENAME'] ) ) { die ( 'You do not have sufficient permissions to access this page!' ); } ?> <div class="hFooter"></div> <!--</div>wrapper--> <footer> <div class="container footer_container"> <div class="row"> <div class="col-lg-12"> <p>? <?php echo date('Y');?>?<?php bloginfo('description'); ?></p> </div> </div> </div> </footer> <?php wp_footer();?> </body> </html>
i want to add one link (about us) and two email address in my footer. would u pls help me?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Add link to my footer’ is closed to new replies.