how to remove organized theme text from site

Support Area Forums Progress how to remove organized theme text from site

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://afrikafifty6.com
  • Author
    Posts
  • #19445
    Prentice Byrd
    Participant

    how do i remove the organized theme text from the bottom of my site

    #19448
    Bill Robbins
    Moderator

    Prentice,

    You can do that. Here’s how:

    1. Go to the Appearance section in your WordPress control panel and select Edit.
    2. From the list of files on your right, choose footer.php
    3. Find this line:
      
      <p>&copy; <?php echo date('Y'); ?> <a href="<?php echo home_url(); ?>/"><?php bloginfo('name'); ?></a><br /><a href="http://www.organizedthemes.com">Organized Themes</a></p> 
      
    4. Replace that with this:
      
      <p>Your Footer Text</p>
      
    5. Swap out the “Your Footer Text” for what you’d like to have displayed in the footer area.
    6. Save your changes.

    That should remove the Organized Themes line and replace it with just the text you’d like to have there. If you have any trouble, let me know.

    Thanks,
    Bill

    #19456
    Prentice Byrd
    Participant

    thank you

    #19458
    Bill Robbins
    Moderator

    Anytime. Have a great weekend.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘how to remove organized theme text from site’ is closed to new replies.