I want to add a picture to all posts. How to hardcode a php to show the banner on all posts. I think i edit page.php but how?
../uploads/banner.png
m.
I want to add a picture to all posts. How to hardcode a php to show the banner on all posts. I think i edit page.php but how?
../uploads/banner.png
m.
as the name suggests, page.php is for pages;
for posts try index.php or single.php;
the html code for an image is:
<img src="../uploads/banner.png" alt="" />
you will possibly need to use the absolute path to the image.
index.php:
[Code moderated as per the Forum Rules. Please use the pastebin]
Where to add the image tag?
this is my Single.php
[Code moderated as per the Forum Rules. Please use the pastebin]
I want to add a picture to all posts.
you need to describe in more detail where you want the image to show - then someone might be able to point to the location in your template where to add the image code.Where to add the image tag?
You must log in to post.