• Hi all,

    The numbering of the posts on my site is going nuts, since WP261 or WP262.

    Until post 724 the numbers are adding up 1 each time. After post number 724 the next post is 728, 737, 745, 753, 755, 758, 761, 764, 768, 770, 774, 778, 790, 805, 816, 829, 832, 845, 860, 862, 868, 873, 880, 889, 892, 897, 923, 926, 928, 972, 984, 1007, 1012, 1018, 1020, 1023, 1035, 1042, 1064, 1071, 1074 …

    How do I fix this ? How did it happen ?

    Gert

Viewing 1 replies (of 1 total)
  • Put this:

    // To turn off revisions and extend autosave to one hour interval.
    define ('WP_POST_REVISIONS', 0);
    define('AUTOSAVE_INTERVAL', 600); // One hour should be long enough!

    in your wp-config file.

    Be sure to not completely overwrite that file at each update!

    Apparently the newer versions of WP save revisions under a separate Post ID number. Do a search on this issue and you will find strong opinions about it.

Viewing 1 replies (of 1 total)
  • The topic ‘Post numbering completely irregular’ is closed to new replies.