[ Video Sharing CMS v4 ] Change blog to name

Started by mihai,

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

mihaiTopic starter

Hi!
I want to change the name of the page blog and i want to know what should i edit.
I know that i must change the names of 2 php files(blog.php,com_blog.php) and that's all.
So what should i do to change the name of page /blog
  •  

Marius P.

Hi!

com/blog.php

// SEO Filters
function modify_title( $text ) {
global $heading;
    return strip_tags(stripslashes($heading));
}
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

mihaiTopic starter

  •  

Marius P.

Same way for all links, in vibe_setts.php
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)