Hi,
I have just tried implement the free add-on which capitalises the keywords, however, after uploading the modified index.php file, the whole keyword list on the site dissappeared!
I have noticed this difference:
The instructions say to search for:
$line2 = str_replace(" ", "-", ($line);
$keyword_array .= "<a href=\"".$image_path ."/". $line2.".htm\">".$line. "</a>";
However, in my index.php file, these lines look like this (keyword list, instead of keyword array, and one less'(' ):
$line2 = str_replace(" ", "-", $line);
$keyword_list .= "<a href=\"".$image_path ."/". $line2.".htm\">".$line."</a>";
Could someone please assist??
Thanks!
Hi Dave,
Obviously I made a faulty instruction line. thank you to point this out. I already corrected the instruction post. Sorry for any inconvenience I caused by this.
Admin