=== Import Post Exists ===
Contributors: 2danlv
Tags: import, export, acf, polylang
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Import Post Exists allows you to safely export and import WordPress content between environments while updating existing posts instead of creating duplicates.

The plugin matches posts using sync keys, hierarchy paths and language data, then:

- Updates existing posts/pages if they already exist
- Creates new posts only when no match is found
- Preserves page hierarchy and slugs
- Supports ACF fields, Polylang translations, taxonomies and featured images
- Imports nested pages correctly using full paths
- Works for staging-to-production synchronization workflows

== Description ==

Features:

* Update existing posts
* Create new posts
* Hierarchical page sync
* ACF support
* Polylang support
* Taxonomy sync
* Featured image sync

== Installation ==

1. Upload plugin
2. Activate plugin
3. Open Tools > Import Post Exists

== Screenshots ==

1. Export posts interface
2. Import posts interface
3. Support interface

== Changelog ==

= 1.0.0 =
* Initial release