'; $link_after = ''; } $header_image = get_header_image(); if ( ! empty( $header_image ) ) : ?> <?php echo $title_desc ?>
5, 'post_status' => 'publish', 'post_type' => 'post', 'orderby' => 'comment_count', 'order' => 'desc' ); $popular_posts = get_posts( $args ); if( ! empty( $popular_posts ) ) : // show only if we have posts ?>

    ' . $popular_post->post_title . ''; endforeach; ?>
5, 'post_status' => 'publish', 'post_type' => 'post', 'orderby' => 'post_date', 'order' => 'desc' ); $recent_posts = get_posts( $args ); if( ! empty( $recent_posts ) ) : // show only if we have posts ?>

    ' . $recent_post->post_title . ''; endforeach; ?>

    '', 'orderby' => 'name', 'order' => 'ASC', 'style' => 'list', 'show_count' => 1, 'hide_empty' => 1, 'use_desc_for_title' => 1, 'child_of' => 0, 'hierarchical' => 1, 'title_li' => '', 'number' => null, 'depth' => 0, ); wp_list_categories( $cat_args ); // http://codex.wordpress.org/Template_Tags/wp_list_categories ?>