• Resolved derossi1234

    (@derossi1234)


    Hey all,

    Having a hard time to add a custom logo onto the Icy Theme. Don’t really know where exactly in header and what exactly to add.

    I’d really appreciate if someone could help me with this.

    Here is the header code:

    <head>
    	<meta charset="<?php bloginfo( 'charset' ); ?>" />
    	<title><?php wp_title( '|', true, 'right' ); ?></title>
    	<link rel="profile" href="https://gmpg.org/xfn/11" />
    	<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
    
    </head>
    
    <body <?php body_class(); ?>>
    <?php do_action( 'wwl_before_wrap' ); // Hook ?>
    <?php echo apply_filters( 'wwl_wrap_tag', '<div id="wrap">' ); ?>
    	<?php do_action( 'wwl_before_header' ); // Hook ?>
    	<header id="header" role="banner">
    			<?php do_action( 'wwl_header' ); // Hook ?>
    	</header>
    	<?php do_action( 'wwl_after_header' ); // Hook ?>
    	<?php do_action( 'wwl_before_main' ); // Hook ?>
    	<div id="main" class="container">
    		<?php do_action( 'wwl_open_main' ); // Hook ?>
    			<div id="content-sidebar-wrap">
    				<?php do_action( 'wwl_before_content' ); // Hook ?>
    				<div id="content">
    					<?php do_action( 'wwl_open_content' ); // Hook ?>

    [Moderator Note: And again… please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to add custom logo’ is closed to new replies.