nikolaS-3
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 |
---|---|---|---|---|---|
Show custom fields in quick edit
Started by: nikolaS-3
in: Toolset Professional Support
Problem: Solution: Here are some custom code samples to achieve this: If you need this feature in Toolset you should suggest it at https://toolset.com/home/contact-us/suggest-a-new-feature-for-toolset/ |
2 | 3 | 5 years, 9 months ago | ||
Site Performance
Started by: nikolaS-3
in: Toolset Professional Support
Problem: I would like to know if it's better to reuse fields across multiple post types, or if it's better to create similar fields specific to each post type. Solution: It's better to reuse fields if possible, especially if your site uses these fields for filtering Views. |
2 | 3 | 5 years, 9 months ago | ||
Show first post that have special field checked
Started by: nikolaS-3 in: Toolset Professional Support |
2 | 8 | 5 years, 9 months ago | ||
Text search by related post
Started by: nikolaS-3
in: Toolset Professional Support
Problem: I would like to include a text search that allows visitors to search for custom posts. I would also like the search to index related posts, so if the visitors sort by parent post title the search should return the related child posts. Solution: Text search does not currently index related posts, so you could add a post relationship filter to a View of Properties, and let your visitors select an agent by name. Then display the matching Property results. Or, you could use custom code to copy the Agent's name into a custom field on the property post whenever a Property and an Agent are related to one another. We offer the post relationships APIs toolset_association_created and toolset_before_association_delete to tap into these relationship events. Once that is set up, you can use Relevanssi to add that custom field to the search index. This would allow give you the ability to use a text search field to search Properties by Agent name. Relevant Documentation: |
2 | 4 | 5 years, 10 months ago | ||
Sorting custom post type posts by taxonomy categories
Started by: nikolaS-3
in: Toolset Professional Support
Problem: I have a custom post type and two custom taxonomies associated with it. In the wp-admin list of this CPT, I would like to show both taxonomies in columns and allow the User to sort by taxonomy. Solution: You can edit a custom taxonomy and choose the option "show_admin_column" to show in the dashboard list. Sorting by taxonomy is not supported. |
2 | 3 | 5 years, 10 months ago | ||
Importing values to repeatable group field
Started by: nikolaS-3
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 3 | 5 years, 10 months ago |