On my website at
http://www.cornetsdegroot.com -I guess everyone knows where to find it by now
, I would like to add the RSS, Comments, and Email Subscription buttons to the top right area of the header. They are gone now because I disabled the logo altogether. The only thing in the Header Area box now is %image (i.e., no succession of %bar1 %logo %cats %bar2 %pages %bar1 etc.) I did this because if I add %logo, the blogtitle and taglines are replicated; I am not sure why... Also, I have nothing in the box Show Logo Image.
These may have been bad choices but I couldn't find another way to have the blog title and taglines as well as the rotating image in the top left corner. Incidentally, in the header.php, I placed a in order to have a small empty space above the rotating image, plus I added a caption text to display below the rotating image, like so:
HTML Code:
<!-- Header -->
<td id="header" colspan="<?php echo $bfa_ata['cols']; ?>">
<?php bfa_header_config($bfa_ata['configure_header']); ?>
<?
echo "<i><font size=1>Foto's: Cor Stutvoet.</font></i>";
?>
I'm pretty sure this is not how this should be done, but it works; however, if there is more appropriate method, please let me know.
Many thanks for your help!