Created
October 25, 2016 02:14
-
-
Save grantambrose/ad5b780c9aac5a9cc58e6148e130030a to your computer and use it in GitHub Desktop.
Create a custom 404 page using Beaver Builder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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