• noworyz

    (@noworyz)


    I am trying to share / display a part of wordpress, (the page list) with a page that is not part of wordpress.

    Basically, I am wanting to use the navigation I have in wordpress in a non wordpress page (phpbb3) so that it is used site wide.

    WordPress is installed in the root of my website and in a sub folder I have a phpbb3 forum that I want to display the page list from wordpress on.

    Thanks for any help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • fitztrev

    (@fitztrev)

    Just do a php require of wp-blog-header.php.

    Example:

    require_once('/home/fitztrev/public_html/wordpress/wp-blog-header.php');

    Then you can use any of WordPress’s functions.

    Thread Starter noworyz

    (@noworyz)

    what file do I put that in?

    fitztrev

    (@fitztrev)

    Whatever file you’re working on… wherever you want the WordPress functions.

    Thread Starter noworyz

    (@noworyz)

    ok, I will try and figure out what file to put this in for the phpBB3 header. Thanks

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

The topic ‘use wordpress code on a non wordpress page’ is closed to new replies.