Forums
(@p3hndrx)
7 years, 7 months ago
Thanks!
7 years, 8 months ago
I too am trying to figure this out…
I would ideally like the related posts to appear after <?php theme_entry_meta(); ?>
<?php theme_entry_meta(); ?>
I think this works…: preg_match_all( '<img.+src=[\'"]([^"]+)[\'"].*>', $post_content, $matches );
preg_match_all( '<img.+src=[\'"]([^"]+)[\'"].*>', $post_content, $matches );
Under media.php
Thumbnails need to be generated…