excellent…thanks…wish i had seen this few hours ago.would ahve saved me a lot of time…thanks very much though
figured it out. here’s the script that eventually worked:
<?php
if ( is_page(‘598’) ) {
echo ‘<img class=”marginn” src=”http://www.website-here.com/wp-content/uploads/2016/08/image.png” alt=”” width=”300″ height=”179″>’;
}
else {
echo ‘<h1 class=”headline__primary”>’ . $title . ‘</h1>’;
}
?>
i tried that already but it only brings a blank page as below:
https://s16.postimg.org/3rjawqv39/blank.png
the whole website becomes blank like this when i apply the php tag