WP_Query
Thoughts on Filtering by Time
Filtering WordPress WP_Query results by time. This article will look at different approaches to solve this problem.
Link Attachments to the Post Displaying Them
Posted on November 26th, by Eric in Theme Development. No Comments
WordPress offers you three options to what happens if you click on an attachment: Display the attachment post, the attachment itself, or nothing at all. Imagine a gallery of images. Wouldn’t it be nice to link the attachments to the posts where they are used? Read on to learn how to do this.