• Resolved zakkath

    (@zakkath)


    When I use this plugin on my local development environment, it will correctly detect that I am using index.php, single.php, etc. but it will not show the additional files included such as header.php, footer.php, and sidebar.php.

    I am using a fresh copy of the Underscores theme from Automattic and WordPress v4.7.3.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author JOTAKI, Taisuke

    (@tai)

    Hi,

    Tried with:
    *WordPress 4.8
    *Underscore theme the latest version of 15th Jun.
    and can’t reproduce your issue.

    Thread Starter zakkath

    (@zakkath)

    I solved the problem. Using symbolic links will cause the plugin to fail because the functions will pick up the source path instead of the path where the link is dropped. So instead of ./wp-content/themes/mytheme/ I was getting d:\WordPress\Themes\mytheme

    I modified my Gulp script to copy files into the WordPress installation I have locally so it resolved the problem and the plugin works great now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not Showing List of Included Template Files’ is closed to new replies.