Forums

[resolved] Changing # of Posts (6 posts)

  1. 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?

  2. alchymyth
    The Sweeper
    Posted 2 years ago #

    try to go direct into the admin area by adding /wp-admin/ to your blog url in the browser address bar

  3. 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.

  4. Mark / t31os
    Moderator
    Posted 2 years ago #

    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.

  5. stormer320
    Member
    Posted 2 years ago #

    Thanks a lot. That fixed it.

  6. Mark / t31os
    Moderator
    Posted 2 years ago #

    Good stuff... :)
    You're welcome...

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags