Quote:
PHP: --------- '<p class="tagline">' . get_bloginfo( 'description' ) . '</p>' --------- and change to PHP: --------- '<p class="tagline">' . date('l, F j, Y') . '</p>' --------- |
Quote:
$logo_area .= '<p class="tagline">' . $bfa_ata['bloginfo_description'] . '</p>'; |
Here's the original thread if it helps. http://forum.bytesforall.com/showthr...=2060#post2060