Hello,
I’ve seen a few other people posting about this, but there were no real solutions.
The issue is that single author blogs don’t want to show the author’s name on every single blog entry shown in the page builder asset, archive, category, and search results pages.
It can’t be hidden with CSS, without losing the Date too. I’ve tried copying the template files to the child theme and removing the unneeded code, but these changes seem to be ignored. Is there a proper way to do this? Ideally it would be an option in the theme options, but in the meantime any help would be greatly appreciated.
I think the code in question is:
<?php printf(__('By %1$s on %2$s', 'swiftframework'), $post_author, $post_date); ?>