• I want to make a subdomain on my website that people will get redirected to when using phones. Thats easy enough, but how can I insert the posts from my main site to the phone-site?

    I only want the posts.

    The plan is to make a site for mobile devices where only the posts are shown.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator cubecolour

    (@numeeja)

    you could make your subdomain site pull in an rss feed of the main site’s posts – there are some plugins that can help with that. Saying that, this is possibly not the best strategy for supporting mobiles. it’s annoying to find an article you want to read & get redirected to the home page of a mobile version due to the mobile site being separate to the main site – even when the iPhone can render the main site perfectly well.

    Thread Starter tkse

    (@tkse)

    The site is coded kind of bad for smaller screens, and I don’t really want to create browser-specific CSS, so thats why I would like to do this.

    If I want to make it look good on, let’s say an iPhone, I really only have a few things I can do:

    1. Create a new design that works for both.
    2. Do what I want explained in this thread.
    3. Rewrite the code to make it work better. But I have tried so many things that I doubt just starting from scratch would help anything.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Create a page for mobile devices.’ is closed to new replies.