Title: Post Forwarder
Author: Sylwester Ulatowski
Published: <strong>15 oktobris, 2025</strong>
Last modified: 15 oktobris, 2025

---

Meklēt spraudņus

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

# Post Forwarder

 Autors [Sylwester Ulatowski](https://profiles.wordpress.org/sylwester1213/)

[Lejupielādēt](https://downloads.wordpress.org/plugin/post-forwarder.2.1.0.zip)

 * [Sīkāka informācija](https://lv.wordpress.org/plugins/post-forwarder/#description)
 * [Atsauksmes](https://lv.wordpress.org/plugins/post-forwarder/#reviews)
 *  [Uzstādīšana](https://lv.wordpress.org/plugins/post-forwarder/#installation)
 * [Attīstība](https://lv.wordpress.org/plugins/post-forwarder/#developers)

 [Atbalsts](https://wordpress.org/support/plugin/post-forwarder/)

## Apraksts

Post Forwarder is a powerful WordPress plugin that allows you to automatically Forward
posts to multiple WordPress sites using the REST API. Perfect for content syndication,
multi-site networks, or distributing content across related websites.

**Key Features:**

 * **Multi-Portal Support**: Configure multiple destination WordPress sites
 * **Taxonomy Intelligence**: Automatically maps custom taxonomies or falls back
   to regular tags
 * **Featured Image Transfer**: Uploads and sets featured images on destination 
   sites
 * **Custom Post Type Support**: Works with any public post type
 * **Duplicate Prevention**: Smart locking mechanism prevents duplicate posts
 * **ACF Integration**: Transfers Advanced Custom Fields data
 * **Flexible Configuration**: Easy-to-use interface or advanced JSON configuration
 * **Selective pushing**: Choose which portals to push each post to
 * **Draft or Publish**: Configure whether pushed posts are published or saved as
   drafts

**How It Works:**

 1. Configure your destination WordPress sites (portals) with their REST API credentials
 2. When editing a post, select which portals to push the post to
 3. Upon saving, the plugin automatically pushs the post with all its content, taxonomies,
    meta fields, and featured image
 4. Smart taxonomy mapping tries to preserve custom taxonomies, falling back to regular
    tags if needed

**Perfect For:**

 * News networks with multiple websites
 * Content syndication between related sites
 * Multi-brand companies sharing content
 * Blog networks and content distribution
 * Development/staging to production workflows

**Technical Requirements:**

 * WordPress REST API enabled on destination sites
 * Application passwords configured for API access
 * PHP 7.4 or higher

### Technical Notes

**REST API Endpoints Used:**
 * `/wp-json/wp/v2/posts` – For standard posts * `/
wp-json/wp/v2/{post_type}` – For custom post types * `/wp-json/wp/v2/media` – For
featured image uploads

**Security:**
 * All data is properly sanitized and validated * Uses WordPress nonces
for form security * Application passwords for secure API authentication * No data
is stored insecurely

**Performance:**
 * Minimal impact on site performance * Efficient transient-based
duplicate prevention * Optimized API calls with proper error handling * Smart taxonomy
processing to reduce API calls

### Support

For support, feature requests, or bug reports, please visit the plugin’s support
forum or GitHub repository.

**Minimum Requirements:**
 * WordPress 5.0+ * PHP 7.4+ * REST API enabled on destination
sites * Application passwords configured for API access

## Uzstādīšana

 1. Upload the plugin files to the `/wp-content/plugins/post-pusher` directory, or 
    install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Go to Settings  Post pushing to configure your destination portals
 4. Set up Application Passwords on your destination WordPress sites for API access
 5. Start pushing posts by selecting portals in the post editor

## BUJ

### How do I set up API access for destination sites?

 1. On each destination WordPress site, go to Users  Profile
 2. Scroll down to “Application Passwords”
 3. Create a new application password
 4. Use the user ID and generated password in the plugin configuration

### What happens if a custom taxonomy doesn’t exist on the destination site?

The plugin uses intelligent taxonomy mapping. It first tries to send taxonomies 
as they are. If that fails, it converts all taxonomy terms to regular tags, ensuring
no content is lost.

### Can I push custom post types?

Yes! The plugin works with any public post type. It automatically detects the post
type and uses the appropriate REST API endpoint.

### Will featured images be transferred?

Yes, the plugin automatically downloads featured images from the source site and
uploads them to the destination site, maintaining the featured image relationship.

### How does duplicate prevention work?

The plugin uses a sophisticated transient-based locking system that prevents the
same post from being pushed multiple times, even if the save action is triggered
multiple times.

### Can I push to multiple sites at once?

Absolutely! You can configure multiple portals and select which ones to push each
post to using checkboxes in the post editor.

## Atsauksmes

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

### 󠀁[Saves a lot of time](https://wordpress.org/support/topic/saves-a-lot-of-time-57/)󠁿

 [sylveex](https://profiles.wordpress.org/sylveex/) 18 marts, 2026

I’ve been using Post Forwarder for a bit now and it honestly makes life a lot easier.
Instead of copying posts between sites, I can just push them in a couple of clicks
and everything comes through properly.If you run more than one WordPress site, this
is definitely worth trying.

 [ Lasīt 1 atsauksmes ](https://wordpress.org/support/plugin/post-forwarder/reviews/)

## Autori un izstrādātāji

“Post Forwarder” ir atvērtā pirmkoda programmatūra. Šo spraudni ir veidojuši šādi
cilvēki.

Līdzdalībnieki

 *   [ Sylwester Ulatowski ](https://profiles.wordpress.org/sylwester1213/)

[Tulkot “Post Forwarder&#8221 savā valodā.](https://translate.wordpress.org/projects/wp-plugins/post-forwarder)

### Vai jūs interesē attīstība?

[Pārlūkojiet kodu](https://plugins.trac.wordpress.org/browser/post-forwarder/), 
apmeklējiet[ SVN krātuvi ](https://plugins.svn.wordpress.org/post-forwarder/)vai
abonējiet[ attīstības žurnālu](https://plugins.trac.wordpress.org/log/post-forwarder/),
ko izveidojis [RSS](https://plugins.trac.wordpress.org/log/post-forwarder/?limit=100&mode=stop_on_copy&format=rss).

## Izmaiņu žurnāls

#### 2.1.0

 * Added multi-portal support with selective pushing
 * Implemented intelligent taxonomy mapping with fallback to tags
 * Added featured image transfer functionality
 * Introduced duplicate prevention system
 * Added ACF (Advanced Custom Fields) integration
 * Improved error handling and logging
 * Added user-friendly portal configuration interface
 * Enhanced custom post type support
 * Added internationalization support
 * Improved security with proper input sanitization

#### 2.0.0

 * Complete rewrite with REST API support
 * Added taxonomy and meta field pushing
 * Improved reliability and error handling

#### 1.0.0

 * Initial release
 * Basic post pushing functionality

## Meta

 *  Versija **2.1.0**
 *  Pēdējo reizi atjaunots: **pirms 6 mēnešiem**
 *  Aktīvās instalācijas: **10+**
 *  WordPress versija ** 5.0 vai jaunāka **
 *  Pārbaudīts līdz: **6.8.5**
 *  PHP versija ** 7.4 vai jaunāka **
 *  Valoda
 * [English (US)](https://wordpress.org/plugins/post-forwarder/)
 * Birkas:
 * [distribution](https://lv.wordpress.org/plugins/tags/distribution/)[multisite](https://lv.wordpress.org/plugins/tags/multisite/)
   [post](https://lv.wordpress.org/plugins/tags/post/)[rest-api](https://lv.wordpress.org/plugins/tags/rest-api/)
   [sync](https://lv.wordpress.org/plugins/tags/sync/)
 *  [Papildu skats](https://lv.wordpress.org/plugins/post-forwarder/advanced/)

## Vērtējumi

 5 no 5 zvaigznēm.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/post-forwarder/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/post-forwarder/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/post-forwarder/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/post-forwarder/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/post-forwarder/reviews/?filter=1)

[Pievienot manu atsauksmi](https://wordpress.org/support/plugin/post-forwarder/reviews/#new-post)

[Skatīt visas atsauksmes](https://wordpress.org/support/plugin/post-forwarder/reviews/)

## Līdzdalībnieki

 *   [ Sylwester Ulatowski ](https://profiles.wordpress.org/sylwester1213/)

## Atbalsts

Jums ir kaut kas ko teikt? Vajadzīga palīdzība?

 [Skatīt atbalsta forumu](https://wordpress.org/support/plugin/post-forwarder/)