I downloaded my LIVE WordPress website files and its database and set it up locally. I imported the database then changed in wp_options the value of home and siteurl to point to my local setup. I also commented the siteground redirect in .htaccess. So now, I can log in to the admin of my local WordPress but when I want to post something or I want to customize the theme, it only shows me a blank page. How do I make the local version of my live website function correctly?
I tried chaning themes.
I also tried reinstalling xampp then reinstalling the files.
I also changed define( ‘WP_DEBUG’, false ); to true;