Hola hermano quería haceros una pregunta , estoy haciendo una web y no sé que pasa ,me he motando un server en lan de xampp para ver la web y tal pero me da este error :
Fatal error: Call to undefined function get_header() in C:\xampp\htdocs\index.php on line 1
El code de la linea 1 es esta :
<? get_header(); ?>
<div id="content">
<?php /* If this is a category archive */ if (is_category()) { ?>
<div class="notes"><p>Archives for <?php single_cat_title(''); ?> category</p></div>
<?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
<div class="notes"><p>Archives for the day <?php the_time('l, F jS, Y'); ?></p></div>
<?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
<div class="notes"><p>Archives for <?php the_time('F, Y'); ?></p></div>
<?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
<div class="notes"><p>Archives for the year <?php the_time('Y'); ?></p></div>
<?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
<div class="notes"><p>You searched for <strong><?php the_search_query(); ?></strong>, here are the results: </p></div>
<?php } ?>
<?php if (have_posts()) : ?>
======================
os pongo las lineas siguientes también por si acaso.
Saludos desde ya.
PD : No sé si será por la versión del PHP que soporta ,¿puede ser?