Hi Merv,
Top plug-in mate, just having some dramas with the X WordPress theme (http://themeforest.net/item/x-the-theme/5871901)
I’ve followed the theme configuration instructions under getting started and created modified versions of hte single.php and archive.php (well actually index.php in my case) files.
Seems like my theme does not use the same filters and hooks as per your instructions. For example in my single.php file I have a single line of code:
<?php x_get_view( x_get_stack(), ‘wp’, ‘single’ ); ?>
Now if I replace with the following, no luck
<?php do_action( ‘epl_property_single’ ); ?>
and if I replace the ‘single’ parameter in the x_get_view call with ‘epl_property_single’ I just get a white screen.
I ended up buying the listing templates hoping this would fix things, but to no avail, and I’m running up against my limits in terms of knowledge of WordPress’ inner workings
Hope you can help out.
Mark