Hello, my newly created category pages are COMPLETELY blank. Doesn’t even show any headings. For example:
https://pcgamehaven.com/category/reviews/monitor-reviews/
The above page has been live for several months.
I have my other categories working and have tried clearing cache.
Hi Colin,
Thank you for reaching out to us. A white screen usually means there is a fatal PHP error. Can you please enable WP_DEBUG mode? You can do this by opening wp-config.php and adding the following code just above /* That’s all, stop editing! Happy blogging. */
define('WP_DEBUG', true);
/* That's all, stop editing! Happy blogging. */
When you revisit the page with the white screen, you should have some error output describing the issue in more detail.
In the mean time please follow the troubleshooting guide here https://theme.co/docs/common-issues
Let us know how this goes!
I went to the theme editor to look at the files, but I don’t see that file. The closest thing I see is wpml-config.xml
Hi Colin,
wp-config.php is the part of your WordPress installation and can be found on your WordPress install’s root folder.
Simply edit the wp-config.php file as specified by @nabeel.
Once you add the code, exact issue(s) can be found.
Please find the video will help you on this : https://www.youtube.com/watch?v=3SDPTafEM8o
Hope it helps.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.