Foros del Web » Creando para Internet » Sistemas de gestión de contenidos » WordPress »

[SOLUCIONADO] Modificar portada

Estas en el tema de Modificar portada en el foro de WordPress en Foros del Web. Estimados. Estoy trabajando este theme de Wordpress: Point En la parte superior me muestra los primeros tres post y luego los repite abajo en la ...
  #1 (permalink)  
Antiguo 28/10/2015, 14:27
Avatar de admoro  
Fecha de Ingreso: agosto-2005
Ubicación: Prov. de Bs As. Argentina
Mensajes: 435
Antigüedad: 18 años, 7 meses
Puntos: 3
Pregunta Modificar portada

Estimados. Estoy trabajando este theme de Wordpress: Point
En la parte superior me muestra los primeros tres post y luego los repite abajo en la columna principal.
Quisiera eliminar los tres de arriba como muestro en la imagen. Les dejo el código
Lo he intentado y fracasado dada mi inexperiencia
Desde ya muchas gracias!


http://imgur.com/MxUI97N



Cita:
<?php $mts_options = get_option('point'); ?>
<?php get_header(); ?>
<div id="page" class="home-page">
<div class="content">
<div class="article">

<?php $j=0; $i =0; if (have_posts()) : while (have_posts()) : the_post(); ?>
<article class="<?php echo 'pexcerpt'.$i++?> post excerpt <?php echo (++$j % 2 == 0) ? 'last' : ''; ?>">

<?php if (empty($mts_options['mts_full_posts'])) : ?>
<?php if ( has_post_thumbnail() ) { ?>
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" rel="nofollow" id="featured-thumbnail">
<?php echo '<div class="featured-thumbnail">'; the_post_thumbnail('featured',array('title' => '')); echo '</div>'; ?>
<div class="featured-cat"><?php $category = get_the_category(); echo $category[0]->cat_name; ?></div>
<?php if (function_exists('wp_review_show_total')) wp_review_show_total(true, 'latestPost-review-wrapper'); ?>
</a>
<?php } else { ?>






<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" rel="nofollow" id="featured-thumbnail">
<div class="featured-thumbnail">
<img src="<?php echo get_template_directory_uri(); ?>/images/nothumb.png" class="attachment-featured wp-post-image" alt="<?php the_title(); ?>">
</div>
<div class="featured-cat"><?php $category = get_the_category(); echo $category[0]->cat_name; ?></div>
<?php if (function_exists('wp_review_show_total')) wp_review_show_total(true, 'latestPost-review-wrapper'); ?>
</a>
<?php } ?>
<?php endif; ?>
<header>
<h2 class="title">
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" rel="bookmark"><?php the_title(); ?></a>
</h2>
<div class="post-info"><span class="theauthor"><span class="thetime"><?php the_time( get_option( 'date_format' ) ); ?></span></div>

</header><!--.header-->
<?php if (empty($mts_options['mts_full_posts'])) : ?>
<div class="post-content image-caption-format-1">
<?php echo mts_excerpt(50);?> […]
</div>
<span class="readMore"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" rel="nofollow"><?php _e('Completo','mythemeshop'); ?></a></span>
<?php else : ?>
<div class="post-content image-caption-format-1 full-post">
<?php the_content(); ?>
</div>
<?php if (mts_post_has_moretag()) : ?>
<span class="readMore"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" rel="nofollow"><?php _e('Completo','mythemeshop'); ?></a></span>
<?php endif; ?>
<?php endif; ?>
</article>
<?php endwhile; else: ?>
<div class="no-results">
<h5><?php _e('No results found. We apologize for any inconvenience, please hit back on your browser or use the search form below.', 'mythemeshop'); ?></h5>
<?php get_search_form(); ?>
</div><!--noResults-->
<?php endif; ?>
<!--Start Pagination-->
<?php if ( isset($mts_options['mts_pagenavigation']) && $mts_options['mts_pagenavigation'] == '1' ) { ?>
<?php $additional_loop = 0; global $additional_loop; mts_pagination($additional_loop['max_num_pages']); ?>
<?php } else { ?>
<div class="pagination">
<ul>
<li class="nav-previous"><?php next_posts_link( __( '&larr; '.'Más Noticias ', 'mythemeshop' ) ); ?></li>
<li class="nav-next"><?php previous_posts_link( __( 'Newer posts'.' &rarr;', 'mythemeshop' ) ); ?></li>
</ul>
</div>
<?php } wp_reset_query(); ?>
<!--End Pagination-->
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
  #2 (permalink)  
Antiguo 29/10/2015, 07:14
Avatar de admoro  
Fecha de Ingreso: agosto-2005
Ubicación: Prov. de Bs As. Argentina
Mensajes: 435
Antigüedad: 18 años, 7 meses
Puntos: 3
Respuesta: Modificar portada

Solucionado, el asunto estaba en el "header", no en el index
Saludos

Etiquetas: modificar, php, portada, post, theme
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 00:06.