Open
Description
Is your feature request related to a problem? Please describe.
To get the post featured image requires adding boilerplate methods that could be used as a trait
Describe the solution you'd like
A trait for things such as the post featured image and author. HasFeaturedImage
Describe alternatives you've considered
Adding the methods to the base class
Additional context
Perhaps a trait for HasAuthor
, HasFeaturedImage
, HasAttachment
etc.