How could I get top post style on category page show only on first page

Posted in: Newspaper
Post count: 30

How could I get top post style on category page show only on first page
Let’s say, There are three pages on “featured” category page. I want the top post (grid block) to show only on first page.

  • This topic was modified 10 years by horsezy.
Post count: 22421

Hi,

If you want to remove the top grid on other pages, you need to edit the theme files like so:
http://screencast.com/t/NHxnQ1zP
Here is the code needeed:

<?php
if($paged < 2){
td_api_category_top_posts_style::_helper_show_category_top_posts_style(); }
?>

Thank you!

Post count: 30

Thank you

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.