Posts Tagged ‘snippets’

Wordpress PHP snippets for header

This item was filled under [ Wordpress ]

Here are some very usefull informations for those who use Wordpress as CMS
PHP Snippets for header – usefull functions

<?php bloginfo(‘name’)?>
Title of the site

<?php wp_title(); ?>
Title of the specific post or page

<?php bloginfo(’stylesheet_url’); ?>
The style.css file’s location into the current layout

<?php bloginfo(‘pingback_url’); ?>
Pingback URL for the site

<?php bloginfo(‘template_url’); ?>
Locate the site’s theme files

<?php bloginfo(‘version’); ?>
Installed WordPress [...]

Continue reading...

Tagged with: [ , , , , ]
Update me when site is updated