wordpress üst sayfa özelliklerini almak


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. üst sayfanın url'si
  2. get_permalink($post->post_parent)
  3.  
  4. üst sayfanın adı
  5. get_permalink($post->post_title)

Report this snippet


Comments


You need to login to view comments.