• Hello,

    I would like to design this sub navi page automaticaly
    Currently i’m using a class “subat” if the page is (ID)

    [Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]

    I would like to use the list page condition and also apply the class if the page is current

    list child page of parent ‘about’, if page = current then class=”subat”

    Any idea how to do this ?

Viewing 1 replies (of 1 total)
  • Thread Starter modhack

    (@modhack)

    Here the code

    `<li id=”<?php if (is_page(6)) echo “subat”; ?>”>
    <a href=”/about/” title=”A Propos”>A propos</a>
    </li>
    <li id=”<?php if (is_page(27)) echo “subat”; ?>”>
    <a href=”/about/support/” title=”Support”>Fonctionnalités</a>
    </li>`

Viewing 1 replies (of 1 total)
  • The topic ‘List page with parent css class’ is closed to new replies.