Keyword

[ask] put plugin before title

  • Ardiansyah
  • Ardiansyah's Avatar Topic Author
  • Offline
  • New Member
More
11 years 6 months ago - 11 years 6 months ago #111037 by Ardiansyah
[ask] put plugin before title was created by Ardiansyah
hello

i see there is code
        <!-- Plugins: BeforeDisplay -->
        <?php echo $this->item->event->BeforeDisplay; ?>

        <!-- K2 Plugins: K2BeforeDisplay -->
        <?php echo $this->item->event->K2BeforeDisplay; ?>

        <div class="latestItemHeader">
          <?php if($this->item->params->get('latestItemTitle')): ?>
          <!-- Item title -->
          <h2 class="latestItemTitle">
                <?php if ($this->item->params->get('latestItemTitleLinked')): ?>
                        <a href="<?php echo $this->item->link; ?>">
                        <?php echo $this->item->title; ?>
                </a>
                <?php else: ?>
                <?php echo $this->item->title; ?>
                <?php endif; ?>
          </h2>
          <?php endif; ?>
in top of title

i have plugin carousel image gallery, how to put thats galley in top of title

thanks

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


Powered by Kunena Forum