', 'adsoft_language'), esc_url( get_permalink() ), esc_attr( get_the_time() ), esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ) ); ?> %3$s', 'adsoft_language'), esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), esc_attr( sprintf( __( 'View all posts by %s', 'adsoft_language' ), get_the_author() ) ), get_the_author() ); ?> ' . $categories_list . ''; } ?> ' . $categories_list . ''; } printf('|', esc_url( get_permalink() ), esc_attr( get_the_time() ), esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ) ); } endif; // Display Postinfo Data if ( ! function_exists( 'adsoft_display_postinfo_single' ) ): function adsoft_display_postinfo_single() { // Translators: used between list items, there is a space after the comma. $categories_list = get_the_category_list( __( ', ', 'adsoft_language' ) ); if ( $categories_list ) { echo '' . $categories_list . ''; } // Translators: used between list items, there is a space after the comma. $tag_list = get_the_tag_list( '', __( ', ', 'adsoft_language' ) ); if ( $tag_list ) { echo '' . $tag_list . ''; } } endif; // Display Frontpage Category Postmeta Data if ( ! function_exists( 'adsoft_display_postmeta_frontpage' ) ) : function adsoft_display_postmeta_frontpage() { ?> ', esc_url( get_permalink() ), esc_attr( get_the_time() ), esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ) ); ?> post_parent ) : get_adjacent_post( false, '', true ); $next = get_adjacent_post( false, '', false ); if ( ! $next && ! $previous ) return; } // Don't print empty markup in archives if there's only one page. if ( $wp_query->max_num_pages < 2 && ( is_home() || is_archive() || is_author() || is_category() || is_tag() || is_search() ) ) return; $nav_class = ( is_single() ) ? 'post-navigation' : 'paging-navigation'; ?> 1, 'post__in' => $sticky, 'ignore_sticky_posts' => 1 ); $tux_query = new WP_Query($args); ?>
have_posts()) : $tux_query->the_post(); ?>
> 'alignleft')); ?>

'post', 'post_status' => 'publish', 'showposts' => 3, 'caller_get_posts' => 1, 'orderby' => 'date', 'category_name' => esc_attr($options['adsoft_frontpage_category_one']) ); $tux_category_query = new WP_Query($query_arguments); ?>
'') : ?>

have_posts()) : while ($tux_category_query->have_posts()) : $tux_category_query->the_post(); $i++; adsoft_display_category_loop($i); endwhile; echo '
'; endif; ?>
>

'post', 'post_status' => 'publish', 'showposts' => 8, 'caller_get_posts' => 1, 'orderby' => 'date', 'category_name' => esc_attr($options['adsoft_frontpage_scrolling_area_category']) ); $tux_category_query = new WP_Query($query_arguments); ?>
'') : ?>

have_posts()) : ?>
'post', 'post_status' => 'publish', 'showposts' => 3, 'caller_get_posts' => 1, 'orderby' => 'date', 'category_name' => esc_attr($options['adsoft_frontpage_category_three']) ); $tux_first_category_query = new WP_Query($query_arguments); // Get second category posts if(isset($options['adsoft_frontpage_category_four']) and $options['adsoft_frontpage_category_four'] != '0') : $query_arguments = array( 'post_type' => 'post', 'post_status' => 'publish', 'showposts' => 3, 'caller_get_posts' => 1, 'orderby' => 'date', 'category_name' => esc_attr($options['adsoft_frontpage_category_four']) ); $tux_second_category_query = new WP_Query($query_arguments); $i = 0; $j = 0; endif; ?>

%s', 'adsoft_language' ), get_category_by_slug(esc_attr($options['adsoft_frontpage_category_three']))->cat_name); ?>

have_posts()) : while ($tux_first_category_query->have_posts()) : $tux_first_category_query->the_post(); $i++; adsoft_display_category_loop($i); endwhile; echo '
'; endif; ?>
'post', 'post_status' => 'publish', 'showposts' => 3, 'caller_get_posts' => 1, 'orderby' => 'date', 'category_name' => esc_attr($options['adsoft_frontpage_category_four']) ); $tux_second_category_query = new WP_Query($query_arguments); $i = 0; $j = 0; ?>

%s', 'adsoft_language' ), get_category_by_slug(esc_attr($options['adsoft_frontpage_category_four']))->cat_name); ?>

have_posts()) : while ($tux_second_category_query->have_posts()) : $tux_second_category_query->the_post(); $j++; adsoft_display_category_loop($j); endwhile; echo '
'; endif; ?> 'publish', 'ignore_sticky_posts' => true, 'posts_per_page' => $slider_limit, 'orderby' => $slider_content, 'order' => 'DESC', 'category_name' => $slider_category ); $tux_slider_query = new WP_Query($query_arguments); // Limit the number of words in slideshow post excerpts add_filter('excerpt_length', 'adsoft_slideshow_excerpt_length'); if ($tux_slider_query->have_posts()) : ?>
'publish', 'ignore_sticky_posts' => true, 'posts_per_page' => $ticker_limit, 'orderby' => $ticker_content, 'order' => 'DESC', 'category_name' => $ticker_category ); $tux_ticker_query = new WP_Query($query_arguments); // Limit the number of words in slideshow post excerpts if ($tux_ticker_query->have_posts()) : ?>

'; } $google_profile = get_the_author_meta( 'google_profile' ); if ( $google_profile && $google_profile != '' ) { echo ''; } $twitter_profile = get_the_author_meta( 'twitter_profile' ); if ( $twitter_profile && $twitter_profile != '' ) { echo ''; } $facebook_profile = get_the_author_meta( 'facebook_profile' ); if ( $facebook_profile && $facebook_profile != '' ) { echo ''; } $youtube_profile = get_the_author_meta( 'youtube_profile' ); if ( $youtube_profile && $youtube_profile != '' ) { echo ''; } $pinterest_profile = get_the_author_meta( 'pinterest_profile' ); if ( $pinterest_profile && $pinterest_profile != '' ) { echo ''; } $linkedin_profile = get_the_author_meta( 'linkedin_profile' ); if ( $linkedin_profile && $linkedin_profile != '' ) { echo ''; } $vimeo_profile = get_the_author_meta( 'vimeo_profile' ); if ( $vimeo_profile && $vimeo_profile != '' ) { echo ''; } $flickr_profile = get_the_author_meta( 'flickr_profile' ); if ( $flickr_profile && $flickr_profile != '' ) { echo ''; } $tumblr_profile = get_the_author_meta( 'tumblr_profile' ); if ( $tumblr_profile && $tumblr_profile != '' ) { echo ''; } $lastfm_profile = get_the_author_meta( 'lastfm_profile' ); if ( $lastfm_profile && $lastfm_profile != '' ) { echo ''; } $soundcloud_profile = get_the_author_meta( 'soundcloud_profile' ); if ( $soundcloud_profile && $soundcloud_profile != '' ) { echo ''; } ?>

have_posts()) : while ($tux_frontpage_posts_query->have_posts()) : $tux_frontpage_posts_query->the_post(); get_template_part( 'loop', 'frontpage' ); endwhile; ?>
ID); if ($categories) : $category_ids = array(); foreach($categories as $individual_category) $category_ids[] = $individual_category->term_id; endif; $args=array( 'post_status' => 'publish', 'ignore_sticky_posts' => true, 'category__in' => $category_ids, 'post__not_in' => array($post->ID), 'showposts'=>10, 'caller_get_posts'=>1); $single_query = new wp_query($args); ?> have_posts()) : ?>