starkinternet
Chevereto Member
hey guy,
How to have custom meta title, description in homepage ? just only homepage
How to have custom meta title, description in homepage ? just only homepage
Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.
Please keep in mind:
<?php if(_home()) :?>
<title>Homepage title</title>
<?php endif; ?>
<?php if(is_home()) : ?>
<title>test</title>
<?php endif; ?>
case '': case 'index.php':
@session_start();
$_SESSION['last_upload_request'] = time();
$this->template = 'index';
break;
case '': case 'index.php':
@session_start();
$_SESSION['last_upload_request'] = time();
$this->template = 'index';
self::$doctitle = 'My doctitle';
break;