• Hello,
    I created a wordpress 3.51 theme and have a configuration page where I can set up colors etc.

    Now I want to make a mobile theme. I know that there are plugins to redirect mobile user or to create mobile themes from regular themes. But that is not what I need.

    I want to kind of have my mobile theme inside the regular theme. So when I create a site with my theme it automaticly makes the site with e configurations available for mobile user.

    I hope I could make clear what I mean. I find it a little difficult to explain.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m not totally sure what you mean, but generally, the way to do that is to use media queries in the CSS to control the page/layout display on various size devices. You can look at many other “current” themes to see how this is done.

    Thread Starter alemao85

    (@alemao85)

    Let’s assume that I have a theme with theme options where I can choose a color.
    My main theme now shows the website with all pages an everything in this color.

    Now, when a mobile user comes I want to show a very vey simple layout. Without menu, no contact form, differente call to actions. Its a differente “theme” but I want to use the same theme options (in this case the color) from the main page.

    Of course I could create a seperate site in WP with a mobile theme and use a mobile redirect plugin. I want this all integrated in one theme only.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Mobile and regular theme in one theme’ is closed to new replies.