Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Archive Category Display issue in 1.2.5

Home / Forums / Ascend Theme / Archive Category Display issue in 1.2.5

This topic is: Not a support question
[Not a support question]
Posted in: Ascend Theme
September 29, 2017 at 8:13 am

Hi!

First off, I LOVE Acsend, but I’ve noticed a possible bug/issue with the 1.2.5 update. I see from the changelog that you added “Better Support for Seriously Simple Podcasting plugin.” (nice!) but this also seems to have stopped Categories from being displayed on any Archives or the Post carousel!

However, I found an easy fix (which works for me for the time being):
In /lib/template_hooks/posts.php on line 128 there’s

} else if(is_singular(‘post’)) {

coming in under the new ‘for the podcast’ bit. So that Cats will also display I’ve changed it to just

} else {

and the Cats re-appear where they were before!

I thought you might like to know!

  • The forum ‘Ascend Theme’ is closed to new topics and replies.