'taxonomy' => 'taxonomy',
'field' => 'id',
'terms' => array( 103, 115, 206 ),
$query = new WP_Query( array(
'post_type' => 'investproj',
'tax_query' => array(
array(
'taxonomy' => 'taxonomy',
)
)
) );
<style>
.entry-header::before {
background-image: url(img/content/solutions-bg.png);
}
</style>
echo '<div class="some-class">' . $test_title . '</div>';
<div class="some-class"><?php echo $test_title; ?></div>