It says right there in the code:
<?php // to use a image just replace the bloginfo('name') with your img src and remove the surrounding <p> ?>
So just replace this line below that comment:
<p id="logo" class="h1" itemscope itemtype="http://schema.org/Organization"><a href="https://wordpress.stackexchange.com/questions/227227/<?php echo home_url(); ?>" rel="nofollow"><?php bloginfo(''); ?></a></p>
with this:
<p id="logo" class="h1" itemscope itemtype="http://schema.org/Organization"><a href="https://wordpress.stackexchange.com/questions/227227/<?php echo home_url(); ?>" rel="nofollow"><img src="http://example.com/your/logo/url.jpg" title="Your logo" alt="Your logo"></a></p>
Related Posts:
- How to target with css, admin elements according to user role level?
- “wp_enqueue_style();” don’t load new edited style
- Best way of adding CSS which can be manipulated by the user via theme option panels?
- Need help on WordPress and php
- Multiple pages on one with different HTML
- WordPress Customizer not setting default value upon initial install?
- wp_enqueue_style with style.php and WordPress functions
- Minify HTML, CSS, JS with PHPWee?
- Archive dropdown styling not applied
- Different background-image by category
- Add a Different CSS Class Into The Body Tag of Different WP Pages
- WordPress override bloginfo variable
- Shortcode content output but not in correct place
- Displaying theme options in css
- Show post in slider
- Add a custom stylesheet for BlackBerry
- How can I hide Home in my menu in a specific page?
- Slider loading issue
- Hide Hamburger Menu On Specific Page (Front Page/Home Page)
- how to remove metadata from the posts of my blog?
- Is there CSS to expand the gallery limit on Index Pages?
- How to add condition in wordpress loop? [closed]
- Css loads very slow [closed]
- Different post styles depending on category
- How create a Shortcode with hover and complex options
- WordPress Multiple Navigation bars
- two columns of posts on homepage, one of them “favorites”
- Whats the proper way to use a php stylesheet in a wordpress theme? [duplicate]
- custom css for admin only
- responsive.css in the WordPress should be prioritized
- WordPress style.css not updating, only after theme reload
- Thumbnails appear to be zoomed
- Odd / Even posts add class minus first post
- WordPress archive page showing 404 Error [duplicate]
- Styling the second sidebar
- How to add drag and drop functionalities to a div inside option panel
- Removing WordPress Footer -without access to PHP code?
- Change “No Comments” link to “My String” on Blog Post (Find Snippet in Code or use CSS, PHP Solution) [closed]
- CSS change in woo commerce Place Order Text [closed]
- Post repeated when opening in overlay, how do I solve this? [closed]
- Menu Custom Data Attributes
- Add New Text Box To WordPress Twenty Seventeen Header
- Split site title and apply different classes
- How to modify mobile nav menu text in theme
- Need help removing […] after excerpt
- jQuery accordion menu
- Twentyfifteen style author comment
- Extend Menu Walker Output
- Dynamic CSS through PHP issue
- How to make changes to style.php [closed]
- conditional: if is page, and all subpages
- How to edit background color of only one sidebar?
- How to sort posts by active category in WordPress?
- Create Columns with Custom Walker and CSS Classes
- Background image no longer fits to screen now that project is in php files
- Why would the child theme load in the Customize preview, but not on the site itself?
- How to make only the valid active page of a multilevel menu active with – “.nav li.current-menu-item a”?
- echo cutom css code to WordPress page template file ? is this safe?
- WordPress custom php script to match standard page layout
- I can’t go to the page archive-{post_type}.php
- Problem with displaying CSS Stylesheets – Am I adding them correctly in my wordpress child theme?
- I have a background-image in css file but don’t show in site.how to fix this prblm. i sent screenshot. thx
- Trying to generate a CSS file in wordpress uploads folder
- WP Website is shown in HTML
- I cannot find the wordpress.scss file that my live site is pulling from
- Google CSE Malfunctions via Chrome/Safari on Mobile When Clicking on Either Search Icon/Menu Icon. How to Make Google CSE Default Theme Search
- I have a lot of JavaScript erorrs after SSL someone can help me?
- I got big white screen when i attach main style sheet of Html in functions.php
- register dependency css and js inside a plugin class
- Hide author from search results meta, still display date and categories
- How to locate parent theme functions and add functions to my wordpress child theme?
- Add a default style if no Featured image is selected
- Styling a specific post after hovering over it
- custom field – changing an element or background of id div – different versions not working
- CSS loading as empty file in Custom Theme
- user update profile for custom code
- How limit the width of a fixed menu-bar on scroll?
- Where to find the html for WordPress site? [closed]
- How to remove image on single product and get product to span page?
- widget: input the px value from user and use it as inline style in widget function
- Styling admin page rows in order of importance (checkboxes)
- Show contact 7 form in popup
- How Can I Center the Logo in the Navigation Menu? [closed]
- Show Nav Link To Users Signed In
- How to change the menu color
- Converting Menu Links to List Elements
- PHP Puzzle: Unique Styles with PHP loop
- How to get shared CSS body class between translated WPML pages [closed]
- How to customize posts in WordPress by using HTML and CSS?
- How to create and add js and css file when server is not on my PC?
- which php or css file has generated an inline style in WordPress that overwrites my css
- Header location [closed]
- Blog listing not showing dates for every post and arrow missing off image
- hello can you advise how to fix the error?
- inner-wrap div pushing custom table far down on page
- Styling best practices for single pages/templates
- How to create different templates for woocommerce single-product.php?
- Calling a PHP function from a menu item
- Embed dynamic media query in a Gutenberg block
- Get generated block styles programmatically