ayuda no aparece imagen de post en las entradas
-
hola alguienme puedes ayudar a editar mi theme no se que pasa pero cuando posteo un post en mi web no aparece la imagen en las entradas del post esta es mi web «www.identi.biz»
este es el codigo de mi index.php de mi theme
<?php $options = get_option(‘ribbon’); ?>
<?php get_header(); ?>
<div id=»page»>
<div class=»content»>
<article class=»article»>
<div id=»content_box» class=»home_page»>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=»post excerpt <?php echo (++$j % 2 == 0) ? ‘last’ : »; ?>»>
<div class=»post-date-ribbon»><div class=»corner»></div><?php the_time(‘d M Y’); ?></div>
<header>
<h2 class=»title»>
» title=»<?php the_title(); ?>» rel=»bookmark»><?php the_title(); ?>
</h2>
<div class=»post-info»>
<div class=»author_mt hp_meta»><span class=»mt_icon»> </span><?php _e(‘Por ‘,’mythemeshop’); ?><?php the_author_posts_link(); ?></div>
<div class=»cat_mt hp_meta»><span class=»mt_icon»> </span><?php the_category(‘, ‘); ?></div>
<div class=»comment_mt hp_meta»><span class=»mt_icon»> </span> «><?php comments_number(‘ 0 Comentarios’,’ 1 Comment’,’ % Comments’); ?></div>
</div>
</header><!–.header–>
» 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 } ?>
<div class=»post-content image-caption-format-1″>
<?php echo excerpt(56);?>
</div>
<div class=»readMore»>» title=»<?php the_title(); ?>» rel=»bookmark»><?php _e(‘Leer Mas’,’mythemeshop’); ?></div>
</div><!–.post excerpt–>
<?php endwhile; else: ?>
<div class=»post excerpt»>
<div class=»no-results»>
<p><?php _e(‘There has been an error.’, ‘mythemeshop’); ?></p>
<p><?php _e(‘We apologize for any inconvenience, please hit back on your browser or use the search form below.’, ‘mythemeshop’); ?></p>
<?php get_search_form(); ?>
</div><!–noResults–>
</div>
<?php endif; ?>
<?php if ($options[‘mts_pagenavigation’] == ‘1’) { ?>
<?php pagination($additional_loop->max_num_pages);?>
<?php } else { ?>
<div class=»pnavigation2″>
<div class=»nav-previous»><?php next_posts_link( __( ‘← ‘.’Older posts’, ‘mythemeshop’ ) ); ?></div>
<div class=»nav-next»><?php previous_posts_link( __( ‘Newer posts’.’ →’, ‘mythemeshop’ ) ); ?></div>
</div>
<?php } ?>
</div>
</article>
<?php get_sidebar(); ?>
<?php get_footer(); ?>espero me puedan ayudar
-
Hola. Por cuarta vez: lo siento pero no estás en el buen foro, ya que tu blog funciona con WordPress (sin estar alojado por WordPress.com).
Por favor lee atentamente el mensaje importante de la portada. Allí está indicado el enlace hacia el foro donde debes preguntar. Gracias.
https://es.forums.wordpress.com/topic/mensaje-importante-leer-antes-de-utilizar-los-foros-1?replies=1 (primer punto)
- El debate ‘ayuda no aparece imagen de post en las entradas’ está cerrado y no admite más respuestas.