• Resolved nhub

    (@nhub)


    Hello!
    When I add a new post from the frontend, the post is not inserted into the wp_posts table in the database. However if I add the post using wordpress (Dashboard>posts>add new), I find it in the wp_posts table. How can I do the same for the posts from the frontend or where can I find it in the database?

    Thank you 🙂

    https://wordpress.org/plugins/frontier-post/

Viewing 1 replies (of 1 total)
  • Plugin Author finnj

    (@finnj)

    The post are saved in the database in the posts table, exactely the same way as if you save a post through the admin panel. I use wp_update_post(), i do not write directly to the databse.

    So if the post is not added, there must be an error – have you turned WP_DEBUG on and checked the log.

Viewing 1 replies (of 1 total)

The topic ‘Where are the posts saved’ is closed to new replies.