External Page Integration

Forums Forums Menus External Page Integration

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #897
    sherryd
    Member

    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

    #6511
    sherryd
    Member

    If 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

    #6512
    sherryd
    Member

    Fixed 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.com

    #6513

    These 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]

    #6514
    sherryd
    Member

    Thank you Ryan, that is exactly what I was looking for.  What a difference it makes to have all the external pages coordinating with WordPress.  :-)

    #6515

    Glad to hear it worked <img decoding=” title=”Smiley” />

    #6516
    rowdygroup
    Member

    Hi, I am having the same issue, but I am afraid the abbreviated answer won’t work for me <img decoding=” 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();
    ?>

    #6517
    rowdygroup
    Member

    I’ve got it figured out. Just took a minute <img decoding=” title=”Smiley” />

    #6518

    Cool. Glad you figured it out <img decoding=” title=”Smiley” />

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.