How Do I Post in a Specific Area?
-
Hi, everyone. I’ve yet to find a method that allows me to post images individually in a custom template I’ve created and implemented in WordPress.
In the code of my template, I have the general <img src=””> tags, about 5 of them for five different images. I want to be able to post using WordPress, individual images that end up in the area I set up for those images (where the <img src=””> tags are), so that I can utilize prettyPhoto for my images.
I’m aware that there is a plugin for WordPress that works similarly to prettyPhoto, but I want to be able to use prettyPhoto for this project.
Since I’m testing this right now, my code is mostly this below:
HTML
<div class=”DIV_ONE”>
<img src=”Image_1.jpg”>
<img src=”Image_2.jpg”>
<img src=”Image_3.jpg”>
</div>What do I have to do if I wanted to post individual images using WordPress in the area I set up for them on the page, while using prettyPhoto?
- The topic ‘How Do I Post in a Specific Area?’ is closed to new replies.