can't edit archives using blocks
Started by: amyR-2
in: Toolset Professional Support
2
3
4 years, 8 months ago
amyR-2
Need help with setting up search for CPTs
Started by: jesseH-3
in: Toolset Professional Support
3
46
4 years, 8 months ago
jesseH-3
Question marks appearing on archive template
Started by: sidC
in: Toolset Professional Support
2
6
4 years, 9 months ago
Jamal
Search field options not showing in archive
Started by: JoshuaD7497
in: Toolset Professional Support
2
9
4 years, 9 months ago
JoshuaD7497
Random order in archive view
Started by: matthewW-12
in: Toolset Professional Support
Quick solution available
Problem:
The user would like to have a random order for posts in a taxonomy archive.
Solution:
The archive query is not built using Toolset, we'll need custom code in order to change the order on it.
add_filter('pre_get_posts', 'order_archive_by_title');
function order_archive_by_title($query) {
if ( $query->is_tax( 'practice-area' ) ) {
$query->set( 'orderby', 'rand' );
}
return $query;
}
Relevant Documentation:
https://developer.wordpress.org/reference/hooks/pre_get_posts/
2
3
4 years, 9 months ago
matthewW-12
Product Archive Template File Not Working
Started by: Vincent
in: Toolset Professional Support
2
4
4 years, 9 months ago
Vincent
Creating a Simple Archive Filter
Started by: Daniella
in: Toolset Professional Support
2
2
4 years, 9 months ago
Nigel
Custom Post types title in wordpress archive
Started by: Rostislav Avtodiychuk
in: Toolset Professional Support
2
2
4 years, 9 months ago
Shane
Why can’t I see the data?
Started by: 直子 村上
in: Toolset Professional Support
Quick solution available
3
5
4 years, 9 months ago
直子 村上
How to show in a page an archive of taxonomy with vertical list of CTP?
Started by: fabioF-5
in: Toolset Professional Support
2
19
4 years, 9 months ago
Minesh
Customise the layout of taxonomy term archives
Started by: glennN
in: Toolset Professional Support
3
8
4 years, 9 months ago
Christian Cox
Archive loop shows the first post's full content instead of content template
Started by: Amanda
in: Toolset Professional Support
2
6
4 years, 9 months ago
Amanda
Search filter
Started by: bjhdesign
in: Toolset Professional Support
2
2
4 years, 9 months ago
Nigel
Automatically inserting post when none is found in archive
Started by: WeiS2074
in: Toolset Professional Support
2
3
4 years, 9 months ago
Waqar
What's the different between "single" and "post type archive"?
Started by: kimJ-2
in: Toolset Professional Support
2
2
4 years, 9 months ago
Christian Cox