my code
function insert_image_before_title($title) {
$timestamp = strtotime("-5 days");
if( !current_user_can( 'contributor' ) && ( in_category( 'coin-news' ) || in_category( 'community' ) ) && ( date("Y-m-d H:i:s", $timestamp) < get_the_date("Y-m-d H:i:s") ) ) {
$title = '[sorry]' . $title;
}
return $title;
}
add_filter( 'the_title', 'insert_image_before_title', 10, 1);
Other theme have no problem.
but only enfold is not working.
Hey chocomuscake,
Thank you for using our theme.
Please see answer to https://kriesi.at/support/topic/how-can-i-use-the_tile-in-function-php/
Best regards,
Günter