Fabiano Spada
Forum Replies Created
-
Forum: Plugins
In reply to: [PagSeguro Parceled for WooCommerce] Erro na instala??oEu também tive esse mesmo problema, descobri que é algo com a vers?o do PHP, mas n?o sei ainda a solu??o.
Fico no aguardo…Forum: Plugins
In reply to: [WP Bannerize Pro] Not ActiveI was able to update php7.
Pluguin tivo.
Thanks a lot for the help.Forum: Plugins
In reply to: [WP Bannerize Pro] Not Active.
- This reply was modified 8 years, 3 months ago by Fabiano Spada.
Forum: Plugins
In reply to: [WP Bannerize Pro] Not ActiveHi gfazioli,
Thanks for responding.My hosting is shared, i can not do php update.
Do you have another solution?Tanks
Forum: Plugins
In reply to: [Responsive videos - Fitvids] Not workingGreat plugin, easy to use, just wonderful. Thank you.
Forum: Plugins
In reply to: [WP-PageNavi] [Plugin: WP-PageNavi] wp navi in my scheduleKakajoe:
I’m having the same problem. Do not sleep at 3 days, trying to solve it. you got?
<?php query_posts( array( 'category' => basename(get_permalink()), 'post_status' => 'publish,future', 'paged' => get_query_var('paged') ) ); if(have_posts()): while(have_posts()): the_post(); ?> <h2><?php the_title(); ?></h2> <p><?php the_time('d/m/Y H:i');?></p> <hr /> <?php endwhile; else: endif; ?> <?php wp_pagenavi(); wp_reset_query(); ?>
When doing a query using ‘post_status’ => ‘future’, shows all pages, but only navigates to page 2.
posts per page
https://actmob.com/template100/?cat=3all posts
https://actmob.com/template100/?cat=7Scribu .. help me please
My English is not good so I turn to translate.google.com.br
I have a problem and I can not solve.When doing a query using ‘post_status’ => ‘future’, shows all pages, but only navigates to page 2.
posts per page
https://actmob.com/template100/?cat=3all posts
https://actmob.com/template100/?cat=7code:
<?php query_posts( array( 'category' => basename(get_permalink()), 'post_status' => 'publish,future', 'paged' => get_query_var('paged') ) ); if(have_posts()): while(have_posts()): the_post(); ?> <h2><?php the_title(); ?></h2> <p><?php the_time('d/m/Y H:i');?></p> <hr /> <?php endwhile; else: endif; ?> <?php wp_pagenavi(); wp_reset_query(); ?>
Forum: Plugins
In reply to: [WP-PageNavi] [Plugin: WP-PageNavi] conflict with 'post_status' => 'future'.posts per page
https://actmob.com/template100/?cat=3all posts
https://actmob.com/template100/?cat=7