Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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)