15 Dec 2021
Tags
wordpress
9 Dec 2017
Exclude category from blog
function exclude_category($query) { if ( $query->is_home() ) { $query->set(‘cat’, ‘-xx’); } return $query; } add_filter(‘pre_get_posts’, ‘exclude_category’);
9 Nov 2017
www.ig-umwelt-zahnmedizin.de
wordpressentwicklung für die gesundheitschutzorganization ig-umwelt-zahnmedizin