I want to remove sub-categories and Latest (drop-down) and want to Trending Now

Posted in: Newsmag
Post count: 43

I want to remove sub-categories and Latest (drop-down) from the category pages. Look at the image http://www.screencast.com/t/5jQjOw2WWRq .
And I want to display “Trending Now” in there. You have already solved this issue before, https://forum.tagdiv.com/topic/i-want-trending-now-to-display-in-category-pages-too/ . But when i’m trying to open page-category-big-grid.php, it shows an empty box, there’s no code in there. Thank You

Post count: 7909

Hi,

Please remove that header for category page from Theme Panel > Categories – http://screencast.com/t/TiUVmJQHrtq and use do_shorcode function to place the news ticked above the big grid – http://screencast.com/t/iEJrDnBgSsjM

<?php echo do_shortcode('[td_block_trending_now limit="5"]');?>

Result: http://screencast.com/t/rv65mfqh

Thanks!

Post count: 43

It works but it shows an line just above the ticker. Please visit my website lordreamrichard.com to see what i’m talking about. Thank You

Post count: 6535

Please use this custom css:

.td_category_template_2.td_category_top_posts_style_1 .td-subcategory-header{
margin-top:0;
}

It should work fine: http://screencast.com/t/XUWh2LH5Pvn8

Thanks!

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