have_posts() ): while ( $posts->have_posts() ): $posts->the_post(); ?>
'; } ?>
cat_name; $cat_id = get_cat_ID( $name ); $link = get_category_link( $cat_id ); $link_src = '' . $name . ''; $date = get_the_date(); ?>
  -  by

    $title_value ) { $title_str = $title_index; if ( $title_index < 10 ) { $title_str = "0" . ( $title_index + 1 ); } if ( $title_index == 0 ) { echo '
  • ' . $title_str . '' . $title_value . '
  • '; } else { echo '
  • ' . $title_str . '' . $title_value . '
  • '; } } ?>