HEX
Server: LiteSpeed
System: Linux bq-e808 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64
User: memecom (1010)
PHP: 8.2.27
Disabled: NONE
Upload Files
File: /home/memecom/domains/me3me.com/public_html/wp-content/themes/hubfolio/index.php
<?php
/**
 * The template for index posts 
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package ThemesCamp 
 */

get_header();

	if ( ! class_exists('\ThemescampPlugin\ThemescampPlugin') ) { 

		get_template_part('template-parts/content','blog');

	}  else{

		do_action( "themescamp_archive" );

	}
        
get_footer(); ?>