How to show event image in event management plugin
Event image is not showing in event management plugin
show event image through php code using event management plugin
Your Solution:
suppose you want to show event image on You own posted event
Then go to plugin Events-management->templates->Tables-> events.php
add the below code where you want to show your event image
<img src="<?php echo $EM_Event->get_image_url(); ?>" >
No comments:
Post a Comment