I'd like to have something like this: http://tuxpepino.wordpress.com/ or like this http://nintendogame.net/nes/super-mario-bros
I want to have catagories (Or links to them, like on http://nintendogame.net) in the place where links to pages are
I'd like to have something like this: http://tuxpepino.wordpress.com/ or like this http://nintendogame.net/nes/super-mario-bros
I want to have catagories (Or links to them, like on http://nintendogame.net) in the place where links to pages are
try editing header.php (?) of your theme, and see if you can find some code with wp_list_pages() (with various stuff in the brackets) - then replace it with wp_list_categories() (with your own stuff in the brackets)
http://codex.wordpress.org/Function_Reference/wp_list_pages
http://codex.wordpress.org/Template_Tags/wp_list_categories
you might need to adapt style.css to allow for the changes of markup.
I'm not able to find those functions! :( I'm using WordPress' default theme, Twenty Ten on this blog: http://carlosvinicio.com/... What should I do? Help!
Have you considered creating a custom menu?
:D THANK YOU!.. That's exactly what I was looking for.. If you were here, I'd invite you a beer..
You drink it for me. ;-)
This topic has been closed to new replies.