/ Published in: PHP
Use this to create the items title, within an item page.
Style by changing the H2 class.
Style by changing the H2 class.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php if($this->item->params->get('itemTitle')): ?> <!-- Item title --> <h2 class="itemTitle"> <?php echo $this->item->title; ?> </h2> <?php endif; ?>