Announcing the Passing of Andy Green
Steve Willock2023-02-15T10:32:03+00:00Announcing the passing of Andy Green add_filter( 'avada_blog_read_more_excerpt', 'my_read_more' ); function my_read_more( $read_more ) { global $post; $read_more = "... Read more> "; return $read_more; }