Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #867969

    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.

    • This topic was modified 7 years, 1 month ago by chocomuscake.
    #868782

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.