• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Pre and Post Channel title.

Started by hamnawa,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hamnawaTopic starter

How to add custom text in channels title?
  •  

PHPVibe A.

com/com_channel.php

// SEO Filters
function modify_title( $text ) {
global $channel;
    return strip_tags(stripslashes($channel->cat_name));
}

Similar topics (7)