Category Description in Category Page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #733163
    Mauricio de Sostoa
    Participant

    Hi,

    Is there a way I can show Category Description in Category Page?

    Is there a way I can customize Category Page? (Add a google map for example)

    Thanks

    #733928
    J. Davis
    Keymaster

    Hi Mauricio,

    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.

    best regards,
    J.Davis

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.