'', 'hierarchical' => 0 ) ); ?>
    '10', 'post_status' => 'publish' ); $recent_posts = wp_get_recent_posts( $args ); foreach( $recent_posts as $recent ){ if ($recent["post_title"] == '') { $recent["post_title"] = __('Untitled', 'autmunport'); } echo '
  • ' . $recent["post_title"] .'
  • '; } ?>
    'monthly' ) ); ?>
    'comment_count', 'posts_per_page' => 10, 'ignore_sticky_posts' => 1 ) ); ?> have_posts()) : $pc->the_post(); ?>