• Resolved frazzledmama

    (@frazzledmama)


    I am building a website using “Thinking Girl” theme. I would like to remove the items in the footer…ie: blogroll, categories, etc. My problem is that I can’t figure out how to manipulate the footer, it seems to be in some sort of “code”. Any thoughts??? Site address is http://www.choicespcc.com.

Viewing 15 replies - 1 through 15 (of 18 total)
  • go to the page in your web browser, view the page source. Copy all to the clipboard.
    next go to WP admin module and open the footer, select all, paste over the coded footer.
    Save and edit at will.

    Thread Starter frazzledmama

    (@frazzledmama)

    Hmm, when I did that, it doubled the header and body….

    Can you place a copy of your footer.php file in the WordPress pastebin?

    Thread Starter frazzledmama

    (@frazzledmama)

    Sure, here is the link

    That’s not your footer.php file (or it shouldn’t be). That’s the entire source code from one of your pages.

    Thread Starter frazzledmama

    (@frazzledmama)

    Ok, that is what I was trying to figure out. I was following advice from jwmort. Here is what my footer looks like when I open it in the editor.

    I need to figure out exactly where that footer starts and ends.
    Can you edit index.php and look for `<?php get_footer;?> then change it to:?

    <!-- Evil Footer Devil START -->
    <?php get_footer(); ?>
    <!-- Evil Footer Devil END -->

    Once that’s in place, I should be able to decode it for you and we can see if the encoding includes your footer boxes or just some copyright details.

    Thread Starter frazzledmama

    (@frazzledmama)

    Ok, did that, now what do you need to see?

    Um – I don’t see a copy of that amended footer in your site’s theme right now.

    Thread Starter frazzledmama

    (@frazzledmama)

    Crud! It’s in there. I opened the theme editor, open the index.php file and removed the get footer that was there, and then added what you sent me. I am SO frustrated with this thing. I don’t want to remove the credit, I just want the extra stuff gone!

    No – open footer.php and make the changes.

    Thread Starter frazzledmama

    (@frazzledmama)

    Okay, I must have misunderstood. I edited the index.php. Sorry to be so dinky. Ok, in the footer.php, it’s all the coded junk, so I am going to just cut that all out and put in the amended code???

    You said you wanted to get rid of the Archives, Categories, Blogroll and Meta at the bottom of the page? The theme is designed to make that look like part of the footer, but in reality it’s your sidebar. Instead of footer.php look in sidebar.php, it’s all in there. But you shouldn’t go into the template files to change that stuff. Instead, go into the admin panel and edit the sidebar the normal way.

    Thread Starter frazzledmama

    (@frazzledmama)

    @elf Nope, doesn’t work in this one. I had to edit the theme to get ride of the sidebar stuff, which I had no problem with. But the footer did not change.

    @frazzledmama: No.

    Add <!-- Evil Footer Devil START -->just before the coded stuff and
    <!-- Evil Footer Devil END --> just after.

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Need to remove items from footer.’ is closed to new replies.