I want to make a different front-page and show it to the mobile user, instead of the one used on desktop.
In detail, right now we have set our site to show desktop-front-page to user, when he lands on www.domain.com. Now, I want to make a different front-page (mobile-front-page) which can be served to the user coming from mobile. Is that possible? Any ideas?
PS. I looked into wp_is_mobile() but that seems to send mobile user to a URL you specify. What I actually need is that user should land (and remain) on www.domain.com, but instead of the desktop-front-page, the mobile-front-page should be served.