Theme Options $options = get_option('visualmodo'); $content_boxed_or_stretched = $options['content_boxed_or_stretched'] ?? 'container'; $content_color_theming = $options['content_color_theming'] ?? 'light-theme'; $post_grid = $options['post_grid'] ?? 'post-grid--col-1'; $blog_pagination = isset($options['blog_pagination']) ? get_query_var( 'paged' ) : '1'; $blog_sidebar = $options['blog_sidebar'] ?? '3'; $blog_order = $options['blog_order'] ?? 'DESC'; $blog_order_by = $options['blog_order_by'] ?? 'date'; $blog_categories = $options['blog_categories'] ?? ''; $blog_exclude_categories = $options['blog_exclude_categories'] ?? ''; $blog_tags = $options['blog_tags'] ?? ''; $blog_exclude_tags = $options['blog_exclude_tags'] ?? ''; get_header(); ?>
$blog_order_by, 'order' => $blog_order, 'cat' => $blog_categories, 'category__not_in' => $blog_exclude_categories, 'tag__in' => $blog_tags, 'tag__not_in' => $blog_exclude_tags, 'paged' => $blog_pagination, ); ?>