Hello,
I am not a developer and I’m trying in vain to find a way to replace the comma separating the different affilated categories to posts displayed on the frontpage.
Does anybody could guide me to the answer?
Thank you.
1 Answers
Hi,
To replace the Comma between the categories, you can open the content.php
file then find the line 44.
$categories_list = get_the_category_list( __( ', ', 'dw-wallpress' ) );
Hope this helps !
Hi Dominic,
many thanks for your fast answer.
Lucie
Please login or Register to submit your answer