Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
12 views

Copy Site from Online to Local Host Using MAMP Pro & Back-Up Buddy Plugin

I'm a newbie and need explicit instructions on how to download my online site using Back-Up Buddy Plug-in to my Mac with MAMP Pro. Then, after changes, upload from my MAMP back to online server. Any ...
0
votes
2answers
29 views

Divert traffic when site down

Any bright ideas on how to fallback to an HTML page "Website Offline" when the main box holding the Wordpress multi-site is down? Real scenario; fully operational SAAS built on cloud vps. Cloud VPS ...
2
votes
2answers
139 views

Is there a maintenance mode in Wordpress core?

If I want to put a Wordpress (3.2.1) site into Maintenance mode, is it still necessary to use a plugin? If so, is this a good option?
0
votes
2answers
83 views

Shortcodes dont work online

i created some shortcodes which i have include into functions.php This is the shortcode.php code i have used: // alert box function alertBox($atts, $content = null) { ...
3
votes
1answer
401 views

Writing a cache manifest file for a WordPress blog (app cache, offline web applications)

I'm wondering if anyone has implemented Offline Web Applications from HTML5 in a WordPress blog? When you write a manifest file, all files must be accounted for, thought you can specify the wildcard ...
1
vote
1answer
78 views

How deactivate the http-api

give it an tipp or solution for deactivate the method request() in class WP_Http_Streams? I use WordPress also on offline-servers and have wp_debug true for development and tests. But i have many ...