AeonCube Posted March 25, 2015 Share Posted March 25, 2015 Hi, Does anyone know how to get the current knowledge base category title into the meta title tag. For example in: /whmcsinstall/knowledgebase/000000/hosting it shows the page title is: <title>Knowledgebase</title> This is the same for any category, only when you go into an article it changes the title. I would like to have the title change based on the current category, for example based on above it would be: <title>Hosting Knowledgebase</title> I thought this would work but doesn't: {if $kbcat.name}{$kbcat.name}{/if} Any ideas would be great! Thanks guys, 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted March 25, 2015 Share Posted March 25, 2015 try the following in header.tpl... <title>{if $catname}{$catname} {elseif $kbarticle.title}{$kbarticle.title} - {/if}{$pagetitle} - {$companyname}</title> 0 Quote Link to comment Share on other sites More sharing options...
AeonCube Posted March 26, 2015 Author Share Posted March 26, 2015 Spot on - worked perfectly! Thank you very much. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.