Just enable Wordpress DEBUG to a LOG and see the Fatal Error.
This is the FIRST thing everyone should do for a Blank Page (page of death).Â
Â
Thanks for the suggestion @MissimoD 🙂
This is how I enabled debugging. I updated my `wp-config.php` file to have the following values:
Did I do anything wrong?
I have never used WordPress before and I started learning about it 15 days ago so I highly appreciate your patience in helping me resolve the issue. 🙂
To be clear, the page is not exactly blank. It loads the header and footer normally. The footer has a sidebar which also loads without any problem. However, in place of the main content, I just see the title 'Forum' and 'Last Updated — April 20, 2018'.
This content seems to be coming from the `index.php` file of the custom theme that I created myself. Here is the code of `index.php`.
Well, no debug.log means no errors at all, even warnings or notices.
Â
Â
Did I follow these steps correctly?
Could you please tell me why is my 'domain.com/community/' URL using the `index.php` file from my theme as its template?
Thanks.
Did I follow these steps correctly?
Could you please tell me why is my 'domain.com/community/' URL using the `index.php` file from my theme as its template?
Thanks.
Yes the debug steps are ok. As for the rest i have no idea what you try to do and i can't offer more help. Maybe somebody else can.
Â