![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I have no idea why it's doing this, but the archive thumbnails are one off. They are showing one below the correct post.
Based on another thread, I added the code from the home.php into the archives.php: <?php if( get_post_meta($post->ID, "thumbnail", true) ): ?> <a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php echo get_post_meta($post->ID, "thumbnail", true); ?>" alt="<?php the_title(); ?>" /></a> <?php else: ?> <?php endif; ?> That worked in getting the thumbnails to show up, but not at the right place. Any thoughts on how to get them synced up? I'm currently using Chrome in Safari. Here's a link to the archive page: http://tasramar.com/category/tasra365/december/ Thanks. |
|
#2
|
|||
|
|||
|
Can you post your entire archive.php?
__________________
Ade Themessence - Studiograsshopper WordPress plugins: Dynamic Content Gallery | Reveal Page Templates | Custom Taxonomies Menu Widget Check out the Genesis and Child Theme tutorials before posting your question - and please provide YOUR URL! Make Andrea happy - read her Firebug tutorial and save yourself loads of time and effort. |
|
#3
|
|||
|
|||
|
PHP Code:
Last edited by adew; 12-15-2009 at 03:19 PM. Reason: Code placed in PHP tags |
|
#4
|
|||
|
|||
|
Move this code:
PHP Code:
PHP Code:
__________________
Ade Themessence - Studiograsshopper WordPress plugins: Dynamic Content Gallery | Reveal Page Templates | Custom Taxonomies Menu Widget Check out the Genesis and Child Theme tutorials before posting your question - and please provide YOUR URL! Make Andrea happy - read her Firebug tutorial and save yourself loads of time and effort. |
|
#5
|
|||
|
|||
|
Thanks so much for your help.
|
|
#6
|
|||
|
|||
|
You're welcome. :smile:
__________________
Ade Themessence - Studiograsshopper WordPress plugins: Dynamic Content Gallery | Reveal Page Templates | Custom Taxonomies Menu Widget Check out the Genesis and Child Theme tutorials before posting your question - and please provide YOUR URL! Make Andrea happy - read her Firebug tutorial and save yourself loads of time and effort. |
| Tags |
| thumbnails, thumbs |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Default Post thumbnails not showing up? | imported_renee | General Discussion | 5 | 03-09-2010 03:01 PM |
| Showing list of posts on archive like individual post | levivene | General Discussion | 3 | 02-01-2010 12:21 PM |
| Post thumbnails not showing on hom page | bguanzon | General Discussion | 5 | 10-12-2009 01:17 PM |
| Archive in wrong place in Firefox!! | steveivs42 | General Discussion | 4 | 06-02-2009 04:07 PM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us