Thanks for your question. Usually the layout of Category is inherited from your theme’s archive.php file. You can edit the file and add the line below to output category description: <?php the_archive_description(); ?> The description will be available for categories of all post types. If you wish to override layout for categories of Accommodation types only you can copy archive.php file and name its copy taxonomy-mphb_room_type_category.php and edit it.