Problem: The custom post archives set up by WordPress include paginated URLs like:
@http://yoursite.com/psychologists/
@http://yoursite.com/psychologists/paged/2/
@http://yoursite.com/psychologists/paged/3/
However, the WordPress Archive I am using to display these posts is not paginated. Now these URLs contain the same content, which is bad for SEO. I would like to set my WordPress URL pagination so that these URLs do not exist if they are not needed.
Solution:
Modify the pagination settings programmatically like so:
Create a front-end form that includes a repeating-field group. I have added the repeating group to the field group, and to the post type. My next step wants to be adding the repeats to the existing form for the post type. I don't see a way to do that.
Solution:
The Toolset Repeatale Groups is based on posts, each item of repeatable field group is a single post,
but Toolset form (CRED) can create/edit only one post in each form, it can not create the multiple posts in one Toolset form.
For example, let us say you have a post type called “Houses” and a repeatable field group for “Rooms” that belongs to each house. You can create a separate form that allows users to add/edit “rooms” to existing houses.
Problem:
after update an entity all toolsets custom fields of type checkbox are unchecked
Solution:
There was a issue with checkboxes field with the Toolset plugin version you are using but the official fix is already published with Types 3.0.2 and Views 2.6.2.