Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   Tagline: Make it the current date in 3.4.2 (http://forum.bytesforall.com/showthread.php?t=2537)

jockoe Jul 20, 2009 07:49 AM

Tagline: Make it the current date in 3.4.2
 
When I first started with Atahualpa these were the instructions I followed to put the date in the tagline.
Quote:

PHP:
---------
'<p class="tagline">' . get_bloginfo( 'description' ) . '</p>'
---------
and change to

PHP:
---------
'<p class="tagline">' . date('l, F j, Y') . '</p>'
---------
The code to change in 3.4.2 looks like this
Quote:

$logo_area .= '<p class="tagline">' . $bfa_ata['bloginfo_description'] . '</p>';
(I think this is the code. I'm not a programmer) I've been able to upgrade to previous versions, but can't seem to make the correct modifications this time. Can anyone help me out?

Here's the original thread if it helps. http://forum.bytesforall.com/showthr...=2060#post2060

Flynn Jul 22, 2009 12:20 PM

Change to

$logo_area .= '<p class="tagline">' . date('l, F j, Y') . '</p>';


All times are GMT -6. The time now is 07:26 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.