LeoLopesWeb
2/27/2019 - 4:30 PM

check if is blog home

if ( !is_front_page() && is_home() ) {
  // blog page
}