Keywords Plugin
-
Hello there,
I am trying to get Jerome’s Keywords Plugin to workhttps://vapourtrails.ca/wp-keywords
everything seems OK, except the part where it says
“To add the keywords meta tag to your site, put the following somewhere in your title block (i.e. between the <title> and </title> tags):
<meta name=”keywords” content=”<?php the_keywords(); ?>” />
Every time a page is loaded, the plugin will insert all of the keywords and category names from the current view.”What i have in my header.php is:
<head>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats please –>if i try and paste the line inbetween the title block, the name of my webpage changes to “<meta> Ali’s Knowledge Base”
Can anyone please advise my how i can do what is being suggested above?
- The topic ‘Keywords Plugin’ is closed to new replies.