"The behavior you're seeing is the behavior you've designed for."

Joshua Porter
'', 'description' => '', 'full_width' => false, 'items' => array() ); $args = wp_parse_args( $args, $defaults ); extract( $args, EXTR_SKIP ); if ( ! $items ) return; ?>

' . wpautop( $description ) . '
'; ?>

Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.

Maxi Milli Public Relations - Max Mobilcom

Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.

Maxi Milli Public Relations - Max Mobilcom

Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.

Maxi Milli Public Relations - Max Mobilcom

Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.

Maxi Milli Public Relations - Max Mobilcom
__( 'Latest Articles', 'franz-josef' ), 'description' => '', 'post_type' => array( 'post' ), 'posts_per_page' => get_option( 'posts_per_page' ), 'taxonomy' => '', 'terms' => array(), 'orderby' => 'date', 'order' => 'DESC', 'ignore_sticky_posts' => false, 'full_width' => true, 'columns' => $franz_settings['front_page_blog_columns'], 'lead_posts' => false, 'disable_nav' => false, 'container_id' => 'posts-stack' ); $args = wp_parse_args( $args, $defaults ); $query_args = array( 'post_type' => $args['post_type'], 'posts_per_page' => $args['posts_per_page'], 'orderby' => $args['orderby'], 'order' => $args['order'], 'ignore_sticky_posts' => $args['ignore_sticky_posts'], 'paged' => get_query_var( 'paged' ), ); if ( $args['taxonomy'] && $args['terms'] ) { $query_args['tax_query'] = array( array( 'taxonomy' => $args['taxonomy'], 'field' => 'term_id', 'terms' => $args['terms'] ) ); } if ( get_option( 'show_on_front' ) == 'page' ) { $query_args['ignore_sticky_posts'] = true; $query_args['paged'] = get_query_var( 'page' ); } if ( ! $args['lead_posts'] === false && is_front_page() && ! $franz_settings['disable_full_width_post'] ) $args['lead_posts'] = 1; if ( $franz_settings['slider_type'] == 'categories' && $franz_settings['slider_exclude_categories'] != 'disabled' ) { $query_args['category__not_in'] = franz_object_id( $franz_settings['slider_specific_categories'], 'category' ); } if ( $franz_settings['frontpage_posts_cats'] ) { $query_args['category__in'] = franz_object_id( $franz_settings['frontpage_posts_cats'], 'category' ); } $posts = new WP_Query( $query_args ); $classes = 'posts-list highlights'; if ( $args['full_width'] ) $classes .= ' full-width'; ?>

have_posts() ) : $posts->the_post(); if ( $args['lead_posts'] && $posts->current_post < $args['lead_posts'] ) { $col = 'col-md-12'; $image_size = 'full'; } elseif ( $args['columns'] == 2 ) { $col = 'col-sm-6'; $image_size = 'franz-medium'; } elseif ( $args['columns'] == 3 ) { $col = 'col-sm-4'; $image_size = 'franz-medium'; } elseif ( $args['columns'] == 4 ) { $col = 'col-md-3 col-sm-6'; $image_size = 'medium'; } ?>
>

max( 1, $posts->query['paged'] ), 'total' => $posts->max_num_pages, 'add_fragment' => '#' . $args['container_id'], ), $posts ); franz_posts_nav( $args ); } ?>
'date', 'meta' => '' . get_the_time( get_option( 'date_format' ) ) . '', ); $comment_count = get_comment_count( get_the_ID() ); $approved_comment_count = $comment_count['approved']; $comment_text = ( $comment_count['approved'] ) ? sprintf( _n( '%d comment', '%d comments', $approved_comment_count, 'franz-josef' ), $approved_comment_count ) : __( 'Leave a reply', 'franz-josef' ); $comments_link = ( $comment_count['approved'] ) ? get_comments_link() : str_replace( '#comments', '#respond', get_comments_link() ); $meta['comments'] = array( 'class' => 'comments-count', 'meta' => ' ' . $comment_text . '', ); $meta = apply_filters( 'franz_stack_posts_meta', $meta ); if ( ! $meta ) return; ?>