Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Here’s what I did. Very similar to what your trying. I renamed the wordpress index.php file to index.phpbak. I than renamed my index.html file to index.php. Copied and pasted the index.phpbak info into my body div section of my index.php file.

    <div class=”bodytext”>
    <?php
    /* Short and sweet */
    define(‘WP_USE_THEMES’, true);
    require(‘./wp-blog-header.php’);
    ?>
    </div>

    https://www.pcgurumike.com/

    So far it’s been working great. The only thing I’m trying to do now is reposition the Header which was the sidebar info. I really don’t like having it right under my web page banner. Either by making a horizontal links section or moving it under the email image on the right. Hope this might get you going in the right direction.

    groundhog1248

    (@groundhog1248)

    Thought I would post my fix for this problem. I read and tried all the suggestions posted here and a few other places. Finally what fixed my problem was changing the WordPress address (URI): and Blog address (URI): under the Options menu. I had my web site blog url in there but changed it to just /wordpress and that fixed the problem instantly.
    WordPress address (URI): /wordpress
    Blog address (URI): /wordpress
    Maybe worth a try.

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