Download the PHP package sectsect/cfs-post2post without Composer
On this page you can find all versions of the php package sectsect/cfs-post2post. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sectsect/cfs-post2post
More information about sectsect/cfs-post2post
Files in sectsect/cfs-post2post
Package cfs-post2post
Short Description Two way Relationship Fields for Custom Field Suite
License GPL-3.0+
Informations about the package cfs-post2post
CFS Post 2 Post
Creates two way (bidirectional) relationships in Custom Field Suite.
This plugin does not create a new type of field or any admin interface. This plugin when used as explained below makes the existing CFS Relationship work bi-directionaly, automatically updating the relationship field on the other end of the relationship.
This plugin is inspired by Hube2's Post 2 Post for ACF
Requirements
- PHP 5.3+
- Activation Custom Field Suite Plugin.
Installation
cd /path-to-your/wp-content/plugins/
git clone [email protected]:sectsect/cfs-post2post.git
-
Activate the plugin through the 'Plugins' menu in WordPress.
That's it:ok_hand:
TIP
- The field name must be the same on all posts. In other words if you want to have different post types be related then you must add a field with the same field name on both post types.
- If you want to apply to some existing posts, Resave the post.
Overwrite Settings
If the field in a related post, whether it is a relationship field that has a maximum number of related posts, if the field in the related post already has the maximum number of values allowed then, by default, a new value will not be added. You can override this default by specifying overwrite settings.
You can access the Overwrite setting by going to Field Groups
-> CFS Post 2 Post
.
And select overwrite type.
Do not overwrite
First Element
Last Element
The value selected in the field is deleted and the new value is added to the end.
:memo: Also automatically removing the relationship field on the other end of the removed relationship.
NOTES for Developer
- This Plugin does not hosting on the wordpress.org repo in order to prevent a flood of support requests from wide audience.
Change log
- 1.0.1 - Change the page-type for setting to the sub-menu page
- 1.0.0 - Initial Release
License
See LICENSE file.
Related Plugin
I have some plugins for Custom Field Suite.