Hi, I added a hook in order to add “leave the comment” next to the author name and date, but its not in line with it.
It shows like this:
Date by author
Leave a comment
Whereas I want it to show Date by Author Leave a Comment
Yes I am using GP elements and hook with the following code:
<span class=”comments-link”>
<?php comments_popup_link( __( ‘Leave a comment’, ‘generatepress’ ), __( ‘1 Comment’, ‘generatepress’ ), __( ‘% Comments’, ‘generatepress’ ) ); ?>
</span>