• Hello everyone,
    I have a blog at Güzel ?i?ekler
    I use earth pro template in my blog, and I want to add a logo to the right place of site name in the heading.
    There is no specific code related to logo, but Im new to blogging.

    My header.php is below, how to add logo and where to change in the code?

    Thanks alot,

    <?php
    /**
    * The Header for our theme.
    *
    * Displays all of the <head> section and everything up till <div id=”content”>
    *
    * @package earthpro
    */
    ?><!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
    <meta name=”viewport” content=”width=device-width, initial-scale=1″>
    <title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>
    <link rel=”profile” href=”https://gmpg.org/xfn/11″&gt;
    <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”>

    <?php wp_head(); ?>
    <meta name=”alexaVerifyID” content=”zpCPrkVkOSQ0gAeJrnJIii19i_s”/>
    <meta name=”msvalidate.01″ content=”3C4E1F94B5D67B4B9F1E6229D4AC02D0″ />
    <meta name=’yandex-verification’ content=’69474f472e6e1dc2′ />
    </head>

    <body <?php body_class(); ?>>
    <div id=”page” class=”hfeed site”>
    <header id=”masthead” class=”site-header” role=”banner”>
    <?php earthpro_branding();?>
    </header><!– #masthead –>

    <div id=”top-bar”>
    <nav id=”site-navigation” class=”main-navigation” role=”navigation”>
    <div id=”topbar-search”><?php get_template_part( ‘search’, ‘topbar’ ); ?></div>
    <h1 class=”menu-toggle”><i class=”dashicons dashicons-menu”></i></h1>
    <?php _e( ‘Skip to content’, ‘earthpro’ ); ?>
    <?php wp_nav_menu( array( ‘theme_location’ => ‘primary’ ) ); ?>
    </nav><!– #site-navigation –>
    <div class=”clear”></div>
    </div>

    <?php
    if (!is_front_page()) {
    if ( function_exists(‘yoast_breadcrumb’) ) {
    yoast_breadcrumb(‘<div id=”breadcrumbs-wrap”><div id=”breadcrumbs-container”><p id=”breadcrumbs”>’,'</p></div></div>’);
    }
    }
    ?>

    <div id=”content” class=”site-content”>

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add logo to earth-pro template’ is closed to new replies.