Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Erikvona

    (@erikvona)

    Of course, but you will need to use PHPMyAdmin or another MySQL interface.

    You can use the following query:

    SELECT *
    FROM wp_postmeta
    WHERE meta_key = 'per-page-ath-content'

    Where wp_ is your database prefix.

    You can also automatically delete empty meta fields using a query like this.

    There is no way to do this from the plugin.

    Note that the options and the content added to every page isn’t shown in this list

    Thread Starter Frank Gomez

    (@frank6tg)

    Thanks very helpful.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where can the entries be viewed in database?’ is closed to new replies.