Tell me how can I change what appears between categories when I post in more than one category?



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

Post New Answer

More WordPress Interview Questions

Are wordpress plugins safe?

1 Answers  


Will changing wordpress theme affect content?

1 Answers  


How do I run wordpress locally?

1 Answers  


How do I access my wordpress database?

1 Answers  


How do I prevent comment flooding?

1 Answers  


What are topic tags?

1 Answers  


What is wordpress good for?

1 Answers  


What are custom fields in wordpress? Explain

1 Answers  


Tell me can we host wordpress using amazon web services such as ec2, rds, ebs etc?

1 Answers  


How many websites are there?

1 Answers  


Is drupal better than wordpress?

1 Answers  


How many wordpress sites get hacked?

1 Answers  


Categories