Plugin info

Total downloads: 9,117
Active installs: 30
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 3
Last updated: 9/26/2017 (3018 days ago)
Added to WordPress: 9/26/2017 (8 years old)
Minimum WordPress version: 4.7
Tested up to WordPress version: 4.8.27
Minimum PHP version: 5.2

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3018 days ago

20/100

Is Redirect Front-end to Login | Headless WP abandoned?

Possibly abandoned (last update 3018 days ago).

Compatibility

Requires WordPress: 4.7
Tested up to: 4.8.27
Requires PHP: 5.2

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Custom Error Pages
Rating 5.0/5 (12 reviews)Active installs 700

Description

Using WordPress entirely as a CMS (a Headless WordPress) is a plausible option for people building web apps using technologies such as React JS or Angular JS to entirely build their front-end.

Doing this, the front-end (e.g. built with React) becomes decoupled from the back-end (e.g. WordPress). Since WordPress is being used strictly to manage and serve the content via REST API, the WP front-end becomes unusable and unnecessary – hence the term “headless WordPress”.

This plugin essentially removes the front-end of WordPress.

Note that the REST API, and other non-front-end stuff should work as normal.

Features

  • No settings page
  • Allows backend access
  • Allows REST API endpoints
  • Redirects (403 Forbidden) all front-end pages to the login page

Installation

  1. Head over to Plugins > Add New in the admin
  2. Search for “Headless WP”
  3. Install & activate the plugin
  4. Now your entire front-end (aside from the login page) will become inaccessible.

Frequently Asked Questions

Installation Instructions

  1. Head over to Plugins > Add New in the admin
  2. Search for “Headless WP”
  3. Install & activate the plugin
  4. Now your entire front-end (aside from the login page) will become inaccessible.

How do I use WordPress with React?

J.C. Hiatt has an awesome post about it in Medium: Headless WordPress with React

What is React JS?

I learned React from an article by Per Harald Borgen in Medium called Learn React.JS in 8 Minutes

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

v1.0

  • Initial release