willF-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 |
---|---|---|---|---|---|
Per use View Query Filter
Started by: willF-2 in: Toolset Professional Support |
2 | 2 | 5 years, 10 months ago | ||
Sort by Menu Order – What menu?
Started by: willF-2
in: Toolset Professional Support
Problem: I want to manually order them. I see the option for "Order by: Menu Order" but what menu is this going to look at? Solution: The "Menu Order" is a built-in feature of WordPress, you can enable it by these: 1) Edit your custom post type, in section "Sections to display when editing ..." enable option "Page Attributes" 2) Edit each post of your custom post type, you will be able to see a metabox "Post Attributes", with input box "Order", there you can setup number values, and sort by it in your post view. Relevant Documentation: https://codex.wordpress.org/Function_Reference/register_post_type#supports |
2 | 4 | 5 years, 10 months ago | ||
Check if post has layout associated for admin column in php
Started by: willF-2 in: Toolset Professional Support |
2 | 6 | 5 years, 10 months ago | ||
Need to group post type by a parent of the same type
Started by: willF-2
in: Toolset Professional Support
Problem: Solution: There workaround - You should add a dropdown select field to your custom field group and fill its value dynamically. Once you created the field - then you should use the following hook to populate the dropdown select options dynamically. You can find the proposed solution, in this case, with the following reply: Relevant Documentation: |
3 | 3 | 5 years, 11 months ago |