PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Sunday, October 9, 2022

[FIXED] How to export Wordpress posts database tables with polylang?

 October 09, 2022     mysql, polylang, wordpress     No comments   

Issue

My current site is outdated (not updated for a long time), so created WordPress with all updated plugins, etc. I am using Polylang on my website for the language switching (English = Arabic), and I need to export all my posts in English and Arabic to my newly created WordPress website.

I tried to export/import with the default that comes with WordPress, but they don't map the language posts and I don’t want to remap the English to Arabic pages/posts as they are around 2500+ items.

If I can do the export /import from the database side, which all tables to be exported so I don't miss out on the Polylang translation strings and mappings.

Thanks


Solution

I found a few tables that seem to be used by Polylang plugin

wp_terms (contains pll_) wp_term_taxonomy (contains post_translations)



Answered By - Wrathyimp
Answer Checked By - Marie Seifert (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing