• khandor

    (@khandor)


    I can’t find this code anywhere in wordpress 2.5.1.

    It isn’t in the header.php file.

    Can someone please tell me where it’s located?

    Thanks in advance.

Viewing 12 replies - 1 through 12 (of 12 total)
  • Chris_K

    (@handysolo)

    That would totally depend on what theme you’re using — and if that theme happens to use that tag. Share 🙂

    Thread Starter khandor

    (@khandor)

    Default Theme

    Chris_K

    (@handysolo)

    sidebar.php

    Thread Starter khandor

    (@khandor)

    Thank you, Sir. 🙂

    Thread Starter khandor

    (@khandor)

    I’m trying to hide a specific page on my blog and have added in the

    “&exclude=710” text to the existing code within the sidebar.php file. It now looks like this [below]:

    <?php wp_list_pages(‘title_li=<h2>Pages</h2>&exclude=710’ ); ?>

    yet it is still visible in my sidebar.

    Any idea what I might be doing wrong?

    Chris_K

    (@handysolo)

    Are you running any cache plugins? If so, be sure to clear cache after any theme changes.

    Thread Starter khandor

    (@khandor)

    How do I clear the cache?

    Thread Starter khandor

    (@khandor)

    … because I think I’ve done that already and still the page is not hidden.

    Chris_K

    (@handysolo)

    Well, are you running a caching plugin?

    If yes, it’ll have a page under Options (are you really running 2.5.1?) and from there you’ll likely spot a button to clear cache.

    Thread Starter khandor

    (@khandor)

    I have certain basic plugins working but do not think I am using a “caching plugin”.

    Can you give me an example of one of those?

    Thread Starter khandor

    (@khandor)

    yes to 2.5.1

    Chris_K

    (@handysolo)

    caching plugins tend to have the word “cache” in their name 😉

    Are you positive that 710 is the page ID in question?

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘wp_list_pages’ is closed to new replies.