Archiv2
-
'10', 'post_status' => 'publish' );
$recent_posts = wp_get_recent_posts( $args );
foreach( $recent_posts as $recent ){
echo '
- ' . $recent["post_title"].' '; } ?>
-
'.$page->post_title.'';
}
?>
-
'name',
'order' => 'ASC'
);
$categories = get_categories( $args );
foreach( $categories as $category ) {
echo '
- name ) . '" ' . '>' . $category->name.' ('.$category->count.') '; } ?>
-
true,
'optioncount' => true,
'orderby' => 'post_count',
'order' => 'DESC'
);
wp_list_authors($args);
?>