How to edit layout of a particular post format?
Mostly you would just make CSS changes. For example, a post that has the aside format will have included in it’s mark-up a class of format-aside which you could override in your own CSS, whether it be by way of child theme support or CSS plugin. I’ve only just been playing with this today (incidentally, … Read more