mortuzahossain
5/31/2017 - 8:46 AM

wordpress functions

wordpress functions

// 01.
    <title><?php wp_title( '|', true, 'right' ); bloginfo( 'name' ); ?></title>
    
// 02.
    <body <?php  body_class(); ?>>

// 03.Header Index Linking
    <a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a>