Додайте цей код до файлу functions.php
Вашої теми, щоб вивести в адмінці віджет із 5-ма останніми публікаціями
[php]
function uawp_recent_posts_dw() {
?>
-
5 );
- ( the_date('Y/n/d'); ?>)
Вигляд віджету з 5 останніми публікаціями в адмінці[/caption]© http://wpsnipp.com/index.php/functions-php/create-most-recent-posts-dashboard-widget/
$myposts = get_posts( $args );
foreach( $myposts as $post ) : setup_postdata($post); ?>