Suporte » Temas » PROBLEMA PHP

  • Resolvido petolchckny

    (@petolchckny)


    Eu estava editando o site e em um determinado momento apareceu este erro, oque eu faço para resolve-lo?

    ERRO:
    Parse error: syntax error, unexpected ‘<‘ in /home/httpaphrioclaros/public_html/wp-content/themes/mytheme/index.php on line 2

    CODIGO INDEX:
    <?php get_header(); ?>
    <div id=”main”>
    <div id=”content”>
    <h1>Main Area</h1>
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <h1><?php the_title(); ?></h1>
    <h4>Posted on <?php the_time(‘F jS, Y’) ?></h4>
    <p><?php the_content(__(‘(more…)’)); ?></p>
    <hr> <?php endwhile; else: ?>
    <p><?php _e(‘Sorry, no posts matched your criteria.’); ?></p><?php endif; ?>
    </div>
    </div>
    <div id=”delimiter”>
    </div>
    <?php get_footer(); ?>

    A página que eu preciso de ajuda: [fazer login para ver o link]

Visualizando 11 respostas - 1 até 11 (de um total de 11)
Visualizando 11 respostas - 1 até 11 (de um total de 11)
  • O tópico ‘PROBLEMA PHP’ está fechado para novas respostas.