• Blue-bye-you rotating header: I downloaded and installed Randomize 0.2 by Anders Holte Nielsen. I’m afraid to try it as the example is not conform to my code. I believe the example is based on Kubrick.

    Could someone tell me if it has to be modified for Blue-bye-you?

    Example (based on Kubrick)header.php:
    #header { background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickheader.jpg”) no-repeat bottom center; }

    , and change it to:

    #header { background: url(“<?php randomize(logo) ?>”) no-repeat bottom center; }

    ……………***********……………

    Blue-bye-you header.php
    <div id=”header”> <!– Begin Header Div –>
    <h1>“><?php bloginfo(‘name’); ?></h1>
    <b><p class=”description”><?php bloginfo(‘description’); ?></b>
    </div> <!– End Header Div –>

    ……………***********……………
    Perhaps there’s an easy solution but php or css are not my forte! I hope someone can confirm a method to achieve this.
    Thank you.

  • The topic ‘Blue-bye-you rotating header’ is closed to new replies.