How can i make only 1 category posts to be displayed on frontpage. Lets say I have 5 categories but I want to display only 1 of them on frontpage. How to do that. ALSO HOW TO ADD AN AUDIO TO WORDPRESS THAT STARTS PLAYING AUTOMATICALLY IN THE BACKGROUND
You can delete category widget and create text widget. So you should write code: <div class="indent"><ul> <li class="cat-item cat-item-112"><a href="http://site.com/category/category_name" title="category_titke">Category slug</a> </li></ul> This is one way
Is that a particular category, or any category as long as it's only one? And must all the categories appear on subsequent pages?
Hmm, I'm a bit confused on your post, do you want your blog to show only one category on your category list? Or just show every post with a particular category?...