Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages » Excerpts, Read more, Pagination »

[SOLVED] Making Thumbnails Clickable


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Oct 27, 2010, 03:06 PM
hospitalera
 
72 posts · Mar 2009
Prague
Is there a simple way to make the image thumbnails in the excerpts click-able, so that they link to the full post? Thanks, SY
__________________
Hospitalera's Blog
  #2  
Old Oct 27, 2010, 03:18 PM
STB
 
762 posts · Apr 2010
Which wp version?
Which atahualpa version?
Are you talking about "featured image" (or "post thumbnail" as they were called in wordpress 2.9)?

Last edited by STB; Oct 27, 2010 at 03:21 PM.
  #3  
Old Oct 27, 2010, 04:39 PM
hospitalera
 
72 posts · Mar 2009
Prague
Latest WP and latest Atahualpa option. And yes, I would like to link the thumbnail / featured image thumbnail that is displayed with the excerpts to the full post, SY
__________________
Hospitalera's Blog
  #4  
Old Oct 28, 2010, 06:47 AM
juggledad's Avatar
juggledad
 
20,001 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
Here is a fix for this. Edit bfa_post_parts.php and change line 124 (version 3.5.3) from
HTML Code:
		if (function_exists('the_post_thumbnail') AND !function_exists('tfe_get_image')) the_post_thumbnail();
to
HTML Code:
		if (function_exists('the_post_thumbnail') AND !function_exists('tfe_get_image')) 
 			if(has_post_thumbnail()): ?>
				<a href="<?php the_permalink() ?>"> <?php the_post_thumbnail(); ?></a>
      <?php endif; 
  #5  
Old Oct 28, 2010, 07:29 AM
hospitalera
 
72 posts · Mar 2009
Prague
Worked like a charm, Juggledad! Thanks ever so much, SY
__________________
Hospitalera's Blog

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Add clickable ad to header? cwikdahl Header configuration & styling 2 Sep 24, 2010 09:26 AM
Clickable images in background wll Header configuration & styling 4 Jan 11, 2010 03:49 PM
[SOLVED] Making Sidebar image 'clickable' (link it) marco Sidebars & Widgets 3 Jul 23, 2009 07:00 AM
Making clickable? gesman Header configuration & styling 6 Feb 8, 2009 01:48 PM


All times are GMT -6. The time now is 04:20 AM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.