Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Merv Barrett

    (@mervb1)

    Yes, you can create a custom template to do it and just remove the action. You can use remove_action however there is a title above the name which will need to be removed or will look out of place without the author box.

    <?php remove_action( 'epl_single_author' , 'epl_property_author_box' ); ?>

    Guide to copy and edit your own templates.

    Thread Starter MicroLivin

    (@microlivin)

    Hey thanks for the help,

    I made a copy of the template as instructed in your link and made the edit, however the changes are not being applied. is there another step to link it up, I have a folder called easypropertylistings in my child theme folder with the two files.

    Regards,

    Thread Starter MicroLivin

    (@microlivin)

    Hey actually, nevermind, got it to work, thanks for your help ??

    Plugin Author Merv Barrett

    (@mervb1)

    That is the correct process. The filenames must be exactly spelt. Please tell me THEME_NAME/easypropertylistings/FILENAME.php you have in the folder

    Plugin Author Merv Barrett

    (@mervb1)

    No problem

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing the author from listings’ is closed to new replies.