Hello,
The plugin itself won’t display post author, it display the preacher, in your case theme templates are used instead of plugin templates.
You can try two things:
1. Create a page and use the shortcodes
2. Go to plugin settings and check this option “Enable template files found in the /views folder”
Using shortcodes does work, but then if the individual sermon is clicked, or if using the sorting, the results return with the “by author”
Checking “Enable template files found in the /views folder” does also remove the “by author” but result is a page that looks like the css is mostly stripped – in my case the padding is stripped and the sermon is placed hard left, against the screen bezel.
Does the views folder contain a way to customize the views for single sermons and sorted sermons. It’d be nice if, in addition to reapplying the theme, if one could add the sort columns back to what was already sorted, or maybe at least a back button.
Thanks for your help.
-
This reply was modified 8 years, 10 months ago by
bkimzey.
I did find that I can set some custom css:
.post-meta { display: none; }
But I guess this is site wide, which I’m not sure is a great plan.
Thanks