[Resolved] Display issue with plugin easypropertylistings

Home Forums Support [Resolved] Display issue with plugin easypropertylistings

Home Forums Support Display issue with plugin easypropertylistings

  • This topic has 3 replies, 2 voices, and was last updated 7 years ago by Tom.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #289737
    sheik

    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

    #289832
    Tom
    Lead Developer
    Lead Developer

    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' ); ?>
    #289951
    sheik

    Can’t explain it. I redid the same thing and it now works. Thanks for the quick response!

    #290019
    Tom
    Lead Developer
    Lead Developer

    Great to hear 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.