Tell me how can I change what appears between categories when I post in more than one category?
Answer / Aditya Kumar Thakur
To customize the text that appears between categories when posting in multiple categories, follow these steps:
1. Go to Appearance > Editor.
2. Select your theme's functions.php file.
3. Add or modify this code at the bottom of the file:nn```phpnfunction new_excerpt_more($more) {n global $post; n return ' · '. get_the_category_list( ', ' );n}nadd_filter('excerpt_more', 'new_excerpt_more');n```nReplace the code inside the function with your desired text and separator.
| Is This Answer Correct ? | 0 Yes | 0 No |
Are wordpress plugins safe?
Will changing wordpress theme affect content?
How do I run wordpress locally?
How do I access my wordpress database?
How do I prevent comment flooding?
What are topic tags?
What is wordpress good for?
What are custom fields in wordpress? Explain
Tell me can we host wordpress using amazon web services such as ec2, rds, ebs etc?
How many websites are there?
Is drupal better than wordpress?
How many wordpress sites get hacked?