How to customize the accommodation type page layoutFree and Premium WordPress Plugins & Themes Forums WordPress Themes Booklium How to customize the accommodation type page layout Search for: SearchThis topic has 2 replies, 2 voices, and was last updated 3 weeks, 6 days ago by J. Davis.Viewing 3 posts - 1 through 3 (of 3 total)AuthorPosts December 30, 2024 at 6:58 am #1709170 Brian XiangParticipantHi, Is there a way I can customize the accommodation type page layout? such as I would like to add one more section there.the page url I am referring to is like: ../accommodation/acc_type_1/, so you know which page I am talking about December 30, 2024 at 7:00 am #1709172 Brian XiangParticipantI am using Booklium theme January 8, 2025 at 7:07 am #1712133 J. DavisKeymasterHi Brian, You can read this post to learn how to create a custom template for accommodation types https://motopress.com/blog/hotel-booking-styles-addon-single-accommodations/ If you like the default layout but want to add a custom section you can use functions.add_action( 'mphb_render_single_room_type_metas', booklium_render_custom_section', 60); function booklium_render_custom_section(){ echo 'test'; }The code can be added to the functions.php file of a child theme or to a third-party plugin like Code Snippets.AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)You must be logged in to reply to this topic.Log In Username: Password: Keep me signed in Log In