Category landing page customization

Posted in: Newspaper
Post count: 6

Hi,
How to customize category landing page like we need to add new block on category page to show most read posts first and then latest posts and also is this possible to have different layouts for different categories.

And also how to include new widgets or custom widgets on category landing page.

Thanks in Advance.

Post count: 23312

Hello champaka,

Unfortunately, we do not have any category landing page, but you can achieve this if you are using some CSS code to hide the header and the footer for category pages. Regarding on sidebar, notice that you should use and add any widget you want to your sidebar from the panel, like this -> http://screencast.com/t/VDOGB6wB and the widgets from here -> http://screencast.com/t/pphotSL6w

The code which allows you to hide the header and the footer section for all category pages is here ->

.category .td-header-wrap, .td-footer-wrapper{
display:none;
}

Hope this helps!

Thanks for the message!

Post count: 6

Hi,
Can we show posts in date wise with heading on category landing page. Find the reference link below.
https://www.ft.com/global-economy

We want to show posts in date wise like today, Yesterday and so on is this possible with the theme. We need exact same layout on category landing page like above mentioned url.

Thanks in Advance.

Post count: 22421

Hello,

Our theme does not have such a functionality. The only settings available for category pages are found in the theme panel-> category section. Anything beyond that will have to be custom made. If you want to use visual composer and create custom category pages you can simply redirect your categories to pages created in visual composer using 301 redirects: http://www.wpbeginner.com/beginners-guide/beginners-guide-to-creating-redirects-in-wordpress/

Thank you!

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