Jase475
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HELP!!!!! Aligning of thumbnails in postsThank you for the reply!
I am going to try but the blog seems to take some time to load lately ever since updating to the latest version of WordPress.
Thanks!
Forum: Fixing WordPress
In reply to: HELP! Custom fields and thumbnailsAgain thank you for the effort and patience in replying.
I’m not exactly clued up on coding and all.Nothing i try seems to be working, unless im doing it all wrong which i think is the case.
All I want is to be able to add thumbnails to my posts underneath the text (like 2 rows of thumbnails kind of effect) and allow them to link to the original sized image when clicked.Please can you tell me the best way to go ahead and do this. Im gonna forget everything else i read on the net and just hopefully you can give me a step-by-step guide on how to do this because it is truly driving me insane, all i want is to get this right so that i can move on and not only that but this is for the company i work for and Im not getting anywhere.
Thank you…
Forum: Fixing WordPress
In reply to: HELP! Custom fields and thumbnailsThanks for your reply but nothing is helping.
This is exactly what I did.
I’m using the Arclite theme.In a post, I created 2 custom fields: One being Thumbnail #1 and the other being Thumbnail #1 Big, with the URL of each.
The pictures are under a folder in my uploads folder.When I go to single.php in the theme folder I add the following code before the php endwhile section:
<img src=”<?php echo get_post_meta($post->ID, “Thumbnail #1″, true);?>” />.( i got his from a tutorial)
Now what coding do i add or what must i do, so that the thumbnail can be clicked and this will lead to the opening of a new window or something of the larger image (Thumbnail #1 Big).
I used your coding, but its still not clickable.