This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

404 error – carrot

Description

Custom 404 error carrot page is an Internet art project. It puts an image of bunch carrots on your 404 error page which is only seen when someone reaches nonexistent page anyway.
The goal of this project is light weight advertisement for vegetables ;),
more about this project on http://404-carrot.org/wordpress-plugin . Even though the plug-in is easily installable you have to touch your template folder as well. Put this code into 404.php page in your template folder if (function_exists('funct_404_error_carrot')) funct_404_error_carrot();.

Installation

This section describes how to install the plugin and get it working.

  1. Download it from http://404-carrot.org or from WordPress plugin directory https://wordpress.org/extend/plugins/404-error-carrot/.
  2. Once you activate the plug-in.
  3. Go to your current template folder (wp-content/themes/your-template/) and put the following piece of PHP code into the 404.php file if (function_exists('funct_404_error_carrot')) funct_404_error_carrot();. (If the 404.php doesn’t exists then create it your self. The best put in to the 404.php file also the header, sidebar, and footer as well. Then the page will looks the same as your regular page but the information of nonexistent content with a carrot on the top :))

FAQ

If you have any questions go to http://404-carrot.org/wordpress-plugin

Reviews

There are no reviews for this plugin.

Contributors & Developers

“404 error – carrot” is open source software. The following people have contributed to this plugin.

Contributors

Translate “404 error – carrot” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.9

  • inicialization.