WordPress: Display Single Post
Posted
by Jeremy Person
on Stack Overflow
See other posts from Stack Overflow
or by Jeremy Person
Published on 2010-05-18T22:51:11Z
Indexed on
2010/05/18
23:00 UTC
Read the original article
Hit count: 305
I am trying to display a WordPress post on the homepage of a site. It is reporting the following error:
Parse error: syntax error, unexpected '=' in /home/####/####/####/####/wp-content/themes/oceanswaves/home.php on line 105
<?php query_posts(‘p=143'); if(have_posts()) : the_post(); ?>
<?php the_content(); ?>
<?php endif; ?>
Thank you
© Stack Overflow or respective owner