#section-2-25608 > .ct-section-inner-wrap{padding-top:11px}#section-8-25608{<?php $args = array( 'category_name' => 'womens-baseball','post_type' => 'post','post_status' => 'publish','order' => 'DESC','orderby' => 'date','posts_per_page' => 6,'ignore_sticky_posts' =>1,'post__not_in' => get_option( 'sticky_posts' ),);// The Queryglobal $post;$query = new WP_Query( $args );// The Loopif ( $query->have_posts() ) echo '<div class="vic-posts">';while ( $query->have_posts() ) $query->the_post();// author $author_url = esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) );// time $post_date = explode('/',get_the_date('F/j/Y'));// Mon dd yyyy,Feb/01/2020;$post_month = $post_date[0];$post_day = $post_date[1];$post_year = $post_date[2];//categories $categories = get_the_category();$separator = ',&nbsp;';$output = '';if ( ! empty( $categories ) ) foreach( $categories as $category ) $output .= '<a href="' . esc_url( get_category_link( $category->term_id ) ) . '" alt="' . esc_attr( sprintf( __( 'View all posts in %s','textdomain' ),$category->name ) ) . '">' . esc_html( $category->name ) . '</a>' . $separator;$cat_list = trim( $output,$separator );// tags $tags_line = '';$tags = get_the_tags($post->ID);if ( ! empty( $tags ) ) foreach ( $tags as $tag ) $tag_link = get_tag_link( $tag->term_id );$tags_line .= "<a href='$tag_link' title='$tag->name Tag' class='$tag->slug'>#$tag->name</a> ";?><div class='oxy-post'> <div class="post-date"> <time datetime="<?php the_date('Y-m-d');?>" class="published" itemprop="datePublished"> <span class="post-date-day"><?php echo $post_day;?></span> <span class="post-date-month"><?php echo $post_month;?></span> <span class="post-date-year"><?php echo $post_year;?></span> </time> </div> <a class='oxy-post-image' href='<?php the_permalink();?>'> <div class='oxy-post-image-fixed-ratio' style='background-image:url(<?php echo the_post_thumbnail_url("large");?>);'> </div> <div class='oxy-post-image-date-overlay'> <?php the_time(get_option('date_format'));?> </div> </a> <a class='oxy-post-title' href='<?php the_permalink();?>'><?php the_title();?></a></div><?phpecho '</div>';else// no posts found// Restore original Post Datawp_reset_postdata();//wp_reset_query();?>}#headline-3-25608{align-self:center}