gerardoMx
Zeta
Verificación en dos pasos activada
Verificado por Whatsapp
{
height:100px;
width:100px;
}
.wp-post-image { float: left }
.advanced-recent-posts .wp-post-image { min-width: 65px }
.featured-thumbnail {
max-width: 580px;
float: none;
width: 100%;
}
#featured-thumbnail {
float: left;
max-width: 150px;
width: 22%;
padding-right: 1.7em;
}
.home_page .featured-thumbnail { max-width: 150px }
.featured-thumbnail img {
margin-bottom: 0;
width: 100%;
margin-top: 5px;
}
.wp-post-image { float: left }
.advanced-recent-posts .wp-post-image { min-width: 200px }
.featured-thumbnail {
max-width: 200px;
max-height: 200px;
float: none;
width: 100%;
}
#featured-thumbnail {
float: left;
max-width: 200px;
max-height: 200px;
width: 100%;
padding-right: 1.7em;
}
.home_page .featured-thumbnail { max-width: 200px }
.featured-thumbnail img {
margin-bottom: 0;
max-width: 200px;
max-height: 200px;
width: 100%;
margin-top: 5px;
.wp-post-image { float: left }
.advanced-recent-posts .wp-post-image { min-width: 200px }
.featured-thumbnail {
width: 200px;
height: 200px;
float: none;
}
#featured-thumbnail {
float: left;
width: 200px;
height: 200px;
padding-right: 1.7em;
}
.home_page .featured-thumbnail { max-width: 200px }
.featured-thumbnail img {
margin-bottom: 0;
width: 200px;
height: 200px;
margin-top: 5px;
.wp-post-image { float: left }
.advanced-recent-posts .wp-post-image { min-width: 300px }
.featured-thumbnail {
width: 300px;
height: 150px;
float: none;
}
#featured-thumbnail {
float: left;
width: 300px;
height: 150px;
padding-right: 1.7em;
}
.home_page .featured-thumbnail { max-width: 300px }
.featured-thumbnail img {
margin-bottom: 0;
width: 300px;
height: 150px;
margin-top: 5px;
/*-----------------------------------------------------------------------------------*/
/* Post Thumbnail Support
/*-----------------------------------------------------------------------------------*/
if ( function_exists( 'add_theme_support' ) ) {
add_theme_support( 'post-thumbnails' );
set_post_thumbnail_size( 300, 150, true );
add_image_size( 'featured', 300, 150, true ); //featured
add_image_size( 'related', 300, 150, true ); //related
}
/*-----------------------------------------------------------------------------------*/
lo unico que encontre fue estoTe falto mostrar la parte del loop que genera la ultima imagen.
</header><!--.header-->
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" rel="nofollow" id="featured-thumbnail">
<?php if ( has_post_thumbnail() ) { ?>
<?php echo '<div class="featured-thumbnail">'; the_post_thumbnail('featured',array('title' => '')); echo '</div>'; ?>
<?php } ?>
</a>
Utilizamos cookies y tecnologías similares para los siguientes fines:
¿Aceptas las cookies y estas tecnologías?
Utilizamos cookies y tecnologías similares para los siguientes fines:
¿Aceptas las cookies y estas tecnologías?