jorg-andreasK
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 |
---|---|---|---|---|---|
Verschiedene Div´s in Loops klickbar machen
Started by: jorg-andreasK in: Toolset Professioneller Support |
1 | 2 | 7 years, 1 month ago | ||
Whast is the best choice to use Category descriptions
Started by: jorg-andreasK
in: Toolset Professional Support
Problem: Solution: If its to display this information on the category pages then you should be able to use this shortcode below. |
2 | 5 | 7 years, 1 month ago | ||
Can I use two loops in one view with conditional outputs?
Started by: jorg-andreasK
in: Toolset Professional Support
Problem: I would like to display results in groups of 4 posts, where the first result is displayed in a specific format and the other 3 posts have a different format. Solution: Use Views index, item, and wrap to create your different designs in a single View. [wpv-layout-start] [wpv-items-found] <wpv-loop wrap="4"> [wpv-item index=1] your design for format a goes here [wpv-item index=other] your design for format b goes here </wpv-loop> [/wpv-items-found] [wpv-no-items-found][wpml-string context="wpv-views"]<strong>No featured ads to display</strong>[/wpml-string][/wpv-no-items-found] [wpv-layout-end] Relevant Documentation: https://toolset.com/documentation/user-guides/digging-into-view-outputs/ |
2 | 12 | 7 years, 1 month ago |