Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   This adds today's date to top right corner of header (http://forum.bytesforall.com/showthread.php?t=2504)

juandrah Jul 18, 2009 04:00 AM

This adds today's date to top right corner of header
 
This bit of code adds today's date to the top right corner of header. It might make a good switchable option for the header in ATO under "Style and edit HEADER AREA"?

In wp-content\themes\atahualpa\header.php,

after:

Code:

<col class="coltwo" />
<?php if ( $bfa_ata['right_col2'] == "on" ) { ?><col class="colthree-inner" /><?php } ?>
<?php if ( $bfa_ata['right_col'] == "on" ) { ?><col class="colthree" /><?php } ?>
</colgroup>

add:

Code:

        <!-- Add 'todays date' line to top of Header -->
        <tr>
        <td valign="top" align="right" colspan="<?php echo $bfa_ata['cols']; ?>"><? print(Date("l F d, Y")); ?></td>
        </tr>
        <!-- / Add 'todays date' line to top of Header -->

before:

Code:

<tr>

                <!-- Header -->
                <td id="header" colspan="<?php echo $bfa_ata['cols']; ?>">

                <?php bfa_header_config($bfa_ata['configure_header']); ?>

                </td>
                <!-- / Header -->

Cheers, juandrah

rayvapor Aug 21, 2011 01:31 AM

I did as as what you have wrote
but It did not work
My edition is 3.6.4:):):)


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

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