Created
May 9, 2012 13:17
-
-
Save betweenbrain/2644421 to your computer and use it in GitHub Desktop.
Add heading to absolute first article of first page of Joomla 2.5 category blog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add the following to your /com_content/category/blog.php template override just before <?php $this->item = &$item; echo $this->loadTemplate('item'); ?> of the class="leading" item. | |
<?php if ($this->pagination->get('pages.current') == 1) echo '<h1>Absolute First Article</h1>' ?> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment