• Hey,

    Ok so I have a theme, I have some plugins, I’ve been changing the .css and getting my page exactly how I want it.

    But right now I want to use the pages as multiple pages for my site(seems reasonable) however, I am using a gallery plugin and want to have a link to it where my pages are.

    However, only wordpress pages that are created through word press are showing up.

    The command is “wp_list_pages” but I can’t find this file or peice of code anywhere, I figured I could just edite whatever it’s calling and just play the link manually, but no go.

    So just wondering if anyone has a fairly simple way(I’m a noob) or a plugin suggestion that will allow me to have links to other pages where it calls “wp_list_pages” ?

    PS: I figured the widgets plugin would work, but my theme does not support it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1. You can always add a link manually – there used to be many posts around here asking how to include a homepage link in the pagelist (hint: those are the keywords to search for)

    2. https://www.redalt.com/downloads/ – look for a plugin called Redirectify

    Thread Starter apeofgod

    (@apeofgod)

    Hi,

    Thanks. The redirectify doesn’t seem to work with my version of WordPress and is a known bug.

    As for the homepage link, While it helps me add a link to the sidebar, I am just not experianced with Php enough to see how to add more then one and have it not be forced up to the top. Could anyone break down that code for me and just offer a little explination to give me a push in the right direction?

    <?php
    $pages = wp_list_pages(‘sort_column=menu_order&exclude=6&title_li=<h2>’ . __(‘Navigate’) . ‘</h2>

    &echo=0′);
    echo stripslashes($pages);
    ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page Links’ is closed to new replies.