• Resolved djmitch

    (@djmitch)


    I wish to insert key words in wordpress.

    I have tried to make this in the file index.php located in the root of wordpress . ( my wordpress use another theme instead of default theme.

    here we are :

    index.php

    <?php
    echo ‘<meta name=”keywords” content=”key1, key2, key3″>’;
    /* Short and sweet */
    define(‘WP_USE_THEMES’, true);
    require(‘./wp-blog-header.php’);
    ?>

    result :
    Warning: Cannot modify header information – headers already sent by (output started at ……/wp-last-visit.php on line 143

    Warning: Cannot modify header information – headers already sent by (output started at ……/wp-last-visit.php on line 203

    Warning: Cannot modify header information – headers already sent by (output started at ……/wp-last-visit.php on line 226

    any one can help me? or suggest a link to a valid plug in for make this ?

    thank u

Viewing 3 replies - 1 through 3 (of 3 total)
  • This do ?
    /*
    Plugin Name: Jerome's Keywords
    Plugin URI: https://vapourtrails.ca/wp-keywords
    Version: 1.8
    Description: Allows keywords to be associated with each post. These keywords can be used for page meta tags, included in posts for site searching or linked like Technorati tags.
    Author: Jerome Lavigne
    Author URI: https://vapourtrails.ca
    */

    Thread Starter djmitch

    (@djmitch)

    thank u podz, I will try now.

    Thread Starter djmitch

    (@djmitch)

    I think it work….

    thank u !….

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘key words’ is closed to new replies.