Formatting Categories
-
My site is at https://www.wyafer.org/blog
The blogroll subcategories (‘E-zines’ and ‘Personal’) are nested under the links category.
When I remove the links category, the subcategories ‘E-zines’ and ‘Personal’ get lumped in and nested with The category ‘About the site’ above.
I want to remove ‘Links’ and have ‘E-zines’ and ‘Personal’ in seperate boxes.
The code from the index.php file is this:
<div id="sidebar">
<h2><?php _e('About the Site:'); ?></h2> <ul><li><?php bloginfo('description'); ?></li></ul>
<h2><?php _e('Links'); ?></h2> <ul><?php wp_list_bookmarks('-1', '<li>', '</li>', ' '); ?></ul>
<?php get_sidebar(); ?>
I also have a problem with the bulleting. There is a bullet beside ‘Pages’.
The code from sidebar.php file is this:
<?php wp_list_pages('title_li=<h2>' . __('Pages') . '</h2>' ); ?>
Please help. The other categories seem to be working fine, so I don’t understand what’s gone wrong.
- The topic ‘Formatting Categories’ is closed to new replies.