Flytta skapat datum - Joomla! Forum - community, help and support


hej
sitter och försöker flytta datumet som artikeln är skapad så den hamnar bredvid categorin "featured articles".

har hittat följande kod men får inte till det riktigt. created date hamnar alltid under kategorin hur jag än gör. någon som vet hur jag ska göra för att få till den till höger om kategorin?

code: select all

<?php if ($params->get('show_category')) : ?>
      <dd class="category-name">
         <?php $title = $this->escape($this->item->category_title);
            $url = '<a href="'.jroute::_(contenthelperroute::getcategoryroute($this->item->catslug)).'">'.$title.'</a>';?>
         <?php if ($params->get('link_category') , $this->item->catslug) : ?>
            <?php echo jtext::sprintf('com_content_category', $url); ?>
            <?php else : ?>
            <?php echo jtext::sprintf('com_content_category', $title); ?>
               
         <?php endif; ?>
           
      </dd>
<?php endif; ?>
<?php if ($params->get('show_create_date')) : ?>
      <dd class="create">
      <?php echo jtext::sprintf('com_content_created_date_on', jhtml::_('date', $this->item->created, jtext::_('date_format_lc'))); ?>
      </dd>
<?php endif; ?>


jag vill att det ska se ut såhär:

rubrik
kategori | datum
cont text

hej,
finns det möjlighet till en länk?





Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support