Missing template attribute in WordPress 3.7.1
-
Hi,
I have read many posts about this but nothing is working for me. I need to have a page’s theme available to me in the page attributes section but nothing is showing up.I have this as the start of my page….
<?php /* Theme Name: Right Hand Column Description: Includes a right hand column */ ?> <?php get_header(); $id = url_to_postid($_SERVER["REQUEST_URI"]); $page_data = get_post( $id ); ?>The file resides in /wp_content/themes/cusom_theme/rightHandColumn.php
There are no active plugins.
I have tried swopping between themes so to re-activate the theme.Is there anything obvious that I’m doing wrong here? Does the name of the file need to match the theme name at all?
Thank You,
George
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
The topic ‘Missing template attribute in WordPress 3.7.1’ is closed to new replies.