<?php function custom_page_template() { if (is_page(88)) { include( get_stylesheet_directory() . '/template-page.php' ); exit(); } } add_action('template_redirect', 'custom_page_template'); ?>
This Pen is owned by Codeur.com on CodePen.
See more by @codeur-com on CodePen
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.