Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @chrismb78,

    Try adding the following snippet to your site and see if it does the trick.

    add_filter( 'astra_default_strings', 'wpd_astra_default_strings' );
    function wpd_astra_default_strings( $strings ) {
    	$strings['string-blog-meta-author-by'] = '';
    	return $strings;
    }

    Kind regards,
    Herman ??

    Thread Starter Cristian-Mihai

    (@chrismb78)

    It works !

    Thank you very much !!!

    Good to know that, @chrismb78!

    Please mark this thread as Resolved and feel free to start a new thread if there is anything else related to Astra, we can help you with.

    Kind regards,
    Herman ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I want to hide the “By” text from meta’ is closed to new replies.