Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Do you know how we could use this as a background image?

    I’m thinking something along the lines of:

    <div class="category" style="background-image: url(' . $thumbnail_src' . .')">' . get_term_thumbnail( $term->term_taxonomy_id, $attr = '' ) . '</div>

    But I can’t get it working.

    Thread Starter SteveCeaton

    (@steveceaton)

    Hi Michael, thanks.

    I’ve tried this in header.php but it doesn’t work:

    <?php echo $options[‘logo_options_group’]; ?>

    Do you know what goes in header.php to display the output of:

    echo “<div class=\’logo2\’><img src='”. $option[‘url’] .”‘ /></div>”;
    } else {echo “<div class=’logo’><h1 class=’site-title’>” . $bloginfo = get_bloginfo( $show, $filter ) . “</h1></div><div class=’tagline’>” . $blog_title = get_bloginfo( ‘description’ ) . “</div>”;}

Viewing 2 replies - 1 through 2 (of 2 total)