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