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/page.php |
<?php
get_header();
$bricks_data = Bricks\Helpers::get_bricks_data( get_the_ID(), 'content' );
if ( $bricks_data ) {
Bricks\Frontend::render_content( $bricks_data );
} else {
if ( have_posts() ) :
while ( have_posts() ) :
the_post();
get_template_part( 'template-parts/page' );
endwhile;
endif;
}
get_footer();