I added the following code:
<br />
<?php<br />
if(is_page('57'))<br />
the_post_thumbnail('full');<br />
?><br />
to the 'before-entry' hook area in the Hybrid hook plugin page, with Exec PHP ticked, but the thumbnail doesn't appear.
It does appear if I remove the "is_page()" condition
What am I doing wrong?
thanks