• rcdailey

    (@rcdailey)


    Hello,

    I have a theme for wordpress that has a horizontal menu for pages and also displays sub-menus for pages with parents. However, I want some of these menu items to be external links to things like facebook, linkedin, and twitter. Since all menu items are pages, I’m not sure how I can slip external links in there. Anyone know a way of achieving this? Perhaps a plugin that allows you to create pages that are links?

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Steven Jones

    (@rainemaida)

    Add links to the link section of WordPress then use

    <?php wp_list_bookmarks('title_li=&categorize=0'); ?>

    Which will generate a list of the links which you can add in the same div after you’re menu items.

    Thread Starter rcdailey

    (@rcdailey)

    I’m not familiar with web development nor the internals of WordPress. Could you give clearer, more explicit instructions rainemaida? Thanks.

    uxking

    (@uxking)

    I believe the “Page Links To” plugin will be what you need.
    https://txfx.net/wordpress-plugins/page-links-to/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pages as links?’ is closed to new replies.