<em>@duchh 151424 wrote:</em><blockquote>Dear kayz,
Please open file : templates/ja_nickel/html/com_content/frontpage/default.php and change line 79 :
$this->links = array_splice($this->items, $i);
to :
$this->links = array_splice($this->items, $i - $this->pagination->limitstart);
</blockquote>
Hi and thanks for this, i may try this later on.
However support staff has helped me with an alternative..
My menu was like this:
Leading: 4
Intro: 0
Column: 0
Links: 8
Support staff told me to change it to:
Leading: 0
Intro: 4
Column: 1
Links: 8
Now this works.. however i dont like the idea of keeping it just to intro. I will try what you have suggested and get back to you.
Thank you.