Viewing 2 replies - 1 through 2 (of 2 total)
  • Basically I’m looking for some instructions similar to this page:
    http://codex.wordpress.org/Integrating_WordPress_with_Your_Website
    but for WordPress set up as a multisite.

    You do what’s on that page.

    Then you set up multisite, which is a feature *inside* WordPRess. Gotta set up WP first. 😉

    Thread Starter gboissiere33

    (@gboissiere33)

    My WordPress is already set up as multisite and that’s working fine. I then followed the instructions on that page but it’s not working.

    <?php
    define('WP_USE_THEMES', false);
    define('DB_HOST', 'localhost');
    require('../blog/wp-blog-header.php');
    $permalink = get_permalink(18);
    ?>

    –> I get an error that says: Registration has been disabled.

    Am I missing a step?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Integrating WordPress Multisite with Your Website’ is closed to new replies.