Giverne Louise
Membre
bonjour à tous , je viens de télécharger un thème puis quand je vais sur mon site y'a ce message
voici le fichier index
merci
je viens tout juste d'acheter un hébergeur chez frenchserv du coup j'ai cliqué sur mon site sur le ftp puis directe j'ai fait c/c de mon dossier
Code:
Fatal error: Call to undefined function get_header() in /home/httpd/l/o/u/louloutee/xxxxxxxxx.franceserv.com/angle/index.php on line 14
voici le fichier index
Code:
<?php
/**
* Displays the main body of the theme
*
* @package Angle
* @subpackage Frontend
* @since 0.1
*
* @copyright (c) 2014 Oxygenna.com
* @license http://wiki.envato.com/support/legal-terms/licensing-terms/
* @version 1.15.0
*/
get_header();
oxy_blog_header();
$blog_decoration = oxy_get_option('blog_header_decoration');
?>
<section class="section <?php echo oxy_get_option('blog_swatch'); ?>">
<?php echo oxy_section_decoration( 'top', $blog_decoration ); ?>
<div class="container">
<div class="row">
<?php get_template_part( 'partials/loop' ); ?>
</div>
</div>
</section>
<?php get_footer();
merci