karoM-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 |
---|---|---|---|---|---|
Display result of wp-view in one line in template
Started by: karoM-2
in: Toolset Professional Support
Problem: Solution: .inline-content p { display:inline !important; } 2. Added Content Template content like this: <div class="inline-content"> [wpv-post-link] was born in: [wpv-view name="testartistlocation"] </div> |
3 | 13 | 7 years, 2 months ago | ||
Display parent posts of several child post types
Started by: karoM-2
in: Toolset Professional Support
Problem: Solution: Do NOT select the Parents of the Post Types that you already Query in this View. You can access the Information of those Post Types easily with the ShortCode ID attribute "id". Hence, do select only the CHILD post Types of which you want to get parent information. Then, in the Loop, call the fields once a Post Type. <td>[wpv-post-link id="$group"] [wpv-post-link id="$other_parent"]</td> <td>[types field='group_sort_name' id='$group'][/types] [types field='group_sort_name' id='$other_parent'][/types]</td> <td>[wpv-post-taxonomy type="area" id="$group"] [wpv-post-taxonomy type="area" id="$other_parent"]</td> <td>[wpv-post-taxonomy type="genre" id="$group"] [wpv-post-taxonomy type="genre" id="$other_parent"]</td> Above will show information about the parent post types "group" and "other_parent". |
2 | 3 | 7 years, 2 months ago |