chriswp06
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Loop Ajax] Limit post numberSorry i just saw where it is 😉
Thanks
Forum: Plugins
In reply to: [Post Loop Ajax] Limit post numberHello,
It’s perfect with new version 😉
Is it possible to hide the pagination, to use only next and prev?
Thanks.
Forum: Plugins
In reply to: [Post Loop Ajax] Limit post numberHello,
showposts doesn’t work ??
{
“orderby”:”date”,
“showposts”:”2″,
“order”:”ASC”
}Thanks
Forum: Plugins
In reply to: [Ajax Dropdowns] Filter by CategoryFilter by categorie, yes !!
Hello,
I try but doesn’t work.
I put “show on checked pages” 01 and 75But 2 widgets appear in http://localhost/logic/01/test-article/ and http://localhost/logic/75/test-article/
Thanks
Forum: Plugins
In reply to: [Widget Logic] Eval codeHello,
Thanks for this answers.
How do you do when you have an item in multiple categories??
What is the code to use ??
Thanks
Forum: Plugins
In reply to: [Widget Logic] Eval codeIt’s possible to do :
(is_single() && in_category(‘972’)) || (is_single() && !in_category(‘11’))
or
(is_single() && in_category(‘972’)) && !in_category(‘11’))
or other ?
Thanks
Forum: Plugins
In reply to: [Widget Logic] Eval codeIs the Display logic errors to admin box in the back office can help me find errors?
Forum: Plugins
In reply to: [Widget Logic] Eval codeHello,
I also put this code :
(is_single() && in_category(972))Not
(is_single() && in_category(‘972’))Would that come from there?
Forum: Plugins
In reply to: [Widget Logic] Eval codeYes 5.7.2
Forum: Plugins
In reply to: [Widget Logic] Eval codeHello,
Exemple Snippet :
is_category( array( 972, ‘dossiers-football-972’, ‘interviews-football-972’ , ‘portraits-football-972’, ‘a-la-une-football-972’, ‘actualites-football-972’) ) || (is_single() && in_category(‘972’))
Thanks