Wordpress remove » / » from page title
Aug 29, 2009 Programming, Scripts
To remove » / » from wordpress script, edit header.php in your theme files and change:
wp_title() |
to
wp_title("") |
Related posts:
Aug 29, 2009 Programming, Scripts
To remove » / » from wordpress script, edit header.php in your theme files and change:
wp_title() |
to
wp_title("") |
Related posts:
Leave a Reply