configuration
-
Hi,
I’ve installed the pluggins, validated it , but I’v got a child theme and I do’nt know where to add this configuration lines (with my own Twitter account informations of course) :
add_filter( 'twitter_cards_properties', 'twitter_custom' );
function twitter_custom( $twitter_card ) {
if ( is_array( $twitter_card ) ) {
$twitter_card[‘creator’] = ‘@niall’;
$twitter_card[‘creator:id’] = ‘1085’;
}
return $twitter_card;
}Please please please help me ^^
(N00b inside dsl)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘configuration’ is closed to new replies.