Respostas no Fórum

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

    (@felipedario)

    Sim, está com 0 comentários, mas há 1 trackback para um post alheio.

    Vou colar o single.php abaixo.

    <?php get_header() ?>
    
    	<div id="container">
    		<div id="content">
    
    <?php the_post(); ?>
    			<div id="nav-above" class="navigation">
    				<div class="nav-previous"><?php previous_post_link('%link', '<span class="meta-nav">&laquo;</span>') ?></div>
    				<div class="nav-next"><?php next_post_link('%link', '<span class="meta-nav">&raquo;</span>') ?></div>
    			</div>
    
    			<div id="post-<?php the_ID(); ?>" class="<?php sandbox_post_class(); ?>">
    
    <div class="full-photo">
    <?php the_post_image('large'); ?>
    </div>	
    
    <h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
    
    				<div class="entry-content">
    <?php the_content(); ?>
    <?php wp_link_pages('before=<div class="page-link">' .__('Pages:', 'sandbox') . '&after=</div>') ?>
    				</div>
    				<div class="entry-meta">
    
    <p>Escrito por <strong><?php the_author_posts_link(); ?></strong> em <?php the_date('d M Y'); ?></p>	
    
    <p><?php the_tags('Tags: ', ', ', '.'); ?></p>		
    
    <p>Categorias: <?php the_category(', '); ?>.</p>	
    
    <p><?php edit_post_link(__('Edit', 'sandbox'), "\n\t\t\t\t\t<span class=\"edit-link\">", "</span>"); ?></p>
    
    <iframe src="http://www.facebook.com/plugins/likebox.php?id=128034543906804&width=250&connections=8&stream=false&header=false&height=255" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:250px; height:255px;" allowTransparency="true"></iframe> <br /><br />
    
    <?php get_sidebar() ?>
    
    				</div>
    			</div><!-- .post -->
    
    			<div id="nav-below" class="navigation">
    
    		<?php
    			$previouspost = get_previous_post($in_same_cat, $excluded_categories);
    
    			if ($previouspost != null) {
    
    			echo '<div class="nav-previous">';
    			previous_post_link('<h3>Mais antigo: %link</h3>');
    			echo '<div class="nav-excerpt"><p>';
    			previous_post_excerpt();
    			echo '</p></div></div>';
    			 } ?>
    
    				<?php
    			$nextpost = get_next_post($in_same_cat, $excluded_categories);
    
    			if ($nextpost != null) {
    
    			echo '<div class="nav-next">';
    			next_post_link('<h3>Mais recente: %link</h3>');
    			echo '<div class="nav-excerpt"><p>';
    			next_post_excerpt();
    			echo '</p></div></div>';
    			 } ?>
    
    </div><!-- #nav-below -->
    
    <?php comments_template(); ?>
    
    </div><!-- #content -->
    </div><!-- #container -->
    
    <?php get_footer() ?>
    Criador do tópico felipedario

    (@felipedario)

    Francis, obrigado pela ajuda!

    Desativei todos os plugins exceto o do disqus, mas o problema continua aparecendo. Veja nas reactions do post mais recente http://www.heavyyy.com/estrangeiro-poema-leo-araujo/

Visualizando 2 respostas - 1 até 2 (de um total de 2)