how to edit footer so its the same on all pages?
-
I edited footer php ,i managed to place a policy page link in there
but it only shows on homepage, I want my privacy policy on all pages. I’ve been trying to solve this problem for days! can anyone help? here is my footer php<footer id="colophon" role="contentinfo"> <div id="site-generator"> <?php echo __('? ', 'hostmarks') . esc_attr( get_bloginfo( 'name', 'display' ) ); ?> <?php if ( (is_front_page() && ! is_paged()) || (is_page_template('alt_blog_template.php') && is_front_page() && ! is_paged()) ) : ?> <?php _e('- Powered by ', 'hostmarks'); ?><a>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'hostmarks' ); ?>"><?php _e('WordPress' ,'hostmarks'); ?></a> <?php _e(' ', 'hostmarks'); ?><a>"><?php _e('- privacy policy', 'hostmarks'); ?></a> <?php endif; ?> </div> </footer><!-- #colophon --> </div><!-- #container --> <?php wp_footer(); ?> </body> </html> </footer><!-- #colophon --> </div><!-- #container --> <?php wp_footer(); ?>
[Please use the code buttons for posting code here]
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘how to edit footer so its the same on all pages?’ is closed to new replies.