• Resolved tmcgonegal

    (@tmcgonegal)


    The home page footer for my blog is this:

    PC Doc’s Blog is proudly powered by WordPress
    Entries (RSS) and Comments (RSS).

    I would like to delete the last line beginning with Entries.

    Would someone please tell me in what file I will find that code?

    Thanks a lot,

    Tom

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes just go into:
    the folder wp-content
    then into the folder themes
    then into the theme you are using likley to be “default”
    then open the file named “footer.php”
    then search for that bit of text and delete the following:

    <br /><a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>
    		and <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>.

    Do this with your fave text editor (e.g notepad/dreamweaver) or you can do it from the admin panel in WordPress by:

    Clicking the presentation tab, then click the “Theme Editor” tab, then click Footer on the right, then delte the code as posted above.

    Thread Starter tmcgonegal

    (@tmcgonegal)

    Wow! Thank you so much. That worked perfectly.

    Tom

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home page footer’ is closed to new replies.