Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <?php if (is_page()) {?>
  2. <meta property="og:image:type" content="image/jpeg">
  3. <meta property="og:image:width" content="480">
  4. <meta property="og:image:height" content="283">
  5. <?php if (is_page( '356' )) {?>
  6. <meta property="og:image" content="IMAGE_FOR_PAGEID_356">
  7. <?php }
  8. else if ( is_page( '390' )) {?>
  9. <meta property="og:image" content="IMAGE_FOR_PAGEID_390">
  10. <?php }
  11. else { ?>
  12. <meta property="og:image" content="IMAGE_FOR_ALL_OTHER_PAGES">
  13. <?php }
  14. } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement