New to WordPress and ComicPress. I am really liking it. I have a question - how can I get rid of the "-" on my homepage ? The title (on the browser) says "JulianComics - "
In your theme's header.php file look for this line:
echo " - $site_description";
You can delete the entire line if you aren't going to input a site description, or just the dash. Obviously then save it and upload it back to your themes folder and you are golden.
http://www.juliancomics.com to see what I mean.
You can delete the entire line if you aren't going to input a site description, or just the dash.
Obviously then save it and upload it back to your themes folder and you are golden.
Thanks. You guys are way better than the WordPress community ;)