I want "Trending Now" to display in category pages too

Posted in: Newsmag
Post count: 43

I have removed sub-category from category pages via commenting on themeforest. Now i want to display “Trending Now” in category pages too. Please provide me the code and the place where i have to add it. http://www.screencast.com/t/NtXbp5pZL

Thank You

Post count: 6600

Hi,

You can use the do_shortcode() function and add the shortcode for the news ticker directly to category like this: http://screencast.com/t/oTyYO9nikGNW
First go to VC page builder and customize the ticker then switch to classic mode and get the ticker shortcode: http://screencast.com/t/04wufgypnN1I
Use this code and add your shortcode to it: echo do_shortcode('add your shortcode here'); then edit the files and add it like shown above.
Result: http://screencast.com/t/r6U8ZQ6fMSQ7
You also need use the custom css I’ve pointed in the screenshot.

.td-subcategory-header .td-category-header, .td-subcategory-header .td-category-pulldown-filter {
display: none;
}

Thanks

Post count: 43

Thank You! It’s done

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