Advertisement
Guest User

Description tag

a guest
Mar 26th, 2011
4,096
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <meta name="description" content="<?php if (have_posts()&& is_single()):while(have_posts()):the_post(); the_excerpt_rss(); endwhile; else: bloginfo('description'); endif; ?>" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement