Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I have a site setup with content, themes, plugins, and modified code.

However, I want a mobile version.

I googled this and it looked like there use to be plugins that helped with this, but it seems most have been dis-continued.

Is there a strategy for making a site mobile?

share|improve this question
Do you want the mobile version to be available on separate domain ? like m.foobar.com – amit Sep 29 '12 at 20:11
It doesn't matter...what ever is easiest. – Hiro Protagonist Sep 30 '12 at 18:20

closed as not constructive by Michael, Brian Fegter, kaiser, Chris_O, Rarst Oct 1 '12 at 19:29

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

up vote 3 down vote accepted

You have 3 choices

  1. choose a Responsive Theme for your site (Responsive adapts for different screen sizes)
  2. choose a plugin (such as WPTouchPro - which is both plugin and theme)
  3. build a second site which you access at m.example.com, this duplicates all the content and has its own theme

... there is a 4th option ... being polite... there are dozens of great books and websites about WordPress & Mobile Web Development like this one from Wrox

share|improve this answer
if you are bored and want to list the pros and cons of each?...I would think responsive's adaptable theme would be the easiest. – Hiro Protagonist Oct 3 '12 at 0:25
that would be totally subjective :) responsive is great but the downside is you have no control over the theme and how it responds. With Plugin its a mix of both :) – Damien Oct 3 '12 at 20:48
4th option is building natively...for the iPhone this would be a Objective C Application. – Hiro Protagonist Oct 4 '12 at 20:16
Did you get credit for the answer? – Hiro Protagonist Oct 4 '12 at 20:16
I have thank you :) – Damien Oct 8 '12 at 10:00

Not the answer you're looking for? Browse other questions tagged or ask your own question.