Archived topic
Display issue with plugin easypropertylistings
3 replies · Started by sheik on March 10, 2017
I am having a display issue for single posts with the easypropertylisting plugin. I tried the foll as per the plugin instructions but it does not work:
1. Copy and rename single.php to single-listing.php to my child theme folder
2.Modify the line ” <?php get_template_part( ‘content’, ‘single’ ); ?> ”
to ” <?php do_action( ‘epl_property_single’ ); ?> ”
3. Copy and rename archive.php to archive-listing.php to my child theme folder.
4. Modify the line ” <?php get_template_part( ‘no-results’, ‘archive’ ); ?> ”
to ” <?php do_action( ‘epl_property_blog’ ); ?> ”
I even tried modifying the single.php and archive.php directly in the parent plugin.
Does not work…help!
Thanks
If you add regular test content above one of those do_action calls, does it display on the page?
For example:
Testing
<?php do_action( 'epl_property_blog' ); ?>
Can't explain it. I redid the same thing and it now works. Thanks for the quick response!
Great to hear :)