Toolset lets you develop truly custom sites, including WooCommerce, Membership and Directory/Classifieds sites.
Visit our dedicated tutorials to learn how to build each of these sites using Toolset:
Problem: I have two post types in a one-to-many relationship. I would like to create a link on the parent single post that sends Users to a differnt page containing a View, which should display the child posts of the original parent post.
Solution: In the View of child posts, add a Query Filter by post relationship, where the parent post is set by a URL parameter like wpv-related-to. Then in the parent post template, build a link with HTML and Views shortcodes to link to the correct URL, like this:
<a href="https://yoursite.com/some-custom-page/?wpv-related-to=[wpv-post-id]">Link to the page containing the View</a>
I have 27 districts, which each district has about 4 to 5 churches. I have district leaders leading each district individually and they dont share information among them. and churches with one or two ministers in each church.
The district leader will have oversite (and access to view only the churches in his district and only the churches assigned to that district, and not access the other districts info. how do I accomplish it.
Problem: I would like to create sites in a multisite network using Toolset.
Solution: There are no built-in multisite generation tools in Toolset. A 3rd-party plugin would be required to create new subsites. Once those sites are established, you could use Toolset-based Themes to distribute the same theme, post types, post fields, and Toolset plugins to all sites in the network.