Forums
(@yazin)
16 years ago
anyone?
What about a private page?
16 years, 1 month ago
<?php wp_list_cats(‘sort_column=name&list=1&optioncount=0&hierarchical=1&children=1&hide_empty=1’); ?>
I use this and it doesn’t show how many posts a cat has.
16 years, 5 months ago
Thanks a lot. That worked just fine.
w3c validator helped. Fixed.
Thanks Whooami.
Let me make it available then.
It won’t. It’s not a page that you can edit through wp-admin/manage pages/
You can go to edit themes and change what’s in your index page(your home page).
Also, you can make a new page and set that page as your home.
Well, what would you check if it was available to you?
Just took a look at your source;
You have
#sidebar li { margin-left: 10px; }
this should put 10px margin for the whole thing. if you want margin for other ul and li, you can go like this;
#sidebar li ul #sidebar lu ul li and etc.
I’m sorry but I’m working on localhost.
Just little info;
when you check the source of the page, code for the image is there but it doesn’t show up on the page.