Content won't display on custom page template
-
I recently created a blank page template to use for static pages, however,now whenever I enter text into the content area for the page in my dashboard it doesn’t show up.
Here is the copy of my template code.
<?php /* Template Name: Blank Page 2 */ define('WP_USE_THEMES', false); require('wp-blog-header.php'); get_header(); get_sidebar(); get_footer(); ?>
Here is the link to the page I am using:
https://www.styletheology.com/?page_id=61&preview=true&preview_id=61&preview_nonce=9b1b6dd5fa
It should say “This is a test”
Please help. Thanks in advance
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Content won't display on custom page template’ is closed to new replies.