Viewing 1 replies (of 1 total)
  • Thread Starter Joe Banks

    (@joenasagrc)

    Here we go. Via phpMyAdmin:

    Removing old revisions (all the ones showing up were prior to a certain date) removed them from display in the tree view.

    SELECT *
    FROM wordpress_posts
    WHERE post_date < ‘YOUR DATE’
    AND post_status LIKE ‘inherit’
    AND post_name LIKE ‘%revision%’

    This was the only way to remove them. Removing revisions by other means, either by a revisions management plugin, or other means ( https://codex.www.ads-software.com/Revision_Management) did not remove them fully.

Viewing 1 replies (of 1 total)
  • The topic ‘Inherited (Revision) pages being displayed’ is closed to new replies.