Código PHP:
<a href="<?php the_permalink(); ?>" ><?php the_title(); ?></a>
Titulo 1 (Corto)
<espacio en blanco>
Título 2 (largo)
El título continúa
Espero darme a entender............he intentado con bloques en CSS pero no me ha funcionado
Código PHP:
.bloque
{
display: block;
height: 30px;
position: relative;
overflow: hidden;
white-space : nowrap;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: bold;
text-align: center;
line-height: 30px;
}
Código PHP:
<div class="Bloque">
<a href="<?php the_permalink(); ?>" ><?php the_title(); ?></a>
</div>