rachelP-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 |
---|---|---|---|---|---|
Filter only works on last view
Started by: rachelP-2 in: Toolset Professional Support |
1 | 2 | 4 years ago | ||
Display related post field
Started by: rachelP-2 in: Toolset Professional Support |
2 | 3 | 4 years ago | ||
Display custom post loop
Started by: rachelP-2 in: Toolset Professional Support |
1 | 2 | 4 years ago | ||
uploads not working
Started by: rachelP-2 in: Toolset Professional Support |
2 | 7 | 5 years, 5 months ago | ||
Cannot see custom posts – faulty link
Started by: rachelP-2
in: Toolset Professional Support
Problem: I see 404 error in single post of my custom post type. Solution: It might be a rewrite problem of you website, you can try these: Relevant Documentation: |
2 | 3 | 5 years, 5 months ago | ||
Conditional with complicated conditions
Started by: rachelP-2
in: Toolset Professional Support
Problem: I would like to use a conditional to test the output of a Content Template using a post ID from a custom field in the current post. It may be empty or it may have some content. I would like to be able to test that value with conditional HTML, but it's not working as expected. Solution: If you exceed the maximum nesting depth level, the conditional engine will have problems deciphering the sequence of nested quotation marks. Usually the best practice here is to create a custom shortcode that does not require so many nested attributes and shortcodes. Relevant Documentation: |
2 | 3 | 5 years, 6 months ago | ||
Display posts using field from another post type.
Started by: rachelP-2
in: Toolset Professional Support
Problem: I would like to show a list of links to posts that is filtered by two custom fields representing the current User ID and the current post ID. Solution: - Create a View of Library Articles with no filters [wpv-post-link item="[wpv-post-field name='wpcf-current-post-id']"] Replace current-post-id with the slug of your current post ID field from wp-admin. Be sure to keep the wpcf- prefix here, it's required. You also mentioned that there is a current User ID field on the Library Article post. If you want to filter this list by the current User's ID (like a "My Library" list), go back to the View and add a custom field filter based on the user ID field. Choose the option "set by one shortcode attribute", and make that attribute something like "userid". Now in your View's shortcode, you can pass the current User's ID into the filter using the shortcode attribute. So the View shortcode would look something like this: [wpv-view name="your-library-article-view" userid="[wpv-user field='ID']"] Relevant Documentation: |
2 | 3 | 5 years, 6 months ago |