WordPress custom template issue

I’m trying to add custom template to my WordPress theme, which would be static “About” page template. I create about.php file in my twentytwelve folder and put inside content like:

<?php get_header(); ?>

blah blah page content

<?php get_footer(); ?> 

When I open this file in browser, I get error “Fatal error: Call to undefined function get_header() in *site_folder_name*wp-contentthemestwentytwelveabout.php on line 2”.

Read More

How can I fix this issue?

Related posts

Leave a Reply

2 comments