Go Back   WebMasters.org Forums > Website Design & Development > PHP Forum

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-30-2010, 02:07 PM
Member
 
Join Date: Feb 2010
Location: India
Posts: 34
Default How to get thumb image from post?

Add this function to function.php file

function getImage($num) {
global $more;
$more = 1;
$link = get_permalink();
$content = get_the_content();
$count = substr_count($content, ‘
$start = 0;
for($i=1;$i<=$count;$i++) {
$imgBeg = strpos($content, ”);
$postOutput = substr($post, 0, $imgEnd+1);
$postOutput = preg_replace(’/width=”([0-9]*)” height=”([0-9]*)”/’, ‘/width=”117″ height=”68″/’,$postOutput);
$postOutput = preg_replace(’/alignright/’, ‘alignleft’,$postOutput);

$image[$i] = $postOutput;
$start=$imgEnd+1;
}
if(stristr($image[$num],’‘.$image[$num].”“; }
$more = 0;
}

and call it as where you want to show image <?php getImage(’1′); ?> .. inside loop.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 07-30-2010, 02:21 PM
Junior Member
 
Join Date: Jul 2010
Posts: 7
Default

do you think this can work?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 08-06-2010, 01:53 AM
Junior Member
 
Join Date: Aug 2010
Posts: 5
Default

Yes we can do this in the post you can thumb image.I have done it many time.There is certain code which give you image thumb.It is really simple code.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 08-12-2010, 06:18 AM
Junior Member
 
Join Date: May 2010
Posts: 25
Default

hi...

Thanks many to your explanation about the PHP thump impressions get in..!!! meet again.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 08-16-2010, 11:23 AM
Junior Member
 
Join Date: Aug 2010
Posts: 4
Default

These is one of the great post thumb impressions are really great. I can do so many times which is really great . I like it so much which is really good to share with us.
__________________
Desk pedestal
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:42 PM.



Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
vB Ad Management by =RedTyger=