Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 10-16-2017 10:53:06

gfrracing
Member
Registered: 07-03-2010
Posts: 72
Website

MultiSite Sites

How do you change core.metadesc and core.metakeywords and core.metatitle. For Multi sites

Thanks, Gary

Offline

 

#2 10-17-2017 08:07:22

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: MultiSite Sites

Under System / MultiSites / MultiSite Sites, edit your MultiSite and in the Settings Override tab enter the settings ids (you posted them above) and your desired value.  Click Submit to save your changes.


Nick Hendler

Offline

 

#3 10-17-2017 13:38:48

gfrracing
Member
Registered: 07-03-2010
Posts: 72
Website

Re: MultiSite Sites

Nick I did that but they did not Change

Thank, Gary

Offline

 

#4 10-17-2017 14:37:08

gfrracing
Member
Registered: 07-03-2010
Posts: 72
Website

Re: MultiSite Sites

Nick I need to change it on the Splash page. were you give me the code to change for the Multi sites

Thanks, Gary

Offline

 

#5 10-18-2017 08:22:58

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: MultiSite Sites

That changed everything but things with specific meta information.  To change the splash page, reference your post here:

https://forum.kryptronic.com/viewtopic.php?id=33585

That is how you split the splash page for MultiSites (the only thing you can't override for MultiSites).  In each section, change the meta information using:

Code:

$this->globals('core_display.metatitle','New Title');
$this->globals('core_display.metakeywords','new, keywords');
$this->globals('core_display.metadesc','New page description.');

Please note that if you don't include site-specific information in your meta tags, the software automatically fills it in when building the tags.  It's easiest, especially with a MultiSite setup, to leave site-specific info out of meta tags.


Nick Hendler

Offline

 

#6 10-18-2017 09:42:29

gfrracing
Member
Registered: 07-03-2010
Posts: 72
Website

Re: MultiSite Sites

Thanks, Nick  That fix it

Thanks, Gary

Offline

 

Board footer