stormer320
Member
Posted 2 years ago #
I recently uploaded WordPress on my site so I'm not sure how to fix this. I clicked on Posts > Screen Options so that I can change the number of posts I see. I wanted to change it to 50 but I accidentally made it 500. I tried to change it back to 50 but the Post page doens't load for me anymore due to lag. Is there another way I can fix it?
try to go direct into the admin area by adding /wp-admin/ to your blog url in the browser address bar
stormer320
Member
Posted 2 years ago #
I can go to the admin area fine. It's just when I click on "Post", it lags out for me.
Place this into one of your theme files, load the page once(any page that calls the file you placed it into), then remove it. SEE BELOW NOTE FIRST PLEASE.
<?php update_usermeta( 99 , 'edit_per_page' , 20 ); ?>
NOTE: You need to replace 99 with the ID of your user account, and 20 with the amount of posts you want to show on the edit posts list.
stormer320
Member
Posted 2 years ago #
Thanks a lot. That fixed it.
Good stuff... :)
You're welcome...