- This topic has 8 replies, 3 voices, and was last updated 15 years, 4 months ago by imported_Ryan.
-
AuthorPosts
-
June 25, 2009 at 6:11 pm #897sherrydMember
URL: http://wbobr.com
I am in the process of moving a site with only static pages into wordpress and in the process decided to add the Multi-level plugin for the top menu. I would use it for the side menu except it doesn’t appear to allow me to exclude in the top and allow in the side. So I am currently using another plugin for the sidebar until even though I can not say I am as impressed with it.This is a great plugin and I’ve found it relatively easy to setup. So far, most of the issues I’ve encountered have been well documented in the forum. The only issue I haven’t been able to sort out as of yet is how to add the plugin functionality used for wordpress to an external web page. If you view the blog, everything under the Web Hosting field is an external page with my original menu set up.
The question is,is it possible to add the functionality of the Multi-level Menu plugin I am using for the blog to an external page so the look of the pages and the blog remain consistent? If so how?
Thank you,
SherryD
June 27, 2009 at 3:08 pm #6511sherrydMemberIf this is not possible, or must be part of the paid service, please advise. The development of this site is at a stand still until this can be resolved.
Thank you
June 28, 2009 at 5:34 am #6512sherrydMemberFixed problem with being able to exclude pages independently in main and second menus. They will now allow exclusion individually. Still some CSS issues to work out. I’m not a coder, so the code may not be pretty, but it is working on my site in firefox, ie6 and ie7 at this point.
http://wbobr.comJuly 4, 2009 at 5:16 am #6513imported_RyanMemberThese questions have been answered via email, but for the rest of you, here was the (abbreviated) answer.
The following PHP would allow you to load the menu in a static file.
[code:11o6n9vw]<?php
require(‘wp-load.php’);
pixopoint_menu();
?>[/code:11o6n9vw]July 5, 2009 at 5:16 am #6514sherrydMemberThank you Ryan, that is exactly what I was looking for. What a difference it makes to have all the external pages coordinating with WordPress.
July 6, 2009 at 6:17 am #6515imported_RyanMemberGlad to hear it worked ” title=”Smiley” />
July 8, 2009 at 5:08 am #6516rowdygroupMemberHi, I am having the same issue, but I am afraid the abbreviated answer won’t work for me ” title=”Sad” /> Where do I put this code snipped that calls the menu from a page that is external to my blog? Your help is much appreciated!
<?php
require(‘wp-load.php’);
pixopoint_menu();
?>July 8, 2009 at 6:37 am #6517rowdygroupMemberI’ve got it figured out. Just took a minute ” title=”Smiley” />
July 11, 2009 at 11:27 am #6518imported_RyanMemberCool. Glad you figured it out ” title=”Smiley” />
-
AuthorPosts
- You must be logged in to reply to this topic.