Creating a custom attachment loop for images and other files in WordPress

Creating a custom attachment loop for images and other files in WordPress

Attachment template example

While building an attachment.php template for a project I opted to customize the loop to properly display an image within a figure tag and the caption within figcaption to aid accessibility. Additionally if the file is not an image it will provide a button that can be styled along with a mime type. The following … Continue reading “Creating a custom attachment loop for images and other files in WordPress”

Plugins should not hijack the admin dashboard

I’m a happy Jetpack Premium subscriber and have it installed on this website, however the latest update to 7.1 added a new suggestion and reminder feature in the Plugins dashboard that I believe violates the best practices documentation provided in WordPress.org’s guidelines. Jetpack Suggestion Feature I feel that if a user has Jetpack installed they’re … Continue reading “Plugins should not hijack the admin dashboard”