Consegui chegar a esse resultado:
http://fonmartensbuffet.com.br/douglas/category/servicos/
Então surgiu outro problema, a thumbnail não tá aumentando de tamanho quando eu mudo o tamanho dela na página:
<?php
if ( have_posts() ) :
while ( have_posts() ) : the_post();
$thumb = '';
$width = (int) apply_filters( 'et_index_image_width', 640 );
$height = (int) apply_filters( 'et_index_image_height', 280 );
$classtext = '';
$titletext = get_the_title();
$thumbnail = get_thumbnail( $width, $height, $classtext, $titletext, $titletext, false, 'Blogimage' );
$thumb = $thumbnail["thumb"];
?>
E ainda assim não consigo centralizar esse conteúdo, estou a ponto de desistir, help!
Bom dia Dioney!
Cara, muito obrigado, era exatamente isso que eu precisava, nunca tinha reparado nisso, muito obrigado mesmo!