Quantcast
Channel: Topic Tag: footer | WordPress.org
Viewing all articles
Browse latest Browse all 13549

RosieMBanks on "Leaf Theme Footer - how do I change it?"

$
0
0

If you're trying to remove the info on the left side of the footer, that appears to be located in the footer.php. Look for the code immediately after:

<div class="copyright six columns">

In the original Leaf theme, the code that pulls the blog title is:

<?php esc_attr_e('&copy;', 'leaf'); ?> <?php _e(date('Y')); ?> <a href="<?php echo home_url('/') ?>" title="<?php echo esc_attr(get_bloginfo('name', 'display')); ?>"><?php bloginfo('name'); ?></a>

You can change the title in Settings-->General-->Site Title. Or you can remove that code and replace it with what you want.


Viewing all articles
Browse latest Browse all 13549

Trending Articles