• Hi all,

    i’m trying to embed a logo or image in the top right corner of my theme and I have no idea where to start..

    This is what i’m looking at right now in header.php

    <!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head profile=”http://gmpg.org/xfn/11″&gt;
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
    <title><?php wp_title( ” ); ?></title>
    <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”>
    <meta name=”viewport” content=”width=device-width”>
    <!– Generated by wp_head() – Start –>
    <?php wp_head(); ?>
    <!– Generated by wp_head() – End –>
    </head>
    <body <?php body_class(); ?>>

The topic ‘Adding Logo to header-Dice Theme’ is closed to new replies.