Hi all, I am a newbie :D
What is the URL to all of the blog entries on wordpress based website?
I want to create a hard coded menu by not using the wp_list_pages. The menu would be:
1)About us <- page OPENED FIRST
2)News <-blog
3)Brands <- page
4)Contacts <- page
Also I want to create some nice stuff for menu styling. Change the style of the menu link by doing like that <?php if($_GET['parameter']=='about_us'){?>id="current"<?php }?>
What would be the parameter?