• I would like to remove, or otherwise change the information that is listed at the bottom of my website.

    Site is: pricelessmemoriesphoto.org

    The words – Site Admin, Log out, RSS, Comments RSS, WP, and Theme by Canvas 2009 – appears there now. I would like to remove this and add something else.

Viewing 1 replies (of 1 total)
  • edit footer.php of your theme.

    the code for the section is:

    <ul class="menubtm">
    		<?php wp_register();?>
    		<li>
    			<?php wp_loginout();?>,
    		</li>
    		<li>
    			<a href="<?php bloginfo('rss2_url');?>" title="<?php _e('Syndicate this site using RSS', 'mt-dark');?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>', 'mt-dark');?></a>,
    		</li>
    		<li>
    			<a href="<?php bloginfo('comments_rss2_url');?>" title="<?php _e('The latest comments to all posts in RSS', 'mt-dark');?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>', 'mt-dark');?></a>,
    		</li>
    		<li>
    			<a href="<?php echo esc_url(__('http://wordpress.org/', 'mt-dark'));?>" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.', 'mt-dark');?>"><abbr rel="generator">WP</abbr></a>,
    		</li>
    		<li>
    			<?php _e('Theme design by', 'mt-dark');?> <?php if (is_home()) {
    			?><a href="<?php echo esc_url(__('http://blankcanvas.eu', 'mt-dark'));?>"> Blank Canvas </a><?php } else {?>
    			Blank Canvas <?php }?>
    			2009
    		</li>
    		<?php wp_meta();?>
    	</ul>
Viewing 1 replies (of 1 total)
  • The topic ‘How to remove footer info.’ is closed to new replies.