Organized Themes tag removal

Support Area Forums Foxy Organized Themes tag removal

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #6392
    Dave Preece
    Participant

    How do I remove the “Organized Themes” tag/link from the bottom right corner of my page?

    #6393
    Bill Robbins
    Moderator

    Dave,

    Here’s what you’ll need to do to edit that:

    1. Go to the appearance section of your WordPress control panel and select edit to open up the theme editor.
    2. From the list of files on your right, choose footer.php and look for this spot:
      
      <p><a href="<?php echo home_url(); ?>/">© <?php echo date('Y'); ?> <?php bloginfo('name'); ?></a><br /><a href="http://www.organizedthemes.com">Organized Themes</a></p>
      
    3. To delete the Organized Themes link, delete this:
      
      <br /><a href="http://www.organizedthemes.com">Organized Themes</a>
      
    4. Save your changes.

    That wil just leave the copyright notice. If you’d like to remove that as well, you can delete the complete code block and that will take care of it.

    If you have any other questions, just let me know.

    Thanks,
    Bill

    #6394
    Dave Preece
    Participant

    Done.

    Thanks for the quick reply 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Organized Themes tag removal’ is closed to new replies.