Tagged: Author Page
On my author pages the metadata is meant to be “<date> in <category> / by <author>
But the space between the date and the word “in” is missing so they are like this:
“August 6, 2015in Use Cases /by Shawn McAllister”
How do I add that space? Thanks in advance for your help.
Hey JeeBar,
Did you make any modification? if yes, can you please post the code where you managed to change it? it would probably be in the Enfold folder > includes > loop-author.php then find this code:
<span class='date-container minor-meta updated'><?php the_time(get_option('date_format')); ?></span>
Try to add space after the
</span>
Hope this helps. :)
Best regards,
Nikko
No, I had not edited that file. But that fix did work, so thanks. All good.