Home » WP functions (making of the blog)

WP functions (making of the blog)

bloginfo() function

ฟังก์ชันที่ใช้เรียกหาข้อมูลเกี่ยวกับ blog

<?php bloginfo(‘stylesheet_url’); ?>
คืนค่ามาเป็นทีอยู่ (url) ของไฟล์ style.css (stylesheet_url คือ parameter ที่หมายถึง url ของไฟล์ style.css ของ blog)

<?php bloginfo(‘name’); ?>
คืนค่ามาเป็นชื่อของ blog (name คือ parameter ที่หมายถึง ชื่อของ blog)

<?php bloginfo(‘url’); ?>
คืนค่ามาเป็น url หน้าแรกของ blog

<?php bloginfo(‘description’); ?>
คืนค่ามาเป็น คำอธิบาย ของ blog (description คือ parameter ที่หมายถึง คำอธิบาย ของ blog)

<?php bloginfo(‘name’); ?>
คืนค่ามาเป็นชื่อของ blog (name คือ parameter ที่หมายถึง ชื่อของ blog)

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

© CoolBook.Info : The Learning of Website Development