term_id !== 1; } ); } $has_title = ! empty( $page_for_posts ); $has_categories = ! empty( $categories ) && ! is_wp_error( $categories ); if ( have_posts() ) { if ( $has_title || $has_categories ) { ?>
' . get_the_title( $page_id ) . ''; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped } if ( $has_categories ) { echo ''; } ?>