Delicacy Theme Template Update Error
-
Hello Alex,
After updating on my page thebipolarcook.com
All the links are now broken when trying to click a category and return
Parse error: syntax error, unexpected ‘}’ in /wp-content/themes/delicacy/archive.php on line 36
This is the lines i think causing the error
<?php while (have_posts()) : the_post(); ?>
<div id=”post-<?php the_ID(); ?>” <?php post_class(‘list-post-item’); ?>>
<?php if ( (function_exists(‘has_post_thumbnail’)) && (has_post_thumbnail()) ) { ?>
” rel=”bookmark” title=”<?php the_title(); ?>”><?php the_post_thumbnail(); ?>
<?php } ?>
<h2>” rel=”bookmark” title=”<?php the_title(); ?>”><?php the_title(); ?></h2>Any ideas?
Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Delicacy Theme Template Update Error’ is closed to new replies.