Thesis footers

Functions

function tt_footer() {
	global $post;
?>
<div id="footer">

		<div class="col-full">

<div id="credit" class="col-right">
<p><?php _e('', 'ramoservice') ?> <a href="http://diythemes.com/thesis/"><?php _e('Thesis WordPress framework', 'ramoservice') ?></a>. <?php _e('Customized  by', 'RamoService') ?> <a href="http://www.ramoservice.com"><img src="<?php bloginfo('template_directory'); ?>/custom/images/newfooter.png" width="151" height="44" alt="ramoservice" /></a></p>
           <?php
   }
add_action('thesis_hook_footer', 'tt_footer'); // Input custom footer

Styling

.col-full {
margin:0 auto;
width:890px;
}
#footer a:link, #footer a:visited {
color:#00BAD0;
}

Leave a Comment

Previous post:

Next post: