• leejkennedypangokencom

    (@leejkennedypangokencom)


    Hi

    I’m using the default theme and want to organise pages for my site, that I’ve created outside of WordPress, under the ‘Pages’ heading in the sidebar. It seems that the ‘Pages’ heading only lists pages created in WordPress so I’m having to add them as links under ‘Blogroll’ and I’d rather use this solely for external links.

    Is there a plugin that will allow me to do this? Or will I have to hardcode the sidebar.php to list the two links I have so far (& how do I do that?)

    Thanks in advance for your help

    Lee

Viewing 1 replies (of 1 total)
  • You’re likely going to need to hard code it… right under the call for pages, i’d put something like the following:

    <ul>
    <li><a href="">page 1</a></li>
    <li><a href="">page 2</a></li>
    </ul>

    insert the URL to the page between the quotation marks, and replace “page 1” etc. with the page titles…

    OR – just rewrite the pages inside wordpress… personally, my much preferred alternative. ??

Viewing 1 replies (of 1 total)
  • The topic ‘organising personal pages in the sidebar’ is closed to new replies.