key words
-
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 143Warning: 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
- The topic ‘key words’ is closed to new replies.