how can i view the creation date of the articles. Thank you

    never6910 Hi

    Could you share the super admin account of your site and some screenshots highlighting the parts that you want to show date for articles?

    This message is visible to Moderators only
    hidden content

      Hi never6910,
      I have checked and updated the /templates/gk_bauhaus/html/com_content/article/default.php file. Line 243:
      Replace the following code:
      <?php echo JLayoutHelper::render('joomla.content.info_block.block', array('item' => $this->item, 'params' => $params, 'position' => 'above')); ?>

      With new code:
      <?php echo JLayoutHelper::render('joomla.content.info_block', array('item' => $this->item, 'params' => $params, 'position' => 'above')); ?>

      I can log into your site.

      I don't know which page you want to show the date so I guess it's blog page and I updated this file a bit to show the date for articles:

      /templates/gk_bauhaus/html/com_content/category/blog_item.php

      blog-itemphp.zip
      2kB

      Kindly check.

      Thank you. I'd like to have the date displayed wherever there is an article.
      The date format can be changed

      Thank you

        never6910 You can override this language constant to change the date format: TPL_GK_BAUHAUS_DATE_FORMAT_LC2

        Go to Administrator panel >> System >> Language overrides and edit the override that I just added for IT language:

        6 days later
        Write a Reply...
        You need to Login to view replies.