Viewing 2 replies - 1 through 2 (of 2 total)
  • Find this line:

    elseif ($page_name == "about_short") {/*ignore*/}

    Add another line right after it, basically a duplicate, specifying the Page you want to ‘ignore’:

    elseif ($page_name == "about_short") {/*ignore*/}
    elseif ($page_name == "i_hate_peas") {/*ignore*/}

    Make sure to use the Page or ‘post’ slug here, not the ID or title. Just add a new line for each Page you want to pass over.

    Thread Starter ajtaylor20

    (@ajtaylor20)

    Perfect Thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘New theme, header ignore pages?’ is closed to new replies.