HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: u79025353 (4376981)
PHP: 8.3.32
Disabled: NONE
Upload Files
File: /homepages/21/d551682355/htdocs/faqrapalace/wp-content/themes/hoteller/tag.php
<?php
/**
 * The main template file for display tag page.
 *
 * @package WordPress
*/
	
//Get tag page layout setting
$tg_blog_tag_layout = get_theme_mod('tg_blog_tag_layout', 'blog-r');
get_template_part($tg_blog_tag_layout);
?>