You are welcome 😊
Please accept the answer that helped you. It will be then easier to find the solution for the other users with the same issue. There is a button to accept answer after each comment.
I have a humble request too. It would be very kind of you if you can manage some moment to give us feedback on
- Joomla Extension Directory
- TrustPilot
This will inspire us to improve.
What I did:
on line 100, I have commented out the line that is responsible for Posted by Author_Name text. If you change the line from this
<?php //echo LayoutHelper::render('joomla.content.blog.author_info', $this->item); ?>
to this
<?php echo LayoutHelper::render('joomla.content.blog.author_info', $this->item); ?>
then the line will be visible again.