Replies: 0
sir, finally my website is fixed .. i really thank you for your all support.. http://lyricsglow.com/
sir, i decided that if i do any changes in my theme i take your permission first … so sir my question is already we discuss in last time .. That if i post any thing in my website then it will not visible in my home page …
This is a code…………
function dc_exclude_category( $query ) {
if ( $query->is_home() && $query->is_main_query() ) {
$query->set( ‘cat’, ‘-1’ );
}
}
add_action( ‘pre_get_posts’, ‘dc_exclude_category’ );
ok sir, This is a code for only one categories like songs(categories id -1) if i need 3 categories which is not visible in my home page then what can i do??