|
I edited my Header files of my WP and
removed this:
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
and added
<META NAME="Description" CONTENT="YOUR SITE NAME <?php single_cat_title(); ?>: <?php echo category_description(); ?><?php echo htmlentities($excerpt); ?>">
Am I doing things right?
And I want to know what's Optional Excerpt and Quadzilla says "Now the task of making sure every post has a description must begin." What exactly does he mean?
Thanks for the help and support.
|