• Resolved andymelton

    (@andymelton)


    I hope I’m posting this question in the right place. I installed the Filosofo plugin for home page control, it worked great and I am very happy with the plugin so far, however, I think I am having an issue with it but I am not sure. After moving the blog to its own virtual directory I can no longer show blogroll links or the meta links in the sidebar. Is this a side effect to using the plugin or have I done something else?

    My blog is at: https://andymelton.net/blog

    Thanks in advance. If there is anything else you need to see to diagnose the problem please let me know. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Since the plugin is using a Page for displaying your blog – I assume there are some Conditional Tags in your sidebar that prevent certain portions of the sidebar from showing up on Pages.
    Remove the conditionals.

    Thread Starter andymelton

    (@andymelton)

    I see what you are talking about, working on it now! Thanks!

    Thread Starter andymelton

    (@andymelton)

    In the sidebar.php file I took out:

    <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>

    When I refresh the blog, in the sidebar I get:

    Parse error: parse error, unexpected ‘}’ in

    Look further down below the formerly excluded block(s) for the closing tag of the conditional, something like:
    } ?>

    Thread Starter andymelton

    (@andymelton)

    Awesome! Thank you moshu! Greatly appreciated!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Filosofo Home Page Control Sidebar Issues’ is closed to new replies.