wp_nav_menu(); Outside WordPress installation

You can use this code and it will really help you a lot

<?php
require( '../wp-load.php' );
get_header(newtheme);

echo 'new content outside WordPress';

get_footer();
?>

Leave a Comment