Close

Themehits

Download Quick and easy Post creation for ACF Relationship Fields PRO Nulled

 


This plugin is a excellent companion of Advanced Custom Fields PRO and Quick and Easy Post edition for ACF Relationship Fields PRO.

When dealing with ‘Relationship’ or ‘Post Object’ fields (which links a post to one or multiple other posts), you often stumble on having to link to a post that does not exist yet. This is a frustrating and time-consuming experience: you have to save the content you were working on, then create the new post, and finally reload your primary content to be able to link to the newly created post.

This plugin simplifies this process by allowing you to create the related posts on the fly.

INSTALLATION

Upload the plugin files to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly.
Activate the plugin through the ‘Plugins’ screen in WordPress

HOW TO USE THIS PLUGIN

You can enable on-the-fly post creation on a field basis :
In your ACF Field Groups, locate the field you want to enable on-the-fly post creation.
Check Yes on the field setting Display a link to create content on the fly?:

That’s all. Now, while editing your content, you’ll see a button next to your field to create a new post:

The new post can be created in a dedicated popup. Fill the fields as you would have done normally, and publish the post:

The new post is saved and added in your relationship field or your Post Object field:

FAQ

Is it compatible with Advanced Custom Fields FREE version?

No. A free version of Quick and easy Post creation for ACF Relationship Fields is available on the official WordPress repository

Does this add-on handle bidirectional relationships?

Bidirectional relationships are out of the scope of this add-on. However, the ACF documentation gives a great example to achieve this.

Is it possible to pre-populate a child field depending on the parent from where it’s been created?

Yes it is. This add-on loads the child post form in an iframe with some additional URL params:

  • acf_rc_from_content_type: the post type of your parent post.
  • acf_rc_from_content_ID: the ID of your parent post.

You can use these URL params to pre-populate an ACF field on your child post. Example:

<?php
add_filter('acf/load_field/name=${NAME_OF_YOUR_ACF_FIELD}', 'populate_acf_field' );
function populate_acf_field( $field ) {
    if( !empty( $_REQUEST['acf_rc_from_content_type'] ) && $_REQUEST['acf_rc_from_content_type'] == '${YOUR_PARENT_CONTENT_TYPE}' && !empty( $_REQUEST['acf_rc_from_content_ID'] ) ) {
        $field['value'] = 'whatever you want';
    }
    return $field;
}

TRANSLATIONS

This plugin is actually translated in the following languages:

  • English
  • French

Feel free to help me to enhance existing translations or to propose other languages.

Other add-ons

Quick and Easy Post edition for ACF Relationship Fields PRO : quickly edit posts from ACF relationship fields

CHANGELOG

= 2.3 =

* Fix incompatibility with ACF Pro >= 5.6.0

= 2.2 =

* Enhancement: new filter 'acf-relationship-create/tooltip_links' to customize tooltip links

= 2.1 =

Enhancement: Greater lightbox while creating new content.
Enhancement: Clicking on the "+" button directly opens the lightbox when there's only one content type available.

= 2.0 =

Now supporting 'Post Object' fields!  
Fix CSS bugs in tooltip positioning

= 1.1 =

Bug fix: plugin was not working with relationship fields on attachments (in media modal)

= 1.0 =

First release

[eltd_button size=”huge-full-width” type=”outline” text=”Download & Demo Links” custom_class=”#” icon_pack=”font_awesome” fa_icon=”” link=”” target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]

Demo = Quick and easy Post creation for ACF Relationship Fields PRO
[eltd_button size=”huge” type=”” text=”Full Live Demo” custom_class=”” icon_pack=”font_awesome” fa_icon=”fa-laptop” link=”https://codecanyon.net/item/quick-and-easy-post-creation-for-acf-relationship-fields-pro/17201274″ target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]

Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy Quick and easy Post creation for ACF Relationship Fields PRO from the The Developer ( Bazalt ) website. Thank you.
Download = Quick and easy Post creation for ACF Relationship Fields PRO-[Updated].zip



Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.