View Single Post
  #1  
Old 5th September 2008, 17:06
Grom's Avatar
Grom Grom is offline
Senior Member
 
Join Date: Aug 2008
Posts: 73
Smile Site Description & KeyWords
Name :-
Site Description & KeyWords

DESCRIPTION :-
I don't think TT allow me to make Site Description & KeyWords
so i made this a small and good one ( test with 2.04 ) .

Install :-
Open config.php
Find code
PHP Code:
$site_config['CHARSET'] = "iso-8859-1"//Site Charset 
Add after
PHP Code:
$site_config['Des'] = "Edit your site des"//Site Description
$site_config['KeyWords'] = "Edit your site key"//Site KeyWords 
Edit your site des ==> replace with your site description ( EX. Warez Full Apps Games Albums Torrents Serials Cracks Downloads )
Edit your site key ==> replace with your site KeyWords ( Ex. download, warez, games, apps, torrent, movies, rapidshare )

Close and Save .

\\\\\\\\\
Open your theme
header.php
Find :
PHP Code:
<title><?= $title?></title>
Add after :
PHP Code:
<meta name="description" content="<?= $site_config["Des"]; ?>">
<meta name="KeyWords" content="<?= $site_config["KeyWords"]; ?>">
Close And Save .
__________________
Hello All
Reply With Quote