Advertisement
ridgey28

WordPress - AddThis Smart Layers- Manually

Nov 12th, 2013
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <?php  // Manually add addthis smart layers to WordPress functions.php file
  2.  
  3. add_action('wp_footer', 'add_this_smart');?>
  4.  
  5. <?php function add_this_smart(){
  6. if (is_single()){
  7. ?>
  8. <!--add code snippet here -->
  9.  
  10. <?php }}?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement