Forums
(@chriswp06)
7 years, 9 months ago
Sorry i just saw where it is ??
Thanks
Hello,
It’s perfect with new version ??
Is it possible to hide the pagination, to use only next and prev?
Thanks.
showposts doesn’t work ??
{ “orderby”:”date”, “showposts”:”2″, “order”:”ASC” }
8 years ago
Filter by categorie, yes !!
I try but doesn’t work. I put “show on checked pages” 01 and 75
But 2 widgets appear in https://localhost/logic/01/test-article/ and https://localhost/logic/75/test-article/
8 years, 1 month ago
Thanks for this answers.
How do you do when you have an item in multiple categories??
What is the code to use ??
It’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 ?
Is the Display logic errors to admin box in the back office can help me find errors?
I also put this code : (is_single() && in_category(972))
Not (is_single() && in_category(‘972’))
Would that come from there?
Yes 5.7.2
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’))