khokon53 3 years ago |
I want to set 3 post limit in mobile version and set 6 post limit in pc version on post lister? how can i do this?
comment |
Recent Comments (3)
francisco | 3 years ago |
Oh man, you should have just said what you wanted to do. 😅
First of all, this cannot be done using media queries (not the way you want).
In the Post Lister Configs, type the following:
<LIMIT>:VAR(DEVICE).IFEQ(Mobile).THEN(3).ELSE(6);</LIMIT>
And that's it. Let me know if it worked or not.
reply |