Customize Comment Central

17
01
10

I’ve received a lot of questions on how to remove “Archive” and “Categories” from the top menu. This is relative simple.

First log into your administrator panel. Then select the Editor in the left sidebar underneath Appearance. Next choose the file suckerfish.php in the right of your screen.

The file suckerfish.php is now in the editor field. Delete the next lines from this file:

<?php wp_list_pages('title_li='); ?>
 
  <li><a href="#">Archives</a>
 
    <ul>
 
      <?php wp_get_archives(); ?>
 
    </ul>
 
  </li>
 
  <li><a href="#">Categories</a>
 
    <ul>
 
      <?php wp_list_categories('title_li='); ?>
 
    </ul>
 
  </li>

That’s all!

Tags: ,

17 Responses

  1. Can anyone tell me how to only have the Home url in the top menu of comment central?

  2. I’m looking to get rid of the blog title and description, but when I go in and edit the header.php the paper.gif jumps to the left. Is there a way to do this so I can simply use graphics in the header / title area?

    Thanks!

    Andrew

  3. Wouter says:

    Love your theme Comment Central 1.2.5 , but I cant get it to work with Picasa Image Express. I use it to insert gallery’s of my picasa albums in a post. Great plugin but it doesn’t work with comment central. What a shame because like I said, would love to use your theme.

    any idea’s?

  4. Mike says:

    Thanks for a wonderful post, l ve been looking for such information, I will join jour rss feed now.

  5. Dave says:

    Two issues:

    1) I put up a text widget with links to facebook, twitter, linkedin, etc. with icons. The icons appear on the main pages, but do not appear on nested pages (but the links work). Why is this happening?

    2) One of my nested pages has a assortment thumbnail photos with links to popup pages with photos enlarged. Suddenly the page does not display anything. It’s completely blank even though the page has everything saved to it.

  6. Dave says:

    I deleted the lines and it worked fine removing the Archives and Categories. However, I downloaded the new version 1.2.5 and they were back. I deleted the same lines again, and this time the whole nav bar disappears. What’s causing this?

  7. Abhi says:

    Hi Frank,

    Thank you so much for this nice theme just what I needed. I am trying to build a platform for people to share green ideas so need to customize the theme especially the side bars for example I want to remove Blogroll and Meta from the side bar and want to add my custom items to the side bars. I tried looking at suckerfish.php but it can’t find them there.

    I love this theme and would hate to choose another for this silly reason. I was hoping if you could help.

    Thank you so much
    abhi

    • Frank says:

      Hi Abhi,

      If you want to customize the sidebar look in your admin panel. there is a great function for this. Look under Appearance –> widgets.

      Good luck

      Frank

  8. Dave Fowler says:

    Nevermind…I figured it out, you delete all the lines. I was thinking too much.

  9. Pieter says:

    Hi,

    I have a problem that when clicked on category-> photo it “forgets” to put in a slash so I get http://pieterstam.nlcategory/photo instead of http://pieterstam.nl/category/photo

    Please help :)

    Thanks,

    Pieter

  10. Samuseu says:

    Dear Frank,

    I am using one of your free wordpress templates (Comment Central 1.2.3 by Frank Schrijvers) for my blog. May I ask you how could I possible delete some preset pages, such as archive and categories? Thank you!

  11. rupert says:

    hi, i must be the only one who couldn’t get it to work ;-) if i remove the above lines, the top menu contract on itself.. must be doing somethin wrong ??

  12. gabrielle says:

    handled it but now I have another issue. The post’s comments won’t work. When I click on comments a 404 page opens up. Odd.
    such a link comes up:
    http://artstudio88.com/http:/artstudio88.com/headboard#respond – of course this does not work!
    What to do?
    The design is too nice to skip it. I want to use it because I got compliments for oit too.
    Can anyone help???

  13. Romeo says:

    Another Question,

    I would like to swap out the “Home” link with a png file of the client’s logo. Is that possible?

    -Romeo

  14. Romeo says:

    Thanks! That was exactly what I needed.

    -Romeo

  15. Julian says:

    Hi there,

    Thanks!! this is just what I’m looking for!

    Gracias,

    Julian

Leave a Reply