• Challenge: Have a site open with a WP Home Page even though the wordpress files are not in the root folder.

    Solution: Use Filsofo plugin but found also needed static front page plugin.

    Issue: The site does open with the WP Home Page as planned. However, when Home is clicked from the sidebar it opens the blog instead – it should refresh Home not show the blog.

    Setup:
    1. Filosofo Home-Page Control
    2. Static Front Page.
    3. Site Root Folder: http://www.sleepingwolves.com
    4. Root folder: contains WP index.php
    5. Blog folder: contains all WP files except index.php
    6. Blog folder location:http://www.sleepingwolves.com/blog
    7. WP Home Page Template:HomePage
    8. WP Home Page Slug: home

    WP General Options Admin Panel:
    1. WordPress address (URI): http://www.sleepingwolves.com/blog
    2. Blog address (URI): http://www.sleepingwolves.com/index.php

    Filsofo HomePage Settings:
    1. Home-Page Page: Home
    2. Blog directory: blog

    Contents of index.php
    <?php
    /* Index */
    define(‘WP_USE_THEMES’, true);
    require(‘./blog/wp-blog-header.php’);
    ?>

    Help would be greatly appreciated.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Help Please – Filosofo Home-Page Control’ is closed to new replies.