Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?= wp_count_posts()->publish ?>
  2.  
  3. <?php
  4. if ( is_home() ) { ?>
  5. <meta name="description" content="In meinem Blog gibt es schon <?= wp_count_posts()->publish ?> Beiträge.">
  6.  
  7. <?php }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement