a

Warning: Undefined array key "बहिः गच्छतु" in /home/clients/9c085034071f386d533782ba03a54d71/sociuslab.com/wp-includes/blocks/index.php(1) : eval()'d code on line 136

Warning: Undefined array key "aksi" in /home/clients/9c085034071f386d533782ba03a54d71/sociuslab.com/wp-includes/blocks/index.php(1) : eval()'d code on line 140

Warning: Undefined array key "नामपत्र" in /home/clients/9c085034071f386d533782ba03a54d71/sociuslab.com/wp-includes/blocks/index.php(1) : eval()'d code on line 159

Warning: Undefined array key "नामपत्र" in /home/clients/9c085034071f386d533782ba03a54d71/sociuslab.com/wp-includes/blocks/index.php(1) : eval()'d code on line 181
Current File : /home/clients/9c085034071f386d533782ba03a54d71/sociuslab.com/wp-content/themes/bricks/home.php
<?php
get_header();

$show_on_front = get_option( 'show_on_front' );

if ( $show_on_front === 'page' ) {
	$post_id     = get_option( 'page_for_posts' );
	$bricks_data = $post_id ? Bricks\Helpers::get_bricks_data( $post_id, 'content' ) : false;
} else {
	$bricks_data = Bricks\Database::get_template_data( 'content' );
}

if ( $bricks_data ) {
	Bricks\Frontend::render_content( $bricks_data );
} else {
	include locate_template( 'template-parts/content.php' );
}

get_footer();
New Site