• Welcome to WooUSEFUL by PHPVIBE . Please log in.

[ Video Sharing CMS v4 ] Change blog to name

Started by mihai,

Previous topic - Next topic

0 Members and 1 Guest 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

Hi!

com/blog.php

// SEO Filters
function modify_title( $text ) {
global $heading;
    return strip_tags(stripslashes($heading));
}
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

mihaiTopic starter

  •  

Marius

Same way for all links, in vibe_setts.php
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

Similar topics (7)