How to disable featured image in front end publisher? – UserPro Forums https://forum.userproplugin.com/forums/topic/how-to-disable-featured-image-in-front-end-publisher/feed/ Mon, 06 May 2024 03:04:15 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/how-to-disable-featured-image-in-front-end-publisher/#post-45510 <![CDATA[How to disable featured image in front end publisher?]]> https://forum.userproplugin.com/forums/topic/how-to-disable-featured-image-in-front-end-publisher/#post-45510 Mon, 12 Jan 2015 03:17:34 +0000 Joseph Lariosa 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

]]>
https://forum.userproplugin.com/forums/topic/how-to-disable-featured-image-in-front-end-publisher/#post-46401 <![CDATA[Reply To: How to disable featured image in front end publisher?]]> https://forum.userproplugin.com/forums/topic/how-to-disable-featured-image-in-front-end-publisher/#post-46401 Thu, 05 Mar 2015 12:04:03 +0000 NDJSupport 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 .= “

“.__(‘Set Featured Image’,’userpro’).”

“;

Try and let me know if it works as expected .

Thanks!

]]>