Category doesnt show…….
-
well i wanted to add a new catorgory but i think the theme over writes it…..how can i change it…… i did do it manually but if i want to use wp how do i do it? here is default code….when i add new catorgory and links it goes to blog roll and does not show catorgory:
<div style=”float:right;”>
-
<!– START PAGES LIST –>
<h2>Pages</h2>-
<?php wp_list_pages(‘title_li=’); ?>
<!– END PAGES LIST –>
<!– START CATEGORIES –>
<h2>Categories</h2>-
<?php wp_list_cats(); ?>
<!– END CATEGORIES –>
<!– START SEARCH –>
<h2>Search</h2>-
<form id=”searchform” method=”get” action=”<?php echo $_SERVER[‘PHP_SELF’]; ?>”>
<div>
<input type=”text” name=”s” id=”s” size=”15″ />
<input type=”submit” value=”<?php _e(‘Search’); ?>” />
</div>
</form>
<!– END SEARCH –>
<!– START ARCHIVES –>
<h2>Archives</h2>-
<?php wp_get_archives(‘type=monthly’); ?>
<!– END ARCHIVES –>
<!– START META –>
<!– START LINKS LIST –>
<h2>Blogroll</h2>-
<?php get_links(‘-1’, ‘
- ‘, ‘
‘); ?>
<!– END LINKS LIST –>
</div>
-
<form id=”searchform” method=”get” action=”<?php echo $_SERVER[‘PHP_SELF’]; ?>”>
The topic ‘Category doesnt show…….’ is closed to new replies.