Eduardo Sully
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Adminimize] Error Array in adminimize 1.10.4I managed to solve the problem by replacing the line above. Thank you Frank: D
Forum: Reviews
In reply to: [MashShare - Social Media Share Buttons, Social Share Icons] ótimo PluginHello 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?Forum: Fixing WordPress
In reply to: 5 recent posts for each category in front pageNecessary that the fixed posts do not appear in other posts general.
Forum: Fixing WordPress
In reply to: 5 recent posts for each category in front pageI 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.Forum: Fixing WordPress
In reply to: 5 recent posts for each category in front pageEu 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)