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

    (@mervb1)

    Thanks Mister WP

    An alternative to adjusting the image and still using the hook is by adding parameters to the hook.

    The epl_property_archive_featured_image() function details.

    To adjust the image size you would do this in your template.

    do_action('epl_property_archive_featured_image' , 'large' , 'my-class-name');

    Thread Starter onico0

    (@onico0)

    Oh very nice, I didn’t find this way to do (didn’t know about parameters in do_action, my bad) , good to know, thanks !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Another way to change the size of the featured image in listing’ is closed to new replies.