amykiz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: my magWhen posting your blog, look to your right under publish, there should be a little box that says upload featured image or something like that. Click on it, upload an image using your media library on WP, you’re done.
Forum: Fixing WordPress
In reply to: Adding images** AFTER it < / a> (no spaces). Sorry, post keeps linking.
Forum: Fixing WordPress
In reply to: Adding imagesSorry, thing above didn’t turn out right. Let me try again. Going with the latter option since it’s easier to explain.
#1 Upload your picture using media library
#2 When you upload, it should give you an option to edit the caption of the image. Put your attribute in here.
#3 Once image is in post, hit HTML tab next to VISUAL tab on your post box.
#4 Something like this < img class=”alignleft size-medium wp-image-35″ title=”Ranch_Park_Lodge_Chilliwack,_BC_Loft_View” src=”http://www.luxvancouverhomes.com/wp-content/uploads/2009/10/Ranch_Park_Lodge_Chilliwack_BC_Loft_View-225×300.jpg” alt=”Ranch_Park_Lodge_Chilliwack,_BC_Loft_View” width=”225″ height=”300″ /> should show up. BEFORE this, put in < a href=”http://www.luxvancouverhomes.com”> and AFTER it a . NO SPACE between the < and a, I just had to do that b/c it would link in this post otherwise.
#5 Preview your post to make sure it works…Image should now be linked to your attribute website.Forum: Fixing WordPress
In reply to: Adding imagesThere’s a couple things you can do; if you don’t want to use media library, you can create a new page using your FTP client (example: http://www.website.com/images) and upload photos there. Then you can add those photos into your posts by hitting the HTML tab on your post window and inserting the image by inserting <img src=”http://www.yourwebsite.com/yourphoto.jpg”>. To make it link, before you put the link above you insert , which will make the image clickable.
But a WAY easier way to do this would be just to use your media library to upload the images, put in your attribute by inserting it into the caption(when you’re editing the image layout etc), and when the picture is added hit the HTML tab on your post box, find where the image is added, and before that link put in the to make it clickable.
Maybe that was confusing. Sorry.