Um...
Well, i've seen that in some sites they display all their categories in a page & then people get to see the categories within that page.
Is there a plugin we must add for that or what?
Cause i think it's a brilliant Idea :)
Um...
Well, i've seen that in some sites they display all their categories in a page & then people get to see the categories within that page.
Is there a plugin we must add for that or what?
Cause i think it's a brilliant Idea :)
Here is a link to a template for the WP 2.9 default theme that lists categories by the first letter of the category name.
isn't there any other way to display categories but by the full name?
That code shows the full names, but groups alphabetically by the first letter.
thats smart, how do you install it?
Also what else should i add so it shows the categories in a page
(Which was the idea from the start)
Also could install http://wordpress.org/extend/plugins/exec-php/ and put this in your page
<?php
wp_list_categories('title_li=');
?>The code is a template. Copy it to your theme's folder. Create a blank Page and assign it as the template for that page.
Note that is made for the WP 2.9 default theme. It may not look right in your theme. It was meant as a starting point to create your own version.
This topic has been closed to new replies.