• Resolved Siobhanish

    (@siobhanish)


    I have installed wordpress at http://mrtommusic.com/wp and am trying to make everything show up on http://mrtommusic.com

    I have done this many times before using this code:

    <?php
    /* Short and sweet */
    define('WP_USE_THEMES', true);
    require(‘wp/wp-blog-header.php');
    ?>

    However for some reason this is just throwing back a blank page… HELP?!

  • The topic ‘Short & Sweet code not working…’ is closed to new replies.