How do I get it to show the blog images on the grid author pages like it will on the grid catagory/tag pages?
Hey NoahCurran!
Thank you for using the theme!
Edit includes > loop-author.php, remove the code and replace it with this: http://pastebin.com/NcGquvUn
Add this on Quick CSS or custom.css:
.author .big-preview {
display: block;
padding: 20px 0;
}
Regards,
Ismael
Much appreciated.