I am trying to get the blog set up so that it is a single author (with no author picture) and with a feature image that is not cropped.
Basically, the way it currently looks now except without my face next to every post :-)
http://www.gregorybeylerian.com/news/
Problem is that when I set it to single author, big picture – no image shows up in the post excerpt, only text?
Thoughts, thanks!
G.
Hi gb!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.blog-meta, .post_author_timeline { display: none; }
.template-page .big-preview { padding: 0; }
Best regards,
Yigit
Worked like a charm, thanks!
GB