DaBluez
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site Hacked tonight – Info and questionsThis is just an thought but from looking at your blog, you have that cutesy clocklink on the upper left. In following the link back to clocklink.com, on their webpage they state that:
“WordPress
You can not use ClockLink. For security purposes, embed tags will be removed from your blog before publishing.”Entry points come in all flavors. Or maybe you found a safe way to embed it. If so, what is it? Thanks!
Forum: Themes and Templates
In reply to: Link in Header —- i’m completely new to thisResolved
Forum: Themes and Templates
In reply to: Link in Header —- i’m completely new to thisugh, I spoke too soon. That worked for one theme that had just a space for a header and the header image was down below. But for most themes that have header images it doesn’t. The theme is InBloom: http://www.freewpthemes.net/themes/previews/inbloom/?theme=inbloom
and the header.php has:
<div id=”logo”>
<h1>/”><?php bloginfo(‘name’); ?></h1>
<h2><?php bloginfo(‘description’); ?></h2>
</div>I tried all combinations I could think of and while I could get the url link removed, it still left the name in the image. Romoving both url link and name also removes the header image. Help please!
Forum: Themes and Templates
In reply to: Link in Header —- i’m completely new to thisI found it on an older post, worked fine:
>It’s in your theme directory: header.php
>Search for <?php bloginfo(‘name’); ?> and remove it.Thanks!
Forum: Themes and Templates
In reply to: Link in Header —- i’m completely new to thisI’m new to this too and would like some help. That advice worked great for the url link but there is still a/my site name in the header that I would like to get rid of. Not sure where in the header.php it would be, if it’s even in there. I noticed that WP creates both an URL link and a site name in the header, regardless of which flavor of theme is used. That includes the default one. And it will be on top of any header image too. Any help would be most appreciated. Tnanks!