Post/Page Image Src HTML not Visual
-
Hi,
I want to use the
<img src="images/image1.jpg />
code on my wordpress pages.not in backend but inside the “html wordpress post page” ( the one where you write the articles).
because if it’s backend it will be like this right?
<img src="<?php bloginfo('template_directory'); ?>/images/image1.jpg />
I dont want to upload the images,(because they are already in my images folder). i want to get it directly in my images folder (no upload media stuff)
because if i upload it, the src will be like this
https://localhost/wordpress/wp-content/uploads/2012/10/image1.jpg
is there any shortcut for this one?
because i’m trying to upload hundreds of tiny images, and i already have my html code setupif i can just copy paste it into the “html publish page” that will be great!
Thanks,
Jeremi L.
- The topic ‘Post/Page Image Src HTML not Visual’ is closed to new replies.