Kemal AKIN adlı üyeden alıntı: mesajı görüntüle
<ul>
<?php
	$recent_posts = wp_get_recent_posts();
	foreach( $recent_posts as $recent ){
		echo '<li><a href="' . get_permalink($recent["ID"]) . '">' .   $recent["post_title"].'</a> </li> ';
	}
?>
</ul>
Kaynak https://codex.wordpress.org/Function...t_recent_posts
Hocam bu kodda hata verdi not defterine yazıp bi yeremi yükleseniz acaba buraya kopyalayıncamı bozuluyor anlamadım. Kod yapısında hata var çalışmıyor.