Title: admincfjc's Replies | WordPress.org

---

# admincfjc

  [  ](https://wordpress.org/support/users/admincfjc/)

 *   [Profile](https://wordpress.org/support/users/admincfjc/)
 *   [Topics Started](https://wordpress.org/support/users/admincfjc/topics/)
 *   [Replies Created](https://wordpress.org/support/users/admincfjc/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/admincfjc/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/admincfjc/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/admincfjc/engagements/)
 *   [Favorites](https://wordpress.org/support/users/admincfjc/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Parse error: syntax error – shows on all pages](https://wordpress.org/support/topic/parse-error-syntax-error-shows-on-all-pages/)
 *  [admincfjc](https://wordpress.org/support/users/admincfjc/)
 * (@admincfjc)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/parse-error-syntax-error-shows-on-all-pages/#post-2134259)
 * I am having a parse error – syntax error after trying to modify code to add a
   facebook like on my single php page. I do not know code, and am trying to now
   fix the page, as it didn’t work…
 * Here is what I have:
    <?php get_header(); ?>
 *  <div id=”main”>
 *  <?php if (have_posts()) : ?>
 *  <?php while (have_posts()) : the_post(); ?>
 *  <div class=”post box” id=”post-<?php the_ID(); ?>”>
 *  <h1 class=”title”><?php the_title(); ?></h1>
    <div class=”date-comments”> <p
   class=”fl”><?php the_time( get_option( ‘date_format’ ) ); ?></p> <p class=”fr”
   ><?php the_category(‘, ‘) ?></p> </div>
 *  <div class=”entry”>
    <?php echo woo_embed(‘key=embed&width=540&height=400’);?
   > <?php if ( get_option(‘woo_image_single’) == “true” AND !woo_embed(”)) woo_get_image(‘
   image’,get_option(‘woo_single_image_width’),get_option(‘woo_single_image_height’),’
   post-thumbnail’); ?> <?php the_content(__(‘<span class=”continue”>Continue Reading
   </span>’, ‘woothemes’)); ?> <?php<?php <?php the_content(); ?>(); ?>(); ?> </
   div>
 *  <?php the_tags(‘<span class=”tags”>’, ‘, ‘, ‘</span>’); ?>

Viewing 1 replies (of 1 total)