• I’m using static page as home page for my blog.
    WP-dTree returns double url of my home page in menu.

    I called WP-dTree functon like this in sidebar:

    <?php
    if (function_exists('wp_dtree_get_pages'))
    {
    wp_dtree_get_pages();
    }
    else
    {
    wp_list_pages('sort_column=menu_order&title_li=' );
    }
    ?>

    Example of bug: http://myblog.comhttp://myblog.com
    Can I fix this? Or can I exclude home page from being shown in menu?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Double static home page url’ is closed to new replies.