Hey Isabella,
Thanks for writing in!
In your single post pages, you have created a global block which serves as a banner image. In that global block you added this dynamic content in the text element:
by: {{dc:user:display_name}} | {{dc:post:publish_date format="F j, Y"}}
Regretfully we do not have a dynamic content option that will display the categories. I suggest that you use a 3rd party plugin, Show Post Categories, and then use the shortcode to display the categories like this:
by: {{dc:user:display_name}} | {{dc:post:publish_date format="F j, Y"}} <br/>
<span>[show_post_categories show="category"]</span>
Please check your site now.