Tagged Questions
1
vote
0answers
50 views
Regex to turn embedded images in to attachments
I've got a blog that has all images embedded in each post rather than a thumbnail linking to an attachment page which is what I'd like.
I understand from this question that no plugin (like Regenerate ...
0
votes
2answers
158 views
Why doesnt my tag page populate with this custom post type?
I have a tag page that is generated with the first image attachments from all of the posts. I call it in the loop with :
<img src="<?php echo get_first_attachment() ?>" />
and this is ...