Offline Pages

Offline Pages plugin allows you to cache your entire WordPress site locally on iPad, iPhone, or Mac, then browse it while working offline, e.g.
in Airplane Mode or when there is no network connection available. The plugin works in tandem with Offline Pages Pro or similar app. Together they efficiently synchronize
your WordPress articles with on-device cache to provide a complete offline browsing experience for the entire site.
The plugin itself does not offer any useful functionality without the app. All it does is output a <link> element pointing to a special URL which serves XML document
with rules for synchronizing your site, e.g. /blog/wp-admin/admin-ajax.php?action=opwp_rules. The URL is ignored by any browser except Offline Pages app which uses
it as a guide to crawl the site and cache the resources according to rules contained in a document.
Rules Document
Unlike HTML5 cache manifest, Offline Pages rules documents don’t require listing every individual resource used by the website. Instead, they provide high-level
instructions only. Examples of instructions are: block or allow certain URL patterns, customize caching policy, set update frequency, or add resource dependencies
not recognizable automatically by crawler (e.g. when URLs are computed by non-trivial JavaScript expressions).
You can find rules document DTD here.
Supported WordPress Features
- Page layouts of any complexity
- Custom themes
- Caching of videos (plain HTML5 or YouTube/Vimeo embeds)
- Caching of AJAX requests
- Most public facing plugins
- Offline forms or surveys (setup required.)
Note that the plugin does NOT allow or support any admin functions, post editing or commenting while offline.
Supported Apps
The plugin works with following apps:
- Offline Pages Pro for iOS or Mac
- Offline Kiosk
- Offline Forms
- custom enterprise apps built on same platform (http://codiumlabs.com/enterprise/)
More information available can be found at plugin website (http://codiumlabs.com/offline-wordpress/).
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
- Give a name to your project
- Download the Installer Package
- Install & activate the plugin locally
- Install the suggested dependencies
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.



