Printing og meta only if posts page?
-
Hello,
how do I correctly write a condition for the header, shown only if it’s on a blog page (must not show up on other content pages or start page)What I already have, but did not work:
<?php if(is_single()){ <meta property="og:title" content="<?php the_title_attribute(); ?>" /> <meta property="og:type" content="article" /> <meta property="og:url" content="<?php echo the_permalink(); ?>" /> <meta property="og:image" content="<?php echo $img_src; ?>" /> }?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Printing og meta only if posts page?’ is closed to new replies.