WP Content Connect
WordPress library that enables direct relationships for posts to posts and posts to users.
★ 97stars
22forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/10up/wp-content-connect/archive/refs/heads/develop.zipDeclares an update source (https://github.com/10up/wp-content-connect), so updates arrive through the plugin's own updater.
From the readme
WP Content Connect
WordPress library that enables direct relationships for posts to posts and posts to users.
Requirements
- WordPress 6.8 or later
- PHP 7.4 or later
Overview
WP Content Connect defines and manages post-to-post and post-to-user relationships. Relationships are edited in both the Block Editor (a relationships panel in the document sidebar) and the Classic Editor (relationship meta boxes), and are exposed through a REST API and a set of PHP helper functions. See REST API, Helper Functions, and Customizing the Block Editor UI.
Installation and Usage
WP Content Connect can be used as a plugin or a standalone library. The easiest way to use this is to install as a plugin and activate.
Composer install
As a library
First, require this repository using the command line:
$ composer require 10up/wp-content-connect
or directly in composer.json:
This will install WP Content Connect to your vendor folder and allow you to to use it as a library by calling \TenUp\ContentConnect\Plugin::instance(); from your code.
As a plugin
Alternatively, if you prefer to have composer install it as a plugin, you may redeclare this package in your composer.json using the fo
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.6.0 | Feb 15, 2025 |
| 1.5.0 | Mar 29, 2019 |
| 1.4.0 | Mar 25, 2019 |
| 1.3.0 | Mar 1, 2019 |
| 1.2.0 | Jun 12, 2018 |
| 1.0.0 | Jun 12, 2018 |
| 1.1.0 | Jun 12, 2018 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.