Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • I managed to solve the problem by replacing the line above. Thank you Frank: D

    Thread Starter Eduardo Sully

    (@eduardosullybr)

    Hello René,

    Excuse Me.
    I’m using the plugin on the site https://goo.gl/St7yxI and is not counting the amount of shares when share. Will I left to do some configuration?

    Necessary that the fixed posts do not appear in other posts general.

    I have a normal loop:

    <!-- article - news -->
    	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    
    		<!-- post thumbnail -->
    		<?php if ( has_post_thumbnail()) : // Check if thumbnail exists ?>
    			<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
    				<?php the_post_thumbnail(array(120,120)); // Declare pixel size you need inside the array ?>
    			</a>
    		<?php endif; ?>
    		<!-- /post thumbnail -->
    
    		<!-- categoria -->
                <div class="categoria-home">
                	<p><?php the_category(''); ?></p>
                </div>
    		<!-- /categoria -->
    
    		<!-- post title -->
    		<h2>
    			<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
    		</h2>
    		<!-- /post title -->
    
    	</article>
    	<!-- /article - news -->

    How do I fixed the posts do not appear in general posts?

    I really need help!!

    Thank you.
    Hugs, Sully.

    Eu tenho um loop normal:

    <!-- article - noticias -->
    	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    
    		<!-- post thumbnail -->
    		<?php if ( has_post_thumbnail()) : // Check if thumbnail exists ?>
    			<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
    				<?php the_post_thumbnail(array(120,120)); // Declare pixel size you need inside the array ?>
    			</a>
    		<?php endif; ?>
    		<!-- /post thumbnail -->
    
    		<!-- categoria -->
                <div class="categoria-home">
                	<p><?php the_category(''); ?></p>
                </div>
    		<!-- /categoria -->
    
    		<!-- post title -->
    		<h2>
    			<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
    		</h2>
    		<!-- /post title -->
    
    	</article>
    	<!-- /article - noticias -->

    Como fa?o para os posts fixos n?o aparecerem nos posts gerais?

    Preciso muito da ajuda!!!

    Obrigado.
    Abra?os, Sully.

Viewing 5 replies - 1 through 5 (of 5 total)