So I had to change the is_single() to is_singular() && has_tag(x). Now the widget will not show up on the home page, but will show up on any post or page tagged with x. Thanks for your help!!!
it is ‘has_tag(‘phoenix’). If I add the is_single() part, then it wouldn’t show up on my archive pages right? Which I guess wouldn’t be that big of a deal…