• Resolved yuliana92

    (@yuliana92)


    Hi,

    Can you please let me know what table in database which contains all accordions data?

    I manually exported my live db to my local db and when I check on accordions plugin on my local WP site, it does has all accordions list but with empty content. Can you please let me know why?

    Thanks

    Yuli

    https://www.ads-software.com/plugins/accordions/

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

    (@pickplugins)

    Thanks for your post,

    I noticed the special character in accordion content cause import failed.

    anyway if you like to manually import you can

    First run the query on wp_posts table for accordions and

    SELECT * FROM wp_posts WHERE post_type LIKE 'accordions'

    View post on imgur.com

    and then you need to export meta field data form ‘wp_postmeta’ table

    SELECT * FROM wp_postmeta WHERE meta_key LIKE 'accordions_content_body'

    View post on imgur.com

    I hope that help you.

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Accordions content are missing on db export’ is closed to new replies.