curtisT-2
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Split: My query filter is not working in the view
Started by: curtisT-2 in: Toolset Professional Support |
|
2 | 6 | 4 years ago | |
Toolset Blocks is a different flavour of Toolset Views. You can not use both ver
Started by: curtisT-2 in: Toolset Professional Support |
|
2 | 5 | 4 years ago | |
Views
Started by: curtisT-2 in: Toolset Professional Support |
|
2 | 16 | 4 years, 2 months ago | |
Two Custom post type relationship
Started by: curtisT-2 in: Toolset Professional Support |
|
2 | 2 | 4 years, 3 months ago | |
how to filter a custom post items view by specific user role log in
Started by: curtisT-2
in: Toolset Professional Support
Problem: I have a custom post type and the content for it is created by different individual. I would like to create view or a content template that only shows their individual posts . Solution: You can setup a post view, filter by post's author is current logged-in user. Relevant Documentation: https://toolset.com/documentation/user-guides/views/filtering-views-query-by-author/ |
|
2 | 5 | 4 years, 3 months ago | |
Third-party shortcode arguments
Started by: curtisT-2
in: Toolset Professional Support
Problem: I would like to use a custom function in a conditional, but I cannot get it to work as expected. Solution: In this case it is possible to create a custom shortcode instead of a function that adds a filter and returns some result. See the below format for creating a custom shortcode that returns some value, then register the shortcode name in Toolset > Settings > Frontend Content > 3rd-party shortcode arguments. function paid_memebers_filter() { $value = 'notpaid'; // ... your code should modify $value here if necessary... return $value; } add_shortcode( 'paidviewfilter', 'paid_memebers_filter' ); Then you can use it in a conditional like so: [wpv-conditional if="( '[paidviewfilter][/paidviewfilter]' eq 'paid' )"] ...paid content... [/wpv-conditional] [wpv-conditional if="( '[paidviewfilter][/paidviewfilter]' eq 'notpaid' )"] ...unpaid content... [/wpv-conditional] Relevant Documentation: |
|
2 | 3 | 4 years, 3 months ago | |
Adding a payment to when a new post is create
Started by: curtisT-2 in: Toolset Professional Support |
|
3 | 5 | 4 years, 3 months ago | |
Edit form for my custom post type
Started by: curtisT-2 in: Toolset Professional Support |
|
2 | 7 | 4 years, 4 months ago |