• Hi there,
    I am running Dreamweaver on a local server using MAMP so that I can edit the php and css as a sandbox and not ruin my files!

    When I’ve done this in the past with simple themes, I’ve opened up index.php and done the job.

    But with this theme: Haira, I open up the index file and all it has is a loader page, with a spinning waiting symbol. in the notes it says :

    \
    * Front to the WordPress application. This file doesn’t do anything, but loads
    * wp-blog-header.php which does and tells WordPress to load the theme.
    *
    * @package WordPress
    */

    /**
    * Tells WordPress to load the WordPress theme and output it.
    *
    * @var bool
    */
    define(‘WP_USE_THEMES’, true);

    /** Loads the WordPress Environment and Template */
    require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );

    \

    I’m trying to find the homepage! but I can’t find it. I tried wp-blog-header. In fact, not a single page will load except the css stuff in the wp-admin. I need to be able to see what I’m doing! Is it possible that I cannot do this with this theme? The author won’t respond to emails.

    Thanks for your suggestions!

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Running Haira Theme in Dreamweaver as a sandbox, and I can't find the homepage!’ is closed to new replies.