İsteğini tam olarak anlatamıyorusn fakat kod aynı kod neyi nasıl göstermesini istiyorsan
.... içerisindeki kısmı değiştireceksin sadece örnek aşağıdaki şekli ile şöyle listeleyecek:
16 Şubat 2018 - Burası Post Başlığı 1
http ://site.com/post-link-1
15 Şubat 2018 - Burası Post Başlığı 2
http ://site.com/post-link-1
14 Şubat 2018 - Burası Post Başlığı 3
http ://site.com/post-link-1
13 Şubat 2018 - Burası Post Başlığı 4
http ://site.com/post-link-1
12 Şubat 2018 - Burası Post Başlığı 5
http ://site.com/post-link-1
global $post;
$args = array( 'posts_per_page' => 5, 'post_type'=> 'post', 'author_name' => 'cihaneken' );
$myposts = get_posts( $args );
foreach( $myposts as $post ) : setup_postdata($post); ?>
-
-