None of the links from my Purchase receipt are working anymore. I can also not login into KanBan anymore. It gives me “Site cannot be reached”. At this point, I would like a refund. Which is a shame because I was excited for the plugin.
Please refund the account under “[email protected]”
I’ve figured it out! Thanks for your help. For anyone who wants to try this is works like this.
<?php if (is_page(2)) { ?>
<img src="location of image.png" alt="" />
<?php } elseif (is_page(3)){ ?>
<p>Whatever you want</p>
<?php } ?>
Thanks for the quick responce.
That’s the thing I don’t think the if statement is working. I guess I was wondering if there was an alternative way to display a different image depending on the page id.
Also I checked the echo, and it does work.