class="">
' . esc_html( $subtitle ) . '';} ?> ' . esc_html( $title ) . '';} ?> ' . apply_filters( 'onepress_the_content', wp_kses_post( $desc ) ) . '
'; } ?>
$number, 'suppress_filters' => 0, ); if ( $cat > 0 ) { $args['category__in'] = array( $cat ); } if ( $orderby && $orderby != 'default' ) { $args['orderby'] = $orderby; } if ( $order ) { $args['order'] = $order; } $query = new WP_Query( $args ); ?> have_posts() ) : ?> have_posts() ) : $query->the_post(); ?> post_title; } } } if ( ! $link ) { $link = $more_link; } if ( ! $label ) { $label = $more_text; } if ( $link != '' && $label != '' ) { ?>