Hello guys. Tks for your help. So the site I am trying to change is oaklandhotelsinfo.com – to mention that the version I use is 2.0.5.
Based on greenshady’s advice I tried to do something like :
On the https://www.oaklandhotelsinfo.com/best-western-park-plaza/ page I wanted to insert something else in the page. So in the sidebar I added something like :
<?php
if (is_page(7)) {
<b>Site Name Here</b>
} else {
// This is not a subpage
}
?>
To mention that 7 is the id of the above page. But when I put this online I get something like : “Parse error: syntax error, unexpected ‘<‘ in”
Can you help me out please ? What syntax should I use in my sidebar in order to achieve what I mentioned above ?
Looking forward to hearing from you !