Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Trader (http://www.bvlist.com/forumdisplay.php?f=29)
-   -   Site Description & KeyWords (http://www.bvlist.com/showthread.php?t=962)

Grom 5th September 2008 17:06

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 .


All times are GMT +2. The time now is 10:32.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.