Hey guys, thanks for the replies. The code you posted for some reason does not show the description when at the homepage.
This bit of code works for what I’d like:
<title><?php bloginfo('name'); ?> | <?php is_home() ? bloginfo('description') : wp_title(''); ?></title>
It just doesn’t incorporate the
wp_title('|',true,'right');
part that seems to display the title of the page to the right when on a page or post. I’ve tried a few combinations of the two, but I’m not really familiar with PHP. Thanks, once again!