By default, WordPress gives you one category called ‘Uncategorized.’ Most WordPress users will probably want to change the name as they may want to put a different term according to what their site’s niche may be. So… how can you rename it? Well, it is not as difficult as you may think. How To Rename
[Continue Reading...]wordpress categories
How To Display Two Columns For Categories In WordPress
Displaying two columns for categories in your WordPress is not too hard. Just takes a little php, html, and css. You can put this in your posts, pages, or sidebar. We are taking the usual category code for WordPress. <?php wp_list_categories(); ?> and replacing it with the following code. This php splits up each category
[Continue Reading...]