Links on category page are not working – new install
I have a new install of anspress. On the categories page the image and links appear for each category, but the links just go to blank pages.
I installed the Categories for AnsPress plugin but the links still go to blank pages. Since there are no pages for each category I can not install the anspress shortcode, so how can we get the category links to work?
Hello,
I tested X theme with AnsPress today and found that for category page they are using the_excerpt() instead of the_content().
To overcome this issue simply create a new file in your theme called anspress.php and then copy contents from x\framework\views\integrity\wp-page.php and then replace everything inside while loop with below gist:
Loading Gist...
HH commented on answer
Thanks Rahul. This appears to be working now with the X theme.