Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter farrelldoc

    (@farrelldoc)

    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;
    ?>

    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.