Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
How to disable featured image in front end publisher?
Any short code for this? i tried [userpro template=publish taxonomy=category category=crew-posts require_featured=0]
require_featured=0 <– this is not working. Im using V2.21
require_featured is not to disable featured image .
Its to make the featured image field required or optional. Default is 1 (required)
If you want to disable is , you will have to make changes in code in file frontend-publisher-functions.php at path userpro/functions/frontend-publisher-functions.php
You need to comment below mentioned line –
// $res .= “
“;
Try and let me know if it works as expected .
Thanks!
You must be logged in to reply to this topic.