MErhaba arkadaşlar belli bir saydada Wordpress'in son yazılarının linklerini nasıl gösterbilirim .Sadece linkleri istiyorum bunu hangi kodla yapabilirlim .
Şu şekilde de olaiblir yazı başlığı altta linki şeklinde .... ??
https://wordpress.org/plugins/display-posts-shortcode/ indir
Display 5 recent posts with thumbnails and excerpt
1
[display-posts posts_per_page="5" image_size="thumbnail" include_excerpt="true"]
Display recent pages instead of posts
1
[display-posts posts_per_page="5" post_type="page"]
Change the order to title instead of date.
1
[display-posts posts_per_page="5" orderby="title"]
Display recent pages under a specific parent page.
1
[display-posts posts_per_page="5" post_type="page" post_parent="5"]