How to add category descriptions to category pages?

I’m trying to add the category description onto category sections. I know the necessary php code but I can’t figure out where to place it when I’m in the theme editor. Where is the php that generates the category name when viewing a category?

You can add code for category description inside content-extensions.php located in theme folder → library → structure.

There you will function called travelify_theloop_for_archive. Then place your code for description where you want it to appear.

Let me know if you need more detailed explanation on that.