Shape 5

Wordpress Club Themes => No1 Shopping - Club => : antic August 10, 2015, 03:29:33 AM



: How to change the coding for the <title> tag
: antic August 10, 2015, 03:29:33 AM
I would like to take advantage of SpeedPPC DKI plugin. In order to use dynamic titles and descriptions they suggest to do the following:

You need also to change the title tag in you wordpress theme as shown below.

<title><?php wp_title(); ?></title>


Would you help me to do this?
Thanking you in advance!
Alex

The website I am working on is: http://business.referrizer.com/ (http://business.referrizer.com/)


: Re: How to change the coding for the <title> tag
: Tristan Rineer August 10, 2015, 07:28:12 AM
That is already the way the title tag is called.  It has to be injected slightly differently for the framework, but the output is the same; your plugin should work as intended without needing any code edits.


: Re: How to change the coding for the <title> tag
: antic August 10, 2015, 10:41:23 AM
Would you be kind enough and tell me which file within the Vertex framework contains the <title> tag ?


: Re: How to change the coding for the <title> tag
: Tristan Rineer August 10, 2015, 11:57:26 AM
The file is vertex/cms_core_functions.php in the s5_head_call() function.

If you choose to edit that function, be aware that you may end up breaking your site, and support doesn't technically cover problems caused by custom coding.