How-to add rewrite rules to point the uploads folder to a subdomain

The goal Point the upload-folder to a static subdomain to serve adaptive images, that can get cached. WordPress Rewrite Rules You can read more in detail about rewrite rules API at Christopher Davis site. The how-to on adaptive-images.php Those are the steps needed (just to make the Q complete): The HTML starts to load in … Read more

How can I have two different urls for the same page that load two different templates?

I have the following page: http://liquidchurch.com/messages/ It appears fine on desktop and mobile web. I’m working on a mobile app and using a web view to encapsulate the page within the app. Problem is I don’t want the header/footer to be part of the page when it is viewed in the mobile app, but I … Read more

How-to make the admin area mobile friendly [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7 years ago. Improve this question Currently the admin-UI is a no-go for mobile browsers. Therefore I’m searching for a plugin that makes the back-end/admin-UI accessible and … Read more

wordpress json custom taxonomy problem

I created 1 custom post type with 2 custom taxonomy. Installed http://wordpress.org/extend/plugins/json-api/ and tried to reach result with: http://example.com/api/get_recent_posts?dev=1&post_type=myposttype well it gives me custom posts but not giving those post’s custom taxonomies “categories”: [], “tags”: [], How can i query custom taxonomies with json api? Actually i am trying to create a simple iphone app … Read more

WP Multisite: load content from site X on site Y

I’m running a WP multisite-network on my professional website (http://mydomain.com). I’d like to play around with jQuery Mobile and deliver a different website and web experience to mobile users, so I created another site in this network on http://m.mydomain.com. On the main (desktop) WP site, I created a “project” content type to sort my professional … Read more