This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Finding which pages are using Page Builder

9 years ago · Last reply by Alex S 9 years ago

Hi, I am redesigning a site for a client that has the Page Builder installed, and I’m trying to find a way to determine which pages/posts are actually built with the Page Builder.

They have over 200 pages and 400 posts on the site, so going one by one would take forever.

Thanks!

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Alex S Staff 9 years, 4 months ago

    Hi Andy,

    Your best bet would be to run a database query for any postmeta that have a panels_data meta_key. The query would look something like this:

    SELECT post_id FROM `wp_postmeta` WHERE `meta_key` = 'panels_data'

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread