• Olá galera estou querendo tirar a descrição de um post da pagina inicial do meu blog, para ficar apenas o TITULO e uma IMAGEM.

    <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>
Visualizando 9 respostas - 1 até 9 (de um total de 9)
Visualizando 9 respostas - 1 até 9 (de um total de 9)

O tópico ‘Retirar Descrição de um Post do Index – eddiemachado-bones-cfbfb62’ está fechado para novas respostas.