functions.php
/* 카테고리 제외 */
function exclude_category( $query ) {
if ( $query->is_home() && $query->is_main_query() ) {
$query->set( 'cat', '-1787' ); //TIH
}
}
add_action( 'pre_get_posts', 'exclude_category' );
functions.php
/* 카테고리 제외 */
function exclude_category( $query ) {
if ( $query->is_home() && $query->is_main_query() ) {
$query->set( 'cat', '-1787' ); //TIH
}
}
add_action( 'pre_get_posts', 'exclude_category' );
© 2024 부빠기별 — Powered by WordPress
Theme by Anders Noren — Up ↑
답글 남기기