Title: PostNext
Author: postnext
Published: <strong>2026 年 5 月 22 日</strong>
Last modified: 2026 年 5 月 25 日

---

搜索插件

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

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

# PostNext

 作者：[postnext](https://profiles.wordpress.org/postnext/)

[下载](https://downloads.wordpress.org/plugin/postnext.1.1.5.zip)

 * [详情](https://cn.wordpress.org/plugins/postnext/#description)
 * [评价](https://cn.wordpress.org/plugins/postnext/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/postnext/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/postnext/#developers)

 [支持](https://wordpress.org/support/plugin/postnext/)

## 描述

**PostNext turns your WordPress blog into a hands-off content engine.**

You set up a content plan once in the PostNext app — start date, duration, posting
cadence, language, and competitive intent — and the AI researches, writes, and ships
articles to your WordPress site for the whole run. No copy-paste, no manual scheduling,
no batch-generate-and-pray.

#### Plan it once, ship it daily

 * **Multi-day content plans** — choose 7 days, 14 days, 30 days, or “Until I stop”.
   Set a start date and PostNext keeps the pipeline flowing.
 * **Publish hour window (UTC)** — pick the hour range when posts should go live(
   e.g. 08–19 UTC). Each article publishes at a random minute inside the window,
   so your blog cadence reads as human, not bot.
 * **Content language** — write natively in your audience’s language; not machine-
   translated from English.
 * **Auto-publish to WordPress** — publish posts automatically when generated, or
   leave off to land them as drafts for review.
 * **Auto-promote on social media** — create social posts to promote each blog post(
   managed in the PostNext app).
 * **Competitor domains (optional)** — enter competitor websites to discover content
   gaps. One domain per line, max 10. PostNext finds keywords and topics they rank
   for and you don’t, then writes content to close the gap.

#### What the plugin does inside WordPress

 * Receives articles from PostNext via a secure REST API
 * Downloads and stores all images in your Media Library (deduplicated by source
   URL)
 * Sets SEO metadata for Yoast, Rank Math, AIOSEO, and SEOPress
 * Tracks every synced article on a built-in dashboard with status and date
 * Supports draft-first or direct-publish workflows
 * Works on single sites and WordPress Multisite networks (per-site tracking + settings)

### External services

This plugin connects to the PostNext platform ([https://postnext.io](https://postnext.io))
to receive blog post content for publishing to your WordPress site.

**When data is transmitted:**

 * When the PostNext backend pushes a new article to your site via the REST API
 * When the PostNext backend updates or deletes an existing article
 * When PostNext tests the integration connection
 * When PostNext queries your site for published posts

**What data is received from PostNext:**

 * Article content (title, body HTML, slug, categories, tags)
 * Featured image URL (downloaded and stored locally in your Media Library)
 * SEO metadata (meta description, focus keyword)
 * Author assignment

**What data is sent to PostNext:**

 * Your site name and URL (during status checks)
 * Post IDs and URLs (as confirmation after publishing)
 * Plugin version and capabilities

**No user data, visitor data, or analytics are collected or transmitted.**

 * Service: [PostNext](https://postnext.io)
 * [Terms of Use](https://postnext.io/terms)
 * [Privacy Policy](https://postnext.io/privacy)

## 屏幕截图

 * [[
 * Dashboard showing synced articles with status and date.
 * [[
 * Settings page for connection key and publish mode.

## 安装

 1. Install from **Plugins > Add New** or upload the zip to `/wp-content/plugins/`.
 2. Activate the plugin.
 3. Go to **PostNext > Settings** and paste your connection key.
 4. Choose draft or publish mode. Done.

Articles will appear in your Posts list as they are created in the PostNext app.

## 常见问题

### Where do I get a connection key?

Create a WordPress integration in the PostNext app. The key is generated there.

### Can I review articles before they go live?

Yes. Set the publish mode to “Save as Draft” and articles will land in your Drafts.

### Does this work with Multisite?

Yes. Network-activate and each site gets its own tracking table and settings.

## 评价

![](https://secure.gravatar.com/avatar/79887e1c03865035f1b8af687104dfb3c771cd3f8adf99fd30ff0d3dd5c9e4ef?
s=60&d=retro&r=g)

### 󠀁[Saves hours every week](https://wordpress.org/support/topic/saves-hours-every-week/)󠁿

 [loadfocus](https://profiles.wordpress.org/loadfocus/) 2026 年 5 月 23 日

Our blog used to be the thing that always slipped. Exactly what we needed.

 [ 阅读所有1条评价 ](https://wordpress.org/support/plugin/postnext/reviews/)

## 贡献者及开发者

「PostNext」是开源软件。 以下人员对此插件做出了贡献。

贡献者

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

[帮助将「PostNext」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/postnext)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/postnext/)，查看[SVN仓库](https://plugins.svn.wordpress.org/postnext/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/postnext/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/postnext/)。

## 更新日志

#### 1.1.5

 * Preserve `<script type="application/ld+json">` blocks (FAQPage, Article schema)
   during content sanitization so structured-data rich-results work end-to-end
 * Other `<script>` tags remain blocked

#### 1.1.4

 * Refreshed WordPress.org store banner artwork
 * No plugin code changes

#### 1.1.3

 * Expanded plugin description with full feature coverage (planning cadence, publish
   hour window, auto-promote on social media, competitor content gaps, content language)
 * Updated WordPress.org store banner artwork
 * No plugin code changes

#### 1.1.2

 * Renamed internal PHP prefix from postnext_ to pnxt_ across constants, classes,
   options, hooks, transients, cache keys, table name, post meta, JS l10n, and admin
   menu slugs to avoid common-word collisions
 * One-time migration on activation moves existing options, tracking table, and 
   post meta to the new prefix; legacy values are also cleaned up on uninstall
 * Text domain remains “postnext” to match the plugin slug

#### 1.1.1

 * Updated Terms of Use and Privacy Policy links to current URLs
 * Removed redundant load_plugin_textdomain() call (WordPress.org auto-loads translations
   since WP 4.6)

#### 1.1.0

 * Redesigned admin dashboard and settings UI
 * Refactored to class-based PHP architecture
 * New brand icon
 * Removed jQuery dependency from settings page
 * Internal code quality improvements

#### 1.0.0

 * Initial release with article sync, SEO meta, image handling, and multisite support.

## 额外信息

 *  版本 **1.1.5**
 *  最后更新：**1 周前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 6.4 或更高版本 **
 *  已测试的最高版本为 **6.9.4**
 *  PHP 版本 ** 8.0 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/postnext/)
 * 标签
 * [ai content](https://cn.wordpress.org/plugins/tags/ai-content/)[auto publish](https://cn.wordpress.org/plugins/tags/auto-publish/)
   [blog automation](https://cn.wordpress.org/plugins/tags/blog-automation/)[content sync](https://cn.wordpress.org/plugins/tags/content-sync/)
 *  [高级视图](https://cn.wordpress.org/plugins/postnext/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  1 条 5 星评价     ](https://wordpress.org/support/plugin/postnext/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/postnext/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/postnext/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/postnext/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/postnext/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/postnext/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/postnext/reviews/)

## 贡献者

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

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/postnext/)