• 'post'); $the_query = new WP_Query( $args ); $i = 0; // The Loop if ( $the_query->have_posts() ) { while ( $the_query->have_posts() ) { $the_query->the_post(); $i++; // Article limit = 4 if ($i <= 8) { $content = get_the_content(); $content = strip_tags($content); if ($content != "" OR $content != NULL) { ?>
    >

  • 'page'); $the_query = new WP_Query( $args ); $i = 0; // The Loop if ( $the_query->have_posts() ) { while ( $the_query->have_posts() ) { $the_query->the_post(); $i++; // Pages limit = 4 if ($i <= 5) { $content = get_the_content(); $content = strip_tags($content); if ($content != "" OR $content != NULL) { ?>
    >

'post'); $the_query = new WP_Query( $args ); $align = "right"; // Set first alignment html class // The Loop if ( $the_query->have_posts() ) { while ( $the_query->have_posts() ) { $the_query->the_post(); // Article limit = 4 $content = get_the_content(); $content = strip_tags($content); if ($content != "" OR $content != NULL) { $src = wp_get_attachment_image_src( get_post_thumbnail_id( $the_query->ID ), 'single-post-thumbnail' ); // Change html alignment class if ($align == "right") { $align = "left"; } else { $align = "right"; } ?>
>