Respostas no Fórum

Visualizando 2 respostas - 1 até 2 (de um total de 2)
  • Criador do tópico rafacost

    (@rafacost)

    EU esqueci de dizer…
    realmente na postagem, quando eu vou publicar um post,
    aparece aa opção de fixar o post na página inicial,
    já marquei está opção! Mas não adiante!!!
    Veja o link:
    site.brindesgratis.com

    Criador do tópico rafacost

    (@rafacost)

    Olá Myst1010,
    só existe um local de editar o post que é esse:
    Você poderia me dizer onde eu devo configurar? Sou leigo,
    e não entendo nada de configuração no wordpress.org!
    Me ajuda…

    <?php get_header(); ?>
    <div class="home fix">
      <div class="main">
        <div class="fix">
          <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
      			<div class="post single fix" id="post-<?php the_ID(); ?>">
      			  <h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title() ?></a></h2>
      			  <div class="postMeta">
                  <span class="comments"><a href="#comments"><?php comments_number('No comments', '1 comment', '% comments' );?></a></span>
                  <span class="date"> // <?php the_time('M jS, Y') ?> // <?php the_category(', ') ?></span>
                  </div>
    
                  <div class="entry">
      					<?php the_content('<p>Read the rest of this entry &raquo;</p>'); ?>
      					<br />
    
      				</div>
    
      			</div>
      		<?php endwhile; else : ?>
      		<?php endif; ?>
      	</div>
      </div>
    
               <div class="sidebarwrapper">
               <?php include (TEMPLATEPATH . '/left.php'); ?>
               <?php include (TEMPLATEPATH . '/right.php'); ?>
               </div>
    
    </div>
    
    <?php comments_template(); ?>
    <?php include (TEMPLATEPATH . '/ancillary.php'); ?>
    <?php get_footer(); ?>
Visualizando 2 respostas - 1 até 2 (de um total de 2)