Skip to content

Instantly share code, notes, and snippets.

@grantambrose
Created October 25, 2016 02:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grantambrose/ad5b780c9aac5a9cc58e6148e130030a to your computer and use it in GitHub Desktop.
Save grantambrose/ad5b780c9aac5a9cc58e6148e130030a to your computer and use it in GitHub Desktop.
Create a custom 404 page using Beaver Builder
<?php get_header(); ?>
<?php
// replace 404-error-page below with the slug of your own 404 Beaver Builder Template
echo do_shortcode('[fl_builder_insert_layout slug="404-error-page"]'); ?>
<?php get_footer(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment