Shape 5

Wordpress Club Themes => Corporate Response - Club => : wineglass June 05, 2013, 01:15:15 AM



: How to change title on main page?
: wineglass June 05, 2013, 01:15:15 AM
It shows "The Vertex Response Framework on <name>".

The name portion is ok.

Prefer not to edit cms_core_functions.php if I have to.

Thanks
WG


: Re: How to change title on main page?
: Tristan Rineer June 05, 2013, 07:17:24 AM
Unfortunately, file edits are currently the only way to do that.  I am planning on making it an admin option in the near future, I just haven't quite figured out how exactly I want to implement that feature.


: Re: How to change title on main page?
: wineglass June 05, 2013, 09:16:46 AM
Where can I find the "The Vertex Response Framework" text value?

I grep -R the whole directory for it..
I also browsed through the MySQL tables..

Thanks
WG


: Re: How to change title on main page?
: Tristan Rineer June 05, 2013, 09:23:39 AM
It's not a text value, it's the title of the most recent blog post. 

If you would like to stop the page/latest post title from being added to the site title, just edit "vertex/cms_core_functions.php" and comment out (add "//" to the front of) or remove
:
	else{$header_html .= the_title('',' on ',false);}
from the "s5_head_call" function.