waldenweb
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
@dcfreeland Tried creating a short title and no date was added. We are running the latest version 5.9.2
@robswaimea Yes that would work but there a lot of people creating the events and they don’t remember to do that. Would like to handle this automatically
Forum: Plugins
In reply to: [Media Credit] Prevent credit from displaying if no credit is entered by userawesome, that works! Thanks.
Forum: Plugins
In reply to: [Media Credit] Prevent credit from displaying if no credit is entered by userIt’s a custom theme where I have integrated it into the template:
`
$img_id = get_post_thumbnail_id( $this->pid );
$img_credit = get_media_credit_html($img_id);Display credit for featured images is checked (it is a featured image)
Do not display default credit is checkedForum: Plugins
In reply to: [Media Credit] Prevent credit from displaying if no credit is entered by userI tried that and it prevented the author name from being prepopulated in the media form, but it didn’t stop it from showing on the front end if nothing is entered in the credit field.
Viewing 4 replies - 1 through 4 (of 4 total)