Jump to content

[SOLVED] getting to know preg_match(), patterns, and finding first image location string


ultrus

Recommended Posts

Hello,

I'm tweaking a WordPress template to show thumbnails of the first image in each post (if there is one) to represent each blog post link. To do that, I need to search the post HTML content for the first <img ... src='GOLDEN GOAL' ... /> or <img ... src="GOLDEN GOAL" ... />. Once I get the image source sting, I can rip it apart and get the WordPress thumbnail version on the image. This seems daunting at the moment due to a faded memory on patterns.

 

Any clues on how to get started? Keep in mind that the ... in the image tag represent style, alt, class that were added to images in random order. hmmm. *begins brushing up on patterns

 

Thanks for the assist :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.