kaiquemix 1 Denunciar post Postado Setembro 17, 2015 Olá pessoal, boa tarde. Estou criando um blog wordpress e to tentando retirar a descrição do CONTENT e deixa só titulo e imagem. Porem no meu index só tem isso: <article id="post-<?php the_ID(); ?>" <?php post_class( 'cf' ); ?> role="article"> <header class="article-header"> <h1 class="h2 entry-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h1> </header> <section class="entry-content cf"> <?php the_content(); ?> </section> </article> A descrição e imagem estão nessa parte: <section class="entry-content cf"> <?php the_content(); ?> </section> Não acho onde eu posso retirar esse texto. HEEEELP Compartilhar este post Link para o post Compartilhar em outros sites
rudemberg 0 Denunciar post Postado Setembro 21, 2015 poderia tirar o <?php the_content(); ?> e adicionar o the post thumbnail. da uma olhada aqui. https://codex.wordpress.org/Function_Reference/the_post_thumbnail http://wptotal.com.br/trabalhando-com-thumbnail-wordpress/ Compartilhar este post Link para o post Compartilhar em outros sites
Ted k' 126 Denunciar post Postado Setembro 23, 2015 O post thumbnail só vai funcionar se colocar a imagem como destaque, e não incorporada ao post. Compartilhar este post Link para o post Compartilhar em outros sites