Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter fliteskates

    (@fliteskates)

    I read that page already and did a search on the forum for an answer.

    I can’t find where the value is to repalce “pages”

    I’m lost more than ever…

    Read again ??
    Wherever you have something like
    ('Pages') –> replace it with
    ('Fliteskates')

    Thread Starter fliteskates

    (@fliteskates)

    I know you are suppose to change it like that..but…here is why I am so lost..

    I can’t find that on my sidebar.php file

    It seems mine is being auto-generated….

    Here is what my sidebar.php file has in it:

    1. Don’t post long code here… Nobody reads it.

    2. You DO have the template tag there:
    <?php wp_list_pages(); ?>
    Just change it as it is outlined in the Codex.

    Thread Starter fliteskates

    (@fliteskates)

    I posted the long code because I had no clue where the coding was for ‘pages’

    Re: no clue…
    You said you’ve read the Codex page. There you have the simplest form of the template tag right on the top. You just have to go line by line and find it in your sidebar. Or, use a word search on the file.

    Thread Starter fliteskates

    (@fliteskates)

    I did go line by line, but I’ve learned that if you don’t know the answer, you ask.

    I wasn’t 100% sure if that was the right tag because I had someone customize my template. So I didn’t know if it was being auto-generated or not. (ie what he changed from the original coding).

    This is all I can figure out…

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

    I assume Pages is what I change

    Yes.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Pages on sidebar’ is closed to new replies.