Support » Themes and Templates » How To Insert Logo into Blog Header

Viewing 2 replies - 1 through 2 (of 2 total)
  • Always post code in backticks otherwise forum parser will break the code. That is happened in your case.

    Please re-post code inside backticks.

    Thread Starter vanessavolk

    (@vanessavolk)

    Thanks Aditya, let’s see if now is correct

    <h1>
                        <a href="<?php echo home_url('/'); ?>" title="<?php echo esc_attr(get_bloginfo('name', 'display')); ?>" rel="home"><?php bloginfo('name'); ?></a>
                        <?php if (get_option(PPTNAME . '_blogdesc_remove ') == "Yes") { ?>
                        <span id="desc"><?php bloginfo('description'); ?></span>
                            <?php } ?>
                    </h1>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How To Insert Logo into Blog Header’ is closed to new replies.