Keyword

Replace Date position!

  • kenman
  • kenman's Avatar Topic Author
  • Offline
  • New Member
More
6 years 4 months ago #170877 by kenman
Replace Date position! was created by kenman
Hello everybody,
I would like to place the date over the title.
Unfortunately, I can not find the template.

The following is displayed under catergory_item.php:

<?php if($this->item->params->get('catItemIntroText')): ?>
<!-- Item introtext -->
<div class="catItemIntroText">
<?php echo $this->item->introtext; ?>
</div>
<?php endif; ?>

See screenshot, what I would like to do.
Can someone help me?

Attachments:

Please Log in or Create an account to join the conversation.

More
6 years 4 months ago #170885 by JoomlaWorks
Replied by JoomlaWorks on topic Replace Date position!
Look at the source file: github.com/getk2/k2/blob/master/components/com_k2/templates/default/category_item.php#L28

The date is above the title. Perhaps your override is missing some parts from the source templates.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum