rcdailey
Member
Posted 2 years ago #
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.
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.
rcdailey
Member
Posted 2 years ago #
I'm not familiar with web development nor the internals of WordPress. Could you give clearer, more explicit instructions rainemaida? Thanks.
I believe the "Page Links To" plugin will be what you need.
http://txfx.net/wordpress-plugins/page-links-to/