Support Forum Archive To perform forum search or open new support ticket Go to the support page Viewing 15 topics - 15,841 through 15,855 (of 19,254 total) ← 1 2 3 … 1,056 1,057 1,058 … 1,282 1,283 1,284 → Status Topic Supporter Voices Posts Freshness Renewal Started by: Anonymous in: Toolset Professional Support 2 2 4 years, 6 months ago Shane After PHP ugrade to 8.0 I receive the error coming from layouts genesis 1 2 Started by: Angele in: Toolset Professional Support 2 19 4 years, 6 months ago Angele map views in legacy Started by: rogero-2 in: Toolset Professional Support 2 2 4 years, 6 months ago Shane Group field repeat into custom post type Started by: davideE-4 in: Toolset Professional Support 2 12 4 years, 6 months ago davideE-4 query in model block Started by: federicoA in: Toolset Professional Support 2 4 4 years, 6 months ago federicoA Main Category are showing all parent items and not the ones added to the Main Started by: alexD-18 in: Toolset Professional Support Quick solution available Problem: The issue here is that the user wanted to exclude the posts that are on the child term of the parent taxonomy being viewed. Solution: This can be done with the code below. add_filter( 'parse_tax_query', 'exclude_child_term_posts' ); function exclude_child_term_posts( $query ) { if (!is_admin() && $query->is_main_query() && $query->is_tax( 'categories' )) { $query->tax_query->queries[0]['include_children'] = 0; } } This code can be added to Toolset -> Settings -> Custom Code and esnure that it is activated. Replace 'categories' with the slug of your taxonomy. 2 11 4 years, 6 months ago alexD-18 Social Links Conditional in loop on Profile Page Started by: J S in: Toolset Professional Support 2 6 4 years, 6 months ago Waqar intermediary of relationship show title of parent of child Started by: Stephen Vaughan in: Toolset Professional Support 2 3 4 years, 6 months ago Stephen Vaughan WC Product Archive not working (sorting of price) Started by: smileBeda in: Toolset Professional Support 2 7 4 years, 6 months ago Nigel invoke a view in block model Started by: federicoA in: Toolset Professional Support 2 7 4 years, 6 months ago Waqar Predefined parent value to menu lin Started by: katjaL in: Toolset Professional Support 2 12 4 years, 6 months ago katjaL Azure Maps not loading on iPhone (desktop works fine) Started by: andreasK-15 in: Toolset Professional Support 2 5 4 years, 6 months ago andreasK-15 Custom post with two or more content template Started by: kelvinL-2 in: Toolset Professional Support 1 2 4 years, 6 months ago kelvinL-2 I want to have 2 "ancestors" post types Started by: Kegan in: Toolset Professional Support 2 3 4 years, 6 months ago Kegan Toolset plugin cannot connect to toolset Started by: himanshuS in: Toolset Professional Support 2 5 4 years, 6 months ago himanshuS Viewing 15 topics - 15,841 through 15,855 (of 19,254 total) ← 1 2 3 … 1,056 1,057 1,058 … 1,282 1,283 1,284 → Known issues and solutions Frequently asked support questions Support tickets archive Get help from experienced contractors Meet Toolset support team Toolset Customer Support Policy Need to tell us something about the quality of support How to remove personal information from your database for support