Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • rayfurre Friend
    #151899

    Hi All
    If you check out http://norstart.org you will notice that only the first frontpage shows articles the rest such as :

    http://norstart.org/index.php?start=5
    http://norstart.org/index.php?start=15
    http://norstart.org/index.php?start=20

    Are empty with no articles although I have around 30 articles published on frontpage.

    Please help

    Sherlock Friend
    #347571

    Hi rayfurre,

    This is small bug and Please kindly try as follow to fix
    Go to templatesja_tronahtmlcom_contentfrontpagedefault.php file

    Do a search this line of php codes
    <?php for ($i = $this->pagination->limitstart; $i < $this->params->get(‘num_leading_articles’); $i++) : ?>
    Change it to
    <?php for ($i = $this->pagination->limitstart; $i < ($this->pagination->limitstart + $this->params->get(‘num_leading_articles’)); $i++) : ?>

    I Hope it help !

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 13 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum