• Hello there,
    I am trying to get Jerome’s Keywords Plugin to work

    https://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?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Uh, this:

    <meta name="keywords" content="<?php the_keywords(); ?>" />

    should go, on its own line, somewhere between the <head> </head> tags, and not the title tags. May want to inform the plugin dev of the mistake.

    Thread Starter ali-butt

    (@ali-butt)

    Thank you for the clarification.

    i also have this line there:

    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats please –>

    Can i leave that and put the other above it ? … or can you not have 2 lines with that information?

    Thanks
    Ali

    One line is
    <meta name="keywords"
    the other
    <meta name="generator"
    So they are NOT the same! And you can have much more meta lines there ?? Just try a search for meta tags.

    Instructions on the plugin page have been updated.

    Been wondering what this line is for:

    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats please –>

    Whose stats? What can I do with it?

    It’s for WP.
    A search engine result will show how many blog of which version are around. It helps the development.

    You can’t do anything with it.

    If you want some stats, I’d suggest a search here for ‘short stat’

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Keywords Plugin’ is closed to new replies.