WP Manifestindependent plugin directory
manifest / utilities / random_404_page

Random 404 page

WordPress plugin to generate a 404 page randomly

by Nicolas Jamar · github.com/nicolasjamar/random_404_page · website

0stars
23composer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/nicolasjamar/random_404_page/archive/refs/heads/master.zip

Also on Packagist as nicolasjamar/random_404_page:

composer require nicolasjamar/random_404_page

From the readme

Random 404 page - Contributors: @monsieurjamar - Donate link: https://github.com/NicolasJamar - Tags: comments, spam - Requires at least: 3.0.1 - Tested up to: 3.4 - Stable tag: 4.3 - License: GPLv2 or later - License URI: http://www.gnu.org/licenses/gpl-2.0.html A very simple plugin for WordPress to generate a random 404 page. Installation This section describes how to install the plugin and get it working. e.g. 1. Upload random404page.php to the /wp-content/plugins/ directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Place in your templates How to use it ? In your WordPress theme, you have to create a folder 404-templates and inside add folders template-1 with your 404 pages. Frequently Asked Questions An answer to that question. Answer to foo bar dilemma. 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets directory take precedence. For example, /assets/screenshot-1.png would win over /tags/4.3/screenshot-1.png (or jpg, jpeg, gif). 2. This is the second scree

Read the full README on GitHub →