Register or log in:



Hot Tags

Blog Oh! Blog Forums » Wordpress Themes

Navigation change in Xplosive

(5 posts)

Tags:


  1. fgossieaux
    Member

    Hi Jai - just realized you probably want this here instead of the comments of the template...

    Thanks for the great template. I want to have a static page as my home page and have it replace the “Home” tab…how would I do that? When I do it know it shows home twice…when I have the home page set to a blank title then it shows a small grey sliver in the menu bar.

    I assume I could change something here - just not sure how:
    <li class=”current_page_itempage_item”>Home

    Let me know…
    Francois

    Posted 8 months ago #
  2. fgossieaux
    Member

    OK...based on another post in the forum i changed this:
    <?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
    To:
    <li class="<?php if (((is_home()) && !(is_paged())) or (is_archive()) or (is_single()) or (is_paged()) or (is_search())) { ?>current_page_item<?php } else { ?>page_item<?php } ?>"><a href="/beeline-labs-blog/">Beeline Labs Blog<?php echo $langblog;?></a>

    I have the front page set to a static page in WP (called 'home'), and the post page set to Beeline Labs Blog. It seems to work, except that the nav bar does not show you where you are by highlighting that option, and it highlights all of them when on the blog option.

    The site is www.beelinelabs.com.

    Thanks!

    Posted 8 months ago #
  3. I think you have messed up the CSS code in your php file. You will have to tell me
    all the code in your header.php file.

    Posted 8 months ago #
  4. fgossieaux
    Member

    I did not change much:

    I commented out the alternate stylesheet commands

    I commented out the kwiks

    I made the replacement as listed above... I can email or upload the whole file if that would help.

    Let me know...
    Francois

    Posted 8 months ago #
  5. Hi,

    Please e-mail your file to bob at blogohblog dot com

    Posted 8 months ago #

RSS feed for this topic

Reply

You must log in to post.

{ A Forum of Blog Oh! Blog }