Liste widgets
-
<?php the_widget( '
WP_Widget_Archives' ); ?>
-
<?php the_widget( '
WP_Widget_Calendar' ); ?>
-
<?php the_widget( '
WP_Widget_Categories' ); ?>
-
<?php the_widget( '
WP_Widget_Links' ); ?>
-
<?php the_widget( '
WP_Widget_Meta' ); ?>
-
<?php the_widget( '
WP_Widget_Pages' ); ?>
-
<?php the_widget( '
WP_Widget_Recent_Comments' ); ?>
-
<?php the_widget( '
WP_Widget_Recent_Posts' ); ?>
-
<?php the_widget( '
WP_Widget_RSS' ); ?>
-
<?php the_widget( '
WP_Widget_Search' ); ?>
-
<?php the_widget( '
WP_Widget_Tag_Cloud' ); ?>
-
<?php the_widget( '
WP_Widget_Text' ); ?>
-
<?php the_widget( '
WP_Nav_Menu_Widget' ); ?>
-
<?php the_widget('WP_Widget_Recent_Comments', 'number=4'); ?>
// affiche les 4 derniers commentaires