• Resolved FFL

    (@ffl)


    I have already looked over the wordpress header info and have been unable to edit my template header as it appears different in the header.php
    [<title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>]

    I would like to place my own image instead of the linked title.
    To get a picture my site is https://www.frugalforlife.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter FFL

    (@ffl)

    Just pushing this to the top to get a reply
    thanks

    Thread Starter FFL

    (@ffl)

    Hello – anyone out there willing to take this problem on?

    Adam Brown

    (@adamrbrown)

    The section of code you pasted is not related to what you’re trying to do.

    In your HTML source, this is the relevant piece of code (but it will look different in your header.php file):

    <div id="blogtitle">
    
    <h1><a href="https://frugalforlife.com/">Frugal For Life</a></h1>
    </div>

    If you aren’t able to make it work, post the contents of header.php to https://wordpress.pastebin.ca/ if you want somebody to look at it.

    Thread Starter FFL

    (@ffl)

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Swapping old header with image header on blueline template’ is closed to new replies.