Is there anyway we can remove Sitename at the End of the Title
See this screen for more info
https://www.dropbox.com/s/jjfnrynu6rsxhri/img190825.1.jpg?dl=0
i have try the following, doesn’t work 🙁
Add this code in functions.php file of your child theme:
remove_filter( ‘wp_title’, ‘etheme_wp_title’, 10, 2 );