• Resolved caghan

    (@caghan)


    I have a problem and i have pictures to illustrate it. I am using the GREEN Light theme and i want to hide my Site title from all static and blog pages. i used the following code on the style.css in theme folder;

    #header h1 { display:none; }
    #site-description { display:none; }
    #site-title { display:none; }

    this is good but it only hides the site title from the blog. I know i can easily delete the Site title from settings but i dont want to for search purposes.
    This is the blog page. it is hidden here.
    [IMG]https://img444.imageshack.us/img444/158/staticpage.jpg[/IMG]

    This is the static page. as you can see the site title still shows and messes things up
    [IMG]https://img444.imageshack.us/img444/158/staticpage.jpg[/IMG]

    Guys please help me this website is for a University. its very important that i get it done. thanks

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

    (@caghan)

    Here are the links again. this time properly.


    Blog Page

    Static page

    Thread Starter caghan

    (@caghan)

    Also same problem happens on my friends one. he couldn’t fix it either. I hope someone can enlighten me.

    Thanks to all again.

    Thread Starter caghan

    (@caghan)

    Seriously??? No one can help me with my problem??

    Thread Starter caghan

    (@caghan)

    ok im marking this as resolved as i have found a way to do it. in the theme header file i changed this line of code

    <div id="header">
    <?php
    	$tmp=(is_home() || is_front_page())? "h1":"div";
            $tmp2=($tpinfo[$tpinfo['tb_prefix'].'_blogtitle']=='true')? '':' class="indent"';
    		?>

    i changed Blogtitle from true to false. and wallah.it worked.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing Site Title from ALL PAGES – Not Just Blog’ is closed to new replies.