ID, '_nectar_link', true );
$post_link_text = get_the_content();
if ( empty($post_link_text) && !empty($post_link_url) ) {
$post_perma = $post_link_url;
$post_target = '_blank';
}
}
if ( has_post_thumbnail( $post->ID ) ) {
echo '' . get_the_post_thumbnail( $post->ID, 'full', array( 'title' => '' ) ) . '';
}
?>
ID );
if ( get_post_type( $post->ID ) === 'post' ) {
?>
ID ) === 'page' ) {
?>
ID ) === 'portfolio' ) {
?>
ID ) === 'product' ) {
?>
' . esc_html__( 'Sorry, no results were found.', 'salient' ) . '';
echo '
ID ) ) {
echo '' . get_the_post_thumbnail( $post->ID, 'full', array( 'title' => '' ) ) . '';
}
?>
ID, '_nectar_external_project_url', true );
$nectar_portfolio_project_url = ( ! empty( $nectar_custom_project_link ) ) ? $nectar_custom_project_link : esc_url( get_permalink() );
if ( has_post_thumbnail( $post->ID ) ) {
echo '' . get_the_post_thumbnail( $post->ID, 'full', array( 'title' => '' ) ) . '';
}
?>
ID ) ) {
echo '' . get_the_post_thumbnail( $post->ID, 'full', array( 'title' => '' ) ) . '';
}
?>
ID ) ) {
echo '' . get_the_post_thumbnail( $post->ID, 'full', array( 'title' => '' ) ) . '';
}
?>
' . esc_html__( 'Please try again with different keywords.', 'salient' ) . '
'; get_search_form(); endif; ?>