• How do I display a specific page?

    Once I have the page written how do I then say link to this page and display the info for that page? I was thinking I might have to create a custom page but I am unsure once in the custom page to get that custom page to display the required content?

    Thanks …

Viewing 4 replies - 1 through 4 (of 4 total)
  • Most of us use this template tag (typically in the sidebar or menu of a theme) to display links to Pages:

    http://codex.ww.wp.xz.cn/Template_Tags/wp_list_pages

    Is this what you’re asking?

    Thread Starter arctork

    (@arctork)

    No I already use that. I need to display in a different section of the page a link to a specific page … not all of them unfortunately …

    i’m actually facing the same issue!. I think we have to call a tag of some sort!. (third day working with wordpress, GO WP)

    Depending on your URL (permalink) structure you can link directly to Pages like this:
    a) example.com/?page_id=XX where XX is the ID# of your Page; check it in admin > Manage > Pages
    This will always work!

    b) if you use the “nice permalinks” you can have a link like
    example.com/page-title-here

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Display a specific page.’ is closed to new replies.