How to remove the arrow from the default wordpress permalink olatechproMarch 29, 20232 Views Probably a basic question but how do I remove the arrow in the top tab on a wordpress permalink? ie: Post Views: 2 Related postsGet rid of this Strict Standards warningWooCommerce: get_current_screen not working with multi languageCan’t login on WordPressForce HTTPS using .htaccess – stuck in redirect loopWordPress: Ajax not working to insert, query and result dataHow Can I pass an image file to wp_handle_upload?
The separator is the first argument of wp_title(). You can use something like <title><?php wp_title(''); ?></title> to remove the separator. Log in to Reply
Does your post or page title have those characters? To edit the permalink you can click on the Edit button just beside your permalink. Log in to Reply
The separator is the first argument of
wp_title()
.You can use something like
<title><?php wp_title(''); ?></title>
to remove the separator.Does your post or page title have those characters? To edit the permalink you can click on the Edit button just beside your permalink.