June 3, 201016 yr I am having issues with WP-dTree not working on the posts page of a test site I'm working on. http://retroedgewebdesign.com/pgtp/ It is fine and set up just how I want it throughout the rest of the site, just the posts page? If anyone knows how to fix this I'd be eternally grateful?
June 17, 201016 yr Author I still haven't been able to resolve this issue, if anyone can help I'd really appreciate it
July 11, 201016 yr Author If anyone is interested I have found a fix: 1. Find this line in /wordpress/wp-content/plugins/wp-dtree-30/wp-dtree_gen-functions.php: if(substr_count($string, $path)){ //we know that this line holds the node id of our request. 2. Add this right above it (where the path is whatever is after /wordpress in your URL when you access the page directly): if(empty($path)) { $path = "path-of-your-front-page"; }
Create an account or sign in to comment