Title: Topiqu Sync
Author: topiqu2
Published: <strong>8. september, 2026</strong>
Last modified: 8. september, 2026

---

Søk i utvidelser

![](https://ps.w.org/topiqu-sync/assets/banner-772x250.png?rev=3687028)

![](https://ps.w.org/topiqu-sync/assets/icon-256x256.png?rev=3687028)

# Topiqu Sync

 Av [topiqu2](https://profiles.wordpress.org/topiqu2/)

[Last ned](https://downloads.wordpress.org/plugin/topiqu-sync.1.0.0.zip)

 * [Detaljer](https://nb.wordpress.org/plugins/topiqu-sync/#description)
 * [Omtaler](https://nb.wordpress.org/plugins/topiqu-sync/#reviews)
 *  [Installering](https://nb.wordpress.org/plugins/topiqu-sync/#installation)
 * [Utvikling](https://nb.wordpress.org/plugins/topiqu-sync/#developers)

 [Brukerstøtte](https://wordpress.org/support/plugin/topiqu-sync/)

## Beskrivelse

Topiqu Sync connects a WordPress site to the Topiqu content service. It imports 
published source-language articles as native WordPress posts, including their titles,
slugs, excerpts, HTML content, publication dates, tags, metadata, and featured images.

The plugin prevents duplicate posts by storing the stable Topiqu article ID. It 
supports manual synchronization and scheduled synchronization through WP-Cron.

Three update policies are available:

 * **Safe update** preserves a post when its title, slug, excerpt, or content was
   edited in WordPress.
 * **Overwrite** treats Topiqu as the source of truth.
 * **New posts only** never updates an existing imported post.

After a complete error-free scan, imported posts no longer published by Topiqu can
be moved to draft. The plugin never deletes posts or media.

An active Topiqu account, a Topiqu site, and its API key are required. Topiqu is
a hosted software service and is not included with this plugin.

### External services

This plugin connects to the Topiqu server URL entered by the site administrator.
The connection is required to test credentials and retrieve site metadata, articles,
tags, and referenced featured images. Requests are made only after an administrator
saves a Topiqu URL and API key or starts a synchronization.

The plugin sends the configured API key in the `x-api-key` request header. It also
sends the plugin name and version as the HTTP User-Agent. It does not send WordPress
users, visitor activity, post edits, analytics, or the WordPress site URL to Topiqu.

Imported article data and downloaded images are stored in the WordPress database
and Media Library. Please review the Topiqu [privacy policy](https://topiqu.com/en/privacy-policy)
and [terms of service](https://topiqu.com/en/terms-of-service) before connecting
a site.

### Privacy

Topiqu Sync does not track visitors and does not collect analytics. An administrator
explicitly configures the external Topiqu service. See the **External services**
section for the data sent during synchronization.

## Installasjon

 1. Install and activate Topiqu Sync.
 2. Open **Settings > Topiqu Sync**.
 3. Enter the final HTTPS URL of the Topiqu service (without redirects) and the API
    key from the Topiqu site’s integration settings.
 4. Select the WordPress author, synchronization interval, update policy, and missing-
    article behavior.
 5. Save the settings and use **Test connection**.
 6. Run **Synchronize now** and review the imported posts under **Posts**.

## Ofte stilte spørsmål

### Where are imported articles stored?

They are standard WordPress posts under **Posts > All Posts**. They work with themes,
feeds, search, caching, and SEO plugins like other posts.

### Does the plugin delete content?

No. A successfully completed synchronization can move a missing imported article
to draft. Uninstalling the plugin retains all imported posts, tags, and media.

### Will synchronization overwrite WordPress edits?

Not in the default safe update mode. The plugin detects local changes to the title,
slug, excerpt, and content and skips that post. Administrators can explicitly select
overwrite or new-posts-only behavior.

### Why did the scheduled synchronization not run at the exact time?

WP-Cron is triggered by site traffic. For predictable production scheduling, invoke
the `topiqu_sync_cron` event from a real system cron or WP-CLI.

### Does it import translations?

Version 1.0.0 imports the primary source-language article. Full WPML or Polylang
translation mapping is not included.

### What if synchronization stays locked after a server crash?

The lock is released when synchronization finishes, including normal PHP error shutdown.
After an abrupt process termination or server crash, first confirm that no synchronization
worker is running, then use `wp option delete topiqu_sync_lock` to remove the abandoned
lock. Locks do not expire automatically, so a long-running import cannot overlap
with another worker.

## Vurderinger

Det er ingen omtaler av denne utvidelsen.

## Bidragsytere og utviklere

«Topiqu Sync» er programvare med åpen kildekode. Følgende personer har bidratt til
denne utvidelsen:

Bidragsytere

 *   [ topiqu2 ](https://profiles.wordpress.org/topiqu2/)

[Oversett «Topiqu Sync» til ditt språk.](https://translate.wordpress.org/projects/wp-plugins/topiqu-sync)

### Interessert i utvikling?

[Bla gjennom koden](https://plugins.trac.wordpress.org/browser/topiqu-sync/), sjekk
ut [SVN-repositoriet](https://plugins.svn.wordpress.org/topiqu-sync/), eller abonner
på [utviklingsloggen](https://plugins.trac.wordpress.org/log/topiqu-sync/) med [RSS](https://plugins.trac.wordpress.org/log/topiqu-sync/?limit=100&mode=stop_on_copy&format=rss).

## Endringslogg

#### 1.0.0

 * Initial public release.
 * Import and update native posts, tags, metadata, publication dates, and featured
   images.
 * Add safe, overwrite, and new-posts-only update policies.
 * Add complete-scan reconciliation, manual synchronization, WP-Cron scheduling,
   and concurrent-run locking.

## Meta

 *  Versjon **1.0.0**
 *  Sist oppdatert **1 dag siden**
 *  Aktive installasjoner **Færre enn 10**
 *  WordPress-versjon ** 6.5 eller nyere **
 *  Testet opp til **7.1**
 *  PHP-versjon ** 8.0 eller nyere **
 *  Språk
 * [English (US)](https://wordpress.org/plugins/topiqu-sync/)
 * Stikkord
 * [articles](https://nb.wordpress.org/plugins/tags/articles/)[content sync](https://nb.wordpress.org/plugins/tags/content-sync/)
   [headless](https://nb.wordpress.org/plugins/tags/headless/)[import](https://nb.wordpress.org/plugins/tags/import/)
   [publishing](https://nb.wordpress.org/plugins/tags/publishing/)
 *  [Avansert visning](https://nb.wordpress.org/plugins/topiqu-sync/advanced/)

## Vurderinger

No reviews have been submitted yet.

[Din omtale](https://wordpress.org/support/plugin/topiqu-sync/reviews/#new-post)

[Se alle omtalene](https://wordpress.org/support/plugin/topiqu-sync/reviews/)

## Bidragsytere

 *   [ topiqu2 ](https://profiles.wordpress.org/topiqu2/)

## Brukerstøtte

Har du noe å si? Trenger du hjelp?

 [Vis brukerstøtteforumet](https://wordpress.org/support/plugin/topiqu-sync/)