Hi,
Regarding the Reporter template, where is the Category Blog Style 01 file or what are the files that manage the display of this category.

Thank you very much for your help
Julian

    Hi veterinarul
    The files should be in the folder templates\gk_reporter\html\com_content\category .

    Thank you but NO. I'm trying to find the corresponding file and I don't recognize it. I want to change the number of characters to be displayed on the category page. I changed everything where it should be changed and I can't find Category blog Style 1.

      veterinarul Hi

      I think it's correct place to change things on category blog page.

      You can take a look at this file: /templates/gk_reporter/html/com_content/category/blog_item.php

      If you mean the text under the article's title, it's intro text of each article you set in backend of your site:

      <?php if ($params->get('show_intro')) : ?>
      <?php echo $this->item->introtext; ?>
      <?php endif; ?>

      This code (lines 97-99) will help to render that intro text.

      Write a Reply...
      You need to Login to view replies.