Advertisement
Guest User

Img 3

a guest
Mar 26th, 2011
2,374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. <?php if (is_single()) { ?>
  2. <link rel="image_src" href="<?php bloginfo('siteurl'); ?>/wp-content/themes/miotema/images/<?php the_title(); ?>.jpg" />
  3. <?php }else{ ?>
  4. <link rel="image_src" href="<?php bloginfo('siteurl'); ?>/wp-content/themes/miotema/images/socialpreview.jpg" />
  5. <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement