-
30,
'show_count' => 1,
'taxonomy' => 'post_tag',
'orderby' => 'count',
'order' => 'DESC',
)
);
?>
-
8,
'post_status' => 'publish',
'ignore_sticky_posts' => true,
)
);
if ( $r->have_posts() ) :
?>
posts as $recent_post ) : ?>
ID );
$titl = ( ! empty( $post_title ) ) ? $post_title : __( '(no title)', 'anice' );
$aria_current = '';
if ( get_queried_object_id() === $recent_post->ID ) {
$aria_current = ' aria-current="page"';
}
?>
-
>
ID ); ?>
-
1,
'title_li' => '' . __( 'Categories', 'anice' ) . '
',
)
);
?>