Hi,
I just have a problem with Home menu of my theme .... and this theme is installed on all the sub blogs of the site as well... What I want to do is ....that home menu should make the main blog as home rather than each individual sub blogs ...
Here are the relevent code...
`<?php /* If this is the frontpage */ if ( is_home() ) { ?>
<li class="current_page_item">/">Home
<?php } else { ?>
<li class="page_item">/">Home
<?php } ?>`
I hope I conveyed what I want ..it seems confusing...as I am confused
Kind Regards