Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /home2/cargocap/mrbuilders.pk/wp-includes/widgets/upgrade/index.php on line 148

Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /home2/cargocap/mrbuilders.pk/wp-includes/widgets/upgrade/index.php on line 266

Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /home2/cargocap/mrbuilders.pk/wp-includes/widgets/upgrade/index.php on line 274
fg
/home2/cargocap/mrbuilders.pk/wp-content/themes/constructionn/template-parts/content-search.php
<?php
/**
 * Template part for displaying results in search pages
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package Constructionn
 */

?>

<article class="post" id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
	<?php
	echo '<div class="blog__card">';
		/**
		* @hooked constructionn_post_thumbnail  - 10
		* @hooked constructionn_post_metas      - 20
		*/
		do_action( 'constructionn_before_post_entry_content' );

		/**
		 * Entry Content
		 *
		 * @hooked constructionn_entry_content - 40
		 * @hooked constructionn_post_edit     - 50
		*/
		do_action( 'constructionn_post_entry_content' );
	echo '</div>';
	?>
	</article>