• Resolved Falkens

    (@falkens)


    Hi,

    Under setting I put the “Blog Title” and “Tagline”. This info will be put in to my header by a PHP code. I wanna have it under my settings but not exposed on the website so I want to remove that info from the header.

    I don’t find the code in the CSS that puts the info from settings in the header on my website.

    The template I use is called “GlossyBlack 1.0” by Rich L

    So any one knows what line/lines i should remove and where?

    please!

Viewing 1 replies (of 1 total)
  • Thread Starter Falkens

    (@falkens)

    <h1><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
    	  <div class="description"><?php bloginfo('description'); ?></div>

    What I did. I did remove this part from header.php and now it works 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘CSS: Remove link in header?’ is closed to new replies.