• Hello guys, this is my first post, first im very thankful for the marvelous CMS, installation wents perfectly. Now we face some difficult, a try to include navigation in existing site is without succes.

    We try:

    define(‘WP_USE_THEMES’, true);
    require( dirname( __FILE__ ) . ‘../../wp-blog-header.php’ );

    The problem is this results in a complete site, also footer is showed.
    How can we just display the navigation menu?

    Thanks by forward.
    Bob

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nexttravel

    (@nexttravel)

    Okay we find out using wp_nav_menu(); this shows just one link without css. We are usaing Avada theme and we wish using just the responsive navigation externaly.

    Thread Starter nexttravel

    (@nexttravel)

    Someone idea?It shouldn’t be that hard just include wp header and footer in own page?

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

The topic ‘Include wordpress navigation in external site’ is closed to new replies.