GeekPress
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Pagination] Limit number of posts in a custom template post pageHi rafayama,
You can add ‘paged’ => get_query_var(‘paged’) ? get_query_var(‘paged’) : ‘1’ in your query_post
Forum: Plugins
In reply to: [Simple Pagination] Plugin is not working for "Twenty Fourteen Theme"Hi,
Sorry, but i install Simple Pagination in Twenty Fourteen and is working.
Forum: Plugins
In reply to: [Simple Pagination] Pagination on custom post type taxonomyHi,
Be careful, you use 2 custom query !
Your variable $paged, you can replace this by get_query_var( ‘paged’ ) ? get_query_var( ‘paged’ ) : 1;
Forum: Plugins
In reply to: [Simple Pagination] Pagination breaks between pages 10 and 20Hi,
This bug is fixed with Simple Pagination 2.1.6
Forum: Plugins
In reply to: [Simple Pagination] Does it work to replace wp_link_pages ?Hi,
This plugin is only for archive posts pagination or comments pagination in a post.
Forum: Plugins
In reply to: [Simple Pagination] Pagination on custom post type taxonomyHi,
Can you copy the code of your loop ?
Forum: Plugins
In reply to: [Simple Pagination] Undefined variable: dots on line 874Bonjour gverhaeg,
L’erreur devrait être résolue avec la version 2.1.5.
Merci de me confirmer que tout est bon de votre c?té ??
Forum: Plugins
In reply to: [LazyLoad Plugin – Lazy Load Images, Videos, and Iframes] div backgroundHi dreszczyk,
No, this plugin work only on thumbnails.
Forum: Plugins
In reply to: [Simple Pagination] Pagination breaks between pages 10 and 20Hi chris055,
Can you tel me your configuration ? Because I can not reproduce the bug.
Forum: Plugins
In reply to: [LazyLoad Plugin – Lazy Load Images, Videos, and Iframes] PreloaderHi Mobster,
Not yet.
I think to add a filter for allow to change the default Data-URI.
Forum: Plugins
In reply to: [Auto Redirect 404 in 301 for Trashed Posts] PHP fatal errorAnd can you tell me what you did to see the error ?
Thanks
Forum: Plugins
In reply to: [Auto Redirect 404 in 301 for Trashed Posts] PHP fatal errorHi JS Morisset,
What is your PHP version please ?
Forum: Plugins
In reply to: [Simple Pagination] Pagination breaks between pages 10 and 20Hi mkassowitz,
I just go on your site and everything works.
Have you solved your problem?
Forum: Plugins
In reply to: [Simple Pagination] Incorrect Plugin URIHi chief27,
Thank for your support, it’s fixed with the new version (2.1.4.1).
Forum: Plugins
In reply to: [Simple Pagination] Simple pagination ne fonctionne pasBonjour arnaudsylvain,
Je crois qu’il y a une mésentente sur l’utilisation du plugin. Simple pagination permet de mettre en pagination sur les pages d’archives et/ou une pagination pour la liste des commentaires sur un article.
Quand vous êtes sur la page d’un article, il n’est pas possible d’ajouter une pagination ??