Bueno, he decidido volver a editar el css y quitar esas lineas que dices, ya las he quitado y he revisado de arriba a abajo el html, y la verdad es que no entiendo...
Entry-default:
Código:
<div id="page">
<div id="page-bgtop">
<div id="content">
<div class="post">
<div class="meta" class="date {$date|date_format:"y-%Y m-%m d-%d"}">
<h2 class="title"><a href="{$id|link:post_link}">{$subject|tag:the_title} </a></h2>
{include file=shared:entryadminctrls.tpl}
<div class="entry">
{$content|tag:the_content}
</div>
<ul class="info">
<li><span>{$author}</span><span>{$date|date_format:"%e"}, {$date|date_format:"%b"}, {$date|date_format:"%Y"}</span><span>{if ($categories)} {$categories|@filed}{/if}</span></li>
{if !(in_array('commslock', $categories) && !$comments)}
<li><a href="{$id|link:comments_link}#comments">{$comments|tag:comments_number} {if isset($views)}(<strong>{$views}</strong> views){/if}</a></li>
{/if}
</ul>
</div><!-- end of .entry -->
Header:
Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{$flatpress.title|tag:wp_title:'»'}{$flatpress.page}</title>
<meta http-equiv="Content-Type" content="text/html; charset={$flatpress.charset}" />
{action hook=wp_head}
</head>
<body>
<div id="header-wrapper">
<div id="header">
<div id="menu">
<ul>
{widgets pos=menubar}
{$content}
{/widgets}
</ul>
</div>
<div id="container">
<div id="menu">
{widgets pos=menubar}
{$content}
{/widgets}
</div><!-- end of #menu -->
<div id="search">
<form method="get" action="search.php">
<fieldset>
<input type="text" name="s" id="search-text" size="15" />
<input type="submit" id="search-submit" value="GO" />
</fieldset>
</form>
</div>
<div id="logo">
<h1><a href="{$flatpress.www}" title="{$flatpress.title}">{$flatpress.title}</a></h1>
<p><em>{$flatpress.subtitle}</em></p>
</div>
<hr />
<!-- end #logo -->
</div><!-- end of #header -->
Parece estar todo en orden :S