I just installed WordPress and I’m trying to set a image to every post I have.
I did this:
Custom fields —-name: paddimage-gallery –value: URL of image.
I go to my home page and it does not appear.
Example of a page were it does work: MAIMPOK THEME
I just installed WordPress and I’m trying to set a image to every post I have.
I did this:
Custom fields —-name: paddimage-gallery –value: URL of image.
I go to my home page and it does not appear.
Example of a page were it does work: MAIMPOK THEME
You must be logged in to post a comment.
You are almost there you just need to call it inside your theme file
say in your index.php
inside the loop somewhere between
you need to add a call for that image using get_post_meta()
like this:
Hope this Helps.