I apologize; this project is work funded public domain, so I’ll go through periods where I can’t focus on it anywhere near as much as I would like to. You managed to get me during one of those periods, but if you look through the history of this forum you’ll see that up until recently there was hardly more than a 24 hour response time to almost every inquiry.
Due to the amount of presentation handled by the plugin it’s impossible to be out of the box compatible with every theme, though I am doing my best to work on different ways to make it out of the box compatible with a majority of themes.
For the occasions where it doesn’t work, most of the time all that is needed are a few edits to the template files included with the plugin. These can be found in /wp-content/plugins/ldd-directory-lite/templates
and can be copied (individually or en masse) to /wp-content/themes/your-theme/lddlite_templates
so that they won’t be overwritten during a plugin update.
Generally speaking to make it theme compatible the three files you’ll be editing will be home.php
, category.php
and single.php
. You can get an idea for how to structure these by viewing the index.php
, page.php
, archive.php
or single.php
files of your chosen theme. If you need any specific help, just let us know here and I (or maybe someone with experience!) will chime in and do our best to help.