Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter fwunder

    (@fwunder)

    Fixed by:

    add_filter( 'wpseo_twitter_card_type', 'change_card_type', 20 );
    function change_card_type(  ) {
    	return 'summary';
    }

    added to child theme functions.php

    fwunder,

    I discovered the same problem today.
    THANK YOU!!

    Ken

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Meta Twitter Card Content Gallery’ is closed to new replies.