WordPress meta property= og:image not working [closed] - Hack The Tech - Latest News related to Computer and Technology

Hack The Tech - Latest News related to Computer and Technology

Get Daily Latest News related to Computer and Technology and hack the world.

Monday, March 28, 2022

WordPress meta property= og:image not working [closed]

WordPress meta of image function examples

if ( is_single() ) {
    echo '<meta property="og:image" content="<?php echo get_post_meta($post->ID, "mabp_thumbnail_url", true); ?>" /> ';
}

Not working . How to single.php and all page auto gnarate meta og:image tag in header.php <head> </head> meta tag

Yes I am try it but it error . Please help me the code



source https://stackoverflow.com/questions/71636266/wordpress-meta-property-ogimage-not-working

No comments:

Post a Comment