Posts Tagged ‘Comment Central’

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!

New WordPress theme


29
12
09

Today my new theme is approved by WordPress.org. I’m very pleased to see the theme on the first page of the free themes directory!

This time I’ve made a theme with a bit of a grunge look.  The background is a nice green wooden texture wich gives the theme a fresh look.  For Comment Central  I’ve used the Suckerfish dropdown menu.

You can see a example here.

Download the theme

If you enjoy this theme or you have a question or comment, please leave a message.