The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
453 views

Responsive Theme Design: how have slideshow on desktops/tablets and static photo on mobile using same template?

I am building my first responsive WP site with my own custom WP Theme. The primary templates are part fluid, part fixed. This enabled me to create only 3 "versions", a desktop, tablet and mobile ...
0
votes
1answer
22 views

Change function in responsive theme

I have this code on my header: $rPosts->query('showposts=3&cat=2174'); But I want to show 4 posts on desktop and 2-3 on mobile. In CSS I could use @mediaqueries, could I use something like ...