Title: [Plugin: Mudslide Custom Errors] How do I create an error.php file?
Last modified: August 20, 2016

---

# [Plugin: Mudslide Custom Errors] How do I create an error.php file?

 *  Resolved [farrelldoc](https://wordpress.org/support/users/farrelldoc/)
 * (@farrelldoc)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-mudslide-custom-errors-how-do-i-create-an-errorphp-file/)
 * Do you know of a tutorial or example of how to create an error.php file? I’ve
   searched everywhere and can’t find one. I can only find how to create a custom
   404 page.
 * Thanks,
    Karen
 * [http://wordpress.org/extend/plugins/mudslide-error-pages/](http://wordpress.org/extend/plugins/mudslide-error-pages/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [farrelldoc](https://wordpress.org/support/users/farrelldoc/)
 * (@farrelldoc)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-mudslide-custom-errors-how-do-i-create-an-errorphp-file/#post-2193858)
 * Someone else showed me how to do this. I think. The plugin is not working, so
   I don’t know if I did it correctly, but I will start another post about that.
 * For anyone else, here is the code:
 *     ```
       <?php
       echo '<br>' . $title;
       echo '<br>' . $message;
       ?>
       ```
   
 *  [luchtspin](https://wordpress.org/support/users/luchtspin/)
 * (@luchtspin)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-mudslide-custom-errors-how-do-i-create-an-errorphp-file/#post-2194035)
 * To add some styling you could do it like this:
 *     ```
       <div class="someclass">
         <h2><?php echo $title; ?></h2>
         <p><?php echo $message; ?></p>
       </div>
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Mudslide Custom Errors] How do I create an error.php file?’ 
is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/mudslide-error-pages.svg)
 * [Mudslide Custom Errors](https://wordpress.org/plugins/mudslide-error-pages/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mudslide-error-pages/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mudslide-error-pages/)
 * [Active Topics](https://wordpress.org/support/plugin/mudslide-error-pages/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mudslide-error-pages/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mudslide-error-pages/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [luchtspin](https://wordpress.org/support/users/luchtspin/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-mudslide-custom-errors-how-do-i-create-an-errorphp-file/#post-2194035)
 * Status: resolved