WP function for Header file

0

These function is used for WP theme Header creation.

bloginfo(‘name’); This function show Title of the site
wp_title(); This function show Title of the specific post or page
get_stylesheet_directory_uri(); This function show The style.css file’s location
bloginfo(‘pingback_url’); This function show Pingback URL for this site
bloginfo(‘template_url’); This function show Location for the site’s theme files
bloginfo(‘version’); This function show WordPress version for the site
bloginfo(‘atom_url’); This function show Atom URL for the site
bloginfo(‘rss2_url’); This function show RSS2 URL for the site
get_site_url(); This function show Exact URL for the site
bloginfo(‘name’); This function show Name of the site
bloginfo(‘html_type’); This function show HTML version of the site
bloginfo(‘charset’); This function show Charset parameter of the site

 

Share.