Remove category from homepage
-
Today i updated the theme to the latest version.
Now its displays (just above the footer) the category title of the posts categorys.How can i remove that from the homepage?
I use a child them from the original theme.
I also tried it with a plugin and with the code below in the functions.php of the child theme.function exclude_category_home( $query ) {if ( $query->is_home ) {$query->set( 'cat', '-3, -1347' );}return $query;}add_filter( 'pre_get_posts', 'exclude_category_home' );
Any help would be welcome,
Thnx in advance
RenéThe page I need help with: [log in to see the link]
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Remove category from homepage’ is closed to new replies.