Jump to content

Linking Category and Section Titles Together


Adam Lotz

Recommended Posts

Hi Guys,

 

I would like to know if there is any way I can link the Category and Section name together and display it as one phrase, so instead of "Cape Town" as  category and "Accommodation" as sections, I would like to merge the 2 together like "Cape Town Accommodation".

 

I have looked at various forumns and found the file for this (listings_header.thtml, found in components/com_jreviews/jreviews/views/themes/default/listings) and I have tried to edit the following lines but not working properly:

 

<?php if (isset($page['title']) && $page['title'] != '' && $page['show_title']):?>

        <h1 class="contentheading"><?php echo $Routes->category($directory,$section['Section'],$category['Category']);?> <?php echo $Routes->section($directory,$section['Section']);?>

</h1>

    <?php endif;?>

 

My website is called www.reviewcapetown.co.za.

 

Please can anyone help as I have no solution for this and need to fix it for SEO purposes.

 

Any help would be much appreciated.

 

Thanks,

 

Charles

Link to comment
  • 3 months later...
×
×
  • Create New...