[Plugin: WordPress Popular Posts] Adding attached image to thumbnail
-
hey guys
I use the Simple Post Thumbnail plugin for my thumbnails and images http://ww.wp.xz.cn/extend/plugins/simple-post-thumbnails/installation/
I was wondering if anyone knew how I can use that plugins function inside the popular posts plugin
I am fairly good with code and know how to hack most plugins but cant get this one
This is the code I am currently using to call my thumbnails:
‘<?php if ( p75HasThumbnail($post->ID) ) { ?>” title=”<?php the_title(); ?>”><img src=”<?php echo p75GetThumbnail($post->ID, 215, auto); ?>” alt=”<?php the_title(); ?>” class=”thumb” /><?php } ?> ‘
I want to be able to add that code into the thumbnail section of wordpress-popular-posts.php line 650
If anyone could help it would be greatly appreciated
Thanks
Andy
The topic ‘[Plugin: WordPress Popular Posts] Adding attached image to thumbnail’ is closed to new replies.