antonioA-9
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 |
---|---|---|---|---|---|
Pagination doesn't display on Category Archive
Started by: antonioA-9 in: Toolset Professional Support |
2 | 2 | 5 years, 5 months ago | ||
Conditional tag based on Url
Started by: antonioA-9
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: - https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-search-term |
2 | 3 | 5 years, 5 months ago | ||
Problem with receiving e-mails from the customer (registered user)
Started by: antonioA-9 in: Toolset Professional Support |
2 | 2 | 5 years, 10 months ago | ||
info on modify tool
Started by: antonioA-9 in: Toolset Professional Support |
2 | 2 | 6 years, 1 month ago | ||
Different templates for different user role post author archives
Started by: antonioA-9
in: Toolset Professional Support
Problem: I would like to create different designs for the Author archives based on the Author's role. Solution: $user_meta=get_userdata($user_id); $user_roles=$user_meta->roles; if (in_array("subscriber", $user_roles)){ // return some archive ID for subscriber role } if (in_array("author", $user_roles)){ // return some archive ID for author role } ...etc... Relevant Documentation: |
2 | 2 | 6 years, 9 months ago | ||
Views shortcode not working in sidebar widget text
Started by: antonioA-9 in: Toolset Professional Support |
2 | 3 | 6 years, 9 months ago |