HEX
Server: Apache
System: Linux pdx1-shared-a1-31 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: dh_5jabqq (6436002)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /home/dh_5jabqq/bermudashipwreckarchive.com/wp-content/themes/loquet/includes/blog.php
<?php
/*======
*
* Blog Post Styles
*
======*/
	/*====== Blog Post Style 1 ======*/
	if( !function_exists( 'loquet_post_style_1' ) ) {

		function loquet_post_style_1( $post_id = "", $image = "", $category = "", $author = "", $date = "", $date_type = "", $comment = "", $reading_time = "", $excerpt = "", $read_more = "", $image_size = "loquet-post-1" ) {

			/*====== HTML Output ======*/
			$output = "";

			if( !empty( $post_id ) ) {

				if( is_sticky( $post_id ) ) {

					$output .= '<div class="gt-item gt-item-sticky" data-gt-sticky-text="' . esc_html__( 'Featured', 'loquet' ) . '">';

				} else {

					$output .= '<div class="gt-item">';

				}

					$output .= '<div class="gt-post-header">';

						if( $category == "1" ) {

							$output .= '<div class="gt-categories">';
								$output .= get_the_category_list( '', '', $post_id );
							$output .= '</div>';

						}

						$output .= '<div class="gt-title">';
							$output .= '<a href="' . get_the_permalink( $post_id ) . '">' . get_the_title( $post_id ) . '</a>';
						$output .= '</div>';

						$output .= loquet_post_meta( $post_id = esc_attr( $post_id ), $author = esc_attr( $author ), $date = esc_attr( $date ), $date_type = esc_attr( $date_type ), $category = "", $comment = esc_attr( $comment ), $reading_time = esc_attr( $reading_time ), $wrap_class = "gt-details" );

					$output .= '</div>';

					if( $image == "1" and has_post_thumbnail( $post_id ) ) {

						$output .= '<div class="gt-image">';

							$output .= '<a href="' . get_the_permalink( $post_id ) . '">';
								$output .= get_the_post_thumbnail( $post_id, esc_attr( $image_size ) );
							$output .= '</a>';
						$output .= '</div>';

					}

					if( $excerpt == "1" ) {

						$summary = get_the_excerpt();

						if( !empty( $summary ) ) {

							$output .= '<div class="gt-excerpt">';
								$output .= wpautop( get_the_excerpt() );
							$output .= '</div>';

						}

					}

					if( $read_more == "1" ) {

						$output .= '<div class="gt-button gt-style-3 gt-inline-block">';
							$output .= '<a href="' . get_the_permalink( $post_id ) . '">' . esc_html__( 'Continue Reading', 'loquet' ) . '</a>';
						$output .= '</div>';

					}

				$output .= '</div>';

			}

			return $output;
		}

	}

	/*====== Blog Post Style 2 ======*/
	if( !function_exists( 'loquet_post_style_2' ) ) {

		function loquet_post_style_2( $post_id = "", $image = "", $category = "", $author = "", $date = "", $date_type = "", $comment = "", $reading_time = "", $excerpt = "", $read_more = "", $image_size = "loquet-post-3" ) {

			/*====== HTML Output ======*/
			$output = "";

			if( !empty( $post_id ) ) {

				if( is_sticky( $post_id ) ) {

					$output .= '<div class="gt-item gt-item-sticky" data-gt-sticky-text="' . esc_html__( 'Featured', 'loquet' ) . '">';

				} else {

					$output .= '<div class="gt-item">';

				}

					if( $image == "1" and has_post_thumbnail( $post_id ) ) {

						$output .= '<div class="gt-image">';
							$output .= '<a href="' . get_the_permalink( $post_id ) . '">';
								$output .= get_the_post_thumbnail( $post_id, esc_attr( $image_size ) );
							$output .= '</a>';
						$output .= '</div>';

					}

					$output .= '<div class="gt-content">';
						$output .= '<div class="gt-content-inner">';

							if( $category == "1" ) {

								$output .= '<div class="gt-categories">';
									$output .= get_the_category_list( '', '', $post_id );
								$output .= '</div>';

							}

							$output .= '<div class="gt-post-header">';
								$output .= '<div class="gt-title">';
									$output .= '<a href="' . get_the_permalink( $post_id ) . '">' . get_the_title( $post_id ) . '</a>';
								$output .= '</div>';

								$output .= loquet_post_meta( $post_id = esc_attr( $post_id ), $author = esc_attr( $author ), $date = esc_attr( $date ), $date_type = esc_attr( $date_type ), $category = "", $comment = esc_attr( $comment ), $reading_time = esc_attr( $reading_time ), $wrap_class = "gt-details" );
							$output .= '</div>';

							if( $excerpt == "1" ) {

								$summary = get_the_excerpt();

								if( !empty( $summary ) ) {

									$output .= '<div class="gt-excerpt">';
										$output .= wpautop( get_the_excerpt() );
									$output .= '</div>';

								}

							}

							if( $read_more == "1" ) {

								$output .= '<div class="gt-button gt-style-3 gt-inline-flex">';
									$output .= '<a href="' . get_the_permalink( $post_id ) . '">' . esc_html__( 'Continue Reading', 'loquet' ) . '</a>';
								$output .= '</div>';

							}

						$output .= '</div>';
					$output .= '</div>';
				$output .= '</div>';

			}

			return $output;
		}

	}

	/*====== Blog Post Style 3 ======*/
	if( !function_exists( 'loquet_post_style_3' ) ) {

		function loquet_post_style_3( $post_id = "", $image = "", $category = "", $author = "", $date = "", $date_type = "", $comment = "", $reading_time = "", $excerpt = "", $read_more = "", $image_size = "loquet-post-2" ) {

			/*====== HTML Output ======*/
			$output = "";

			if( !empty( $post_id ) ) {

				if( is_sticky( $post_id ) ) {

					$output .= '<div class="gt-item gt-item-sticky" data-gt-sticky-text="' . esc_html__( 'Featured', 'loquet' ) . '">';

				} else {

					$output .= '<div class="gt-item">';

				}

					if( $image == "1" and has_post_thumbnail( $post_id ) ) {

						$output .= '<div class="gt-image">';

							$output .= '<a href="' . get_the_permalink( $post_id ) . '">';
								$output .= get_the_post_thumbnail( $post_id, esc_attr( $image_size ) );
							$output .= '</a>';
						$output .= '</div>';

					}

					$output .= '<div class="gt-content">';
						$output .= '<div class="gt-content-inner">';

							if( $category == "1" ) {

								$output .= '<div class="gt-categories">';
									$output .= get_the_category_list( '', '', $post_id );
								$output .= '</div>';

							}

							$output .= '<div class="gt-post-header">';
								$output .= '<div class="gt-title">';
									$output .= '<a href="' . get_the_permalink( $post_id ) . '">' . get_the_title( $post_id ) . '</a>';
								$output .= '</div>';

								$output .= loquet_post_meta( $post_id = esc_attr( $post_id ), $author = esc_attr( $author ), $date = esc_attr( $date ), $date_type = esc_attr( $date_type ), $category = "", $comment = esc_attr( $comment ), $reading_time = esc_attr( $reading_time ), $wrap_class = "gt-details" );
							$output .= '</div>';

							if( $excerpt == "1" ) {

								$summary = get_the_excerpt();

								if( !empty( $summary ) ) {

									$output .= '<div class="gt-excerpt">';
										$output .= wpautop( get_the_excerpt() );
									$output .= '</div>';

								}

							}

							if( $read_more == "1" ) {

								$output .= '<div class="gt-button gt-style-3 gt-inline-flex">';
									$output .= '<a href="' . get_the_permalink( $post_id ) . '">' . esc_html__( 'Continue Reading', 'loquet' ) . '</a>';
								$output .= '</div>';

							}

						$output .= '</div>';
					$output .= '</div>';
				$output .= '</div>';

			}

			return $output;
		}

	}



/*======
*
* Post Listing
*
======*/
if( !function_exists( 'loquet_post_listing' ) ) {

	function loquet_post_listing() {

		/*====== Customizer Settings ======*/
		$category_info = get_theme_mod( 'loquet_blog_category_info', '1' );
		$author_info = get_theme_mod( 'loquet_blog_author_info', '1' );
		$date_info = get_theme_mod( 'loquet_blog_date_info', '1' );
		$date_info_type = get_theme_mod( 'loquet_blog_date_info_type', 'date-time' );
		$comment_info = get_theme_mod( 'loquet_blog_comment_info' );
		$reading_time_info = get_theme_mod( 'loquet_blog_reading_time_info' );
		$excerpt_info = get_theme_mod( 'loquet_blog_excerpt', '1' );
		$read_more_button = get_theme_mod( 'loquet_blog_read_more', '1' );

		if( is_category() ) {

			$listing_style = get_theme_mod( 'loquet_blog_categories_post_listing_style', 'style-1' );

		} elseif( is_tag() ) {

			$listing_style = get_theme_mod( 'loquet_blog_tags_post_listing_style', 'style-1' );

		} elseif( is_author() ) {

			$listing_style = get_theme_mod( 'loquet_blog_authors_post_listing_style', 'style-1' );

		} elseif( is_search() ) {

			$listing_style = get_theme_mod( 'loquet_blog_search_results_post_listing_style', 'style-1' );

		} else {

			$listing_style = get_theme_mod( 'loquet_blog_archives_post_listing_style', 'style-1' );

		}

		/*====== HTML Output ======*/
		$output = "";

		$output .= '<div class="gt-article-list">';

			if( $listing_style == "style-1" ) {
	
				$output .= '<div class="gt-post-listing gt-style-1 gt-align-left">';

					while( have_posts() ) {

						the_post();

						$output .= loquet_post_style_1( $post_id = get_the_ID(), $image = "1", $category = esc_attr( $category_info ), $author = esc_attr( $author_info ), $date = esc_attr( $date_info ), $date_type = esc_attr( $date_info_type ), $comment = esc_attr( $comment_info ), $reading_time = esc_attr( $reading_time_info ), $excerpt = esc_attr( $excerpt_info ), $read_more = esc_attr( $read_more_button ) );

					}

				$output .= '</div>';


			} elseif( $listing_style == "style-2" ) {
	
				$output .= '<div class="gt-post-listing gt-style-2 gt-align-center">';

					while( have_posts() ) {

						the_post();

						$output .= loquet_post_style_2( $post_id = get_the_ID(), $image = "1", $category = esc_attr( $category_info ), $author = esc_attr( $author_info ), $date = esc_attr( $date_info ), $date_type = esc_attr( $date_info_type ), $comment = esc_attr( $comment_info ), $reading_time = esc_attr( $reading_time_info ), $excerpt = esc_attr( $excerpt_info ), $read_more = esc_attr( $read_more_button ) );

					}

				$output .= '</div>';


			} elseif( $listing_style == "style-3" ) {
	
				$output .= '<div class="gt-post-listing gt-style-3 gt-align-center">';
					$output .= '<div class="gt-grid gt-grid-2 gt-spacing-20">';

						while( have_posts() ) {

							the_post();

							$output .= '<div class="gt-grid-col">';
								$output .= loquet_post_style_3( $post_id = get_the_ID(), $image = "1", $category = esc_attr( $category_info ), $author = esc_attr( $author_info ), $date = esc_attr( $date_info ), $date_type = esc_attr( $date_info_type ), $comment = esc_attr( $comment_info ), $reading_time = esc_attr( $reading_time_info ), $excerpt = esc_attr( $excerpt_info ), $read_more = esc_attr( $read_more_button ) );
							$output .= '</div>';

						}

					$output .= '</div>';
				$output .= '</div>';


			} elseif( $listing_style == "style-4" ) {
	
				$output .= '<div class="gt-post-listing gt-style-3 gt-align-center">';
					$output .= '<div class="gt-grid gt-grid-3 gt-spacing-20">';

						while( have_posts() ) {

							the_post();

							$output .= '<div class="gt-grid-col">';
								$output .= loquet_post_style_3( $post_id = get_the_ID(), $image = "1", $category = esc_attr( $category_info ), $author = esc_attr( $author_info ), $date = esc_attr( $date_info ), $date_type = esc_attr( $date_info_type ), $comment = esc_attr( $comment_info ), $reading_time = esc_attr( $reading_time_info ), $excerpt = esc_attr( $excerpt_info ), $read_more = esc_attr( $read_more_button ) );
							$output .= '</div>';

						}

					$output .= '</div>';
				$output .= '</div>';

			}

		$output .= '</div>';

		return $output;

	}

}



/*======
*
* Post Meta
*
======*/
if( !function_exists( 'loquet_post_meta' ) ) {

	function loquet_post_meta( $post_id = "", $author = "", $date = "", $date_type = "date-time", $category = "", $comment = "", $reading_time = "", $wrap_class = "" ) {

		/*====== HTML Output ======*/
		$output = "";

		if( $author == "1" or $date == "1" or $category == "1" or $comment == "1" or $reading_time == "1" ) {

			$output .= '<div class="' . esc_attr( $wrap_class ) . '">';
				$output .= '<ul>';

					if( $author == "1" ) {

						$output .= '<li class="gt-author">';
							$output .= '<a href="' . esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) . '">' . get_the_author() . '</a>';
						$output .= '</li>';

					}

					if( $date == "1" ) {

						$output .= '<li class="gt-date">';
							$output .= '<span>';

								if( $date_type == "date-time" ) {

									$output .= get_the_time( get_option( 'date_format' ), $post_id );

								} elseif( $date_type == "human-time" ) {

									$output .= sprintf( esc_html__( '%s Ago', 'loquet' ), human_time_diff( get_the_time( 'U', $post_id ), current_time( 'timestamp' ) ) );

								}

							$output .= '</span>';
						$output .= '</li>';

					}

					if( $category == "1" ) {

						$output .= '<li class="gt-category">';
							$output .= get_the_category_list( '', '', $post_id );
						$output .= '</li>';

					}

					if( $comment == "1" and comments_open( $post_id ) ) {

						$num_comments = get_comments_number( $post_id );

						$output .= '<li class="gt-comments">';
							$output .= '<a href="' . get_the_permalink( $post_id ) . '#comments">';

								if( $num_comments == 0 ) {

									$output .= esc_html__( '0 Comment', 'loquet' );

								} elseif( $num_comments > 1 ) {

									$output .= esc_attr( $num_comments ) . ' ' . esc_html__( 'Comments', 'loquet' );

								} else {

									$output .= esc_html__( '1 Comment', 'loquet' );

								}

							$output .= '</a>';
						$output .= '</li>';

					}

					if( $reading_time == "1" ) {

						$output .= '<li class="gt-reading-time">';
							$output .= '<span>';
								$output .= loquet_reading_time( $post_id = $post_id );
							$output .= '</span>';
						$output .= '</li>';

					}

				$output .= '</ul>';
			$output .= '</div>';

		}

		return $output;

	}

}



/*======
*
* Author Box
*
======*/
if( !function_exists( 'loquet_author_box' ) ) {

	function loquet_author_box() {

		/*====== Meta Fields ======*/
		$author = get_the_author();
		$author_display_name = get_the_author_meta( 'display_name' );
		$author_description = get_the_author_meta( 'description' );
		$author_url = get_the_author_meta( 'user_url' );
		$author_posts_url = esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) );
		$author_avatar = get_avatar( get_the_author_meta( 'user_email' ), 160 );

		/*====== HTML Output ======*/
		$output = "";

		if( !empty( $author_display_name ) and !empty( $author_description ) ) {

			$output .= '<div class="gt-author-box gt-style-1">';

				if( !empty( $author_avatar ) ) {

					$output .= '<div class="gt-image">';
						$output .= '<a href="' . esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) . '" rel="author">';
							$output .= get_avatar( get_the_author_meta( 'user_email' ), 160 );
						$output .= '</a>';
					$output .= '</div>';

				}

				if( !empty( $author_display_name ) or !empty( $author_description ) ) {

					$output .= '<div class="gt-content">';

						$output .= '<div class="gt-subtitle">';
							$output .= esc_html__( 'Writen by', 'loquet' );
						$output .= '</div>';

						if( !empty( $author_display_name ) ) {

							$output .= '<h5>';
								$output .= '<a href="' . esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) . '">' . get_the_author_meta( 'display_name' ) . '</a>';
							$output .= '</h5>';

						}

						if( !empty( $author_description ) ) {

							$output .= wpautop( get_the_author_meta( 'description' ) );

						}

						if( function_exists( 'loquet_user_social_media_links' ) ) {

							if( !empty( loquet_user_social_media_links( $user_id = get_the_author_meta( 'ID' ), $style = "style-7", $skin = "light", $size = "size-s" ) ) ) {

								$output .= loquet_user_social_media_links( $user_id = get_the_author_meta( 'ID' ), $style = "style-7", $skin = "light", $size = "size-s" );

							}

						}


					$output .= '</div>';

				}

			$output .= '</div>';

		}

		return $output;

	}

}



/*======
*
* Related Posts
*
======*/
if( !function_exists( 'loquet_related_posts' ) ) {

	function loquet_related_posts( $post_id = "" ) {

		/*====== Customizer Settings ======*/
		$tags = wp_get_post_tags( $post_id );
		$style = get_theme_mod( 'loquet_blog_posts_related_posts_style', 'style-1' );
		$fields = get_theme_mod( 'loquet_blog_posts_related_posts_fields', array( 'image', 'category', 'date', 'reading-time', 'excerpt' ) );
		$count = get_theme_mod( 'loquet_blog_posts_related_posts_count', '2' );
		$column = get_theme_mod( 'loquet_blog_posts_related_posts_column', '2' );
		$column_space = get_theme_mod( 'loquet_blog_posts_related_posts_column_space', '30' );
		$date_time_format = get_theme_mod( 'loquet_blog_date_info_type', 'date-time' );

		$settings = array();
		$settings["image"] = "";
		$settings["category"] = "";
		$settings["author"] = "";
		$settings["date"] = "";
		$settings["comments"] = "";
		$settings["reading-time"] = "";
		$settings["excerpt"] = "";
		$settings["read-more-button"] = "";

		if( !empty( $fields ) ) {

			foreach( $fields as $field ) {

				if( !empty( $field ) ) {

					$settings[$field] = "1";

				}

			}

		}

		/*====== HTML Output ======*/
		$output = "";

		if( !empty( $tags ) ) {

			$tag_ids = array();

			foreach( $tags as $tag ) {

				if( !empty( $tag ) ) {

					$tag_ids[] = $tag->term_id;

				}

			}

			$args = array(
				'posts_type' => 'post',
				'post_status' => 'publish',
				'ignore_sticky_posts' => true,
				'post__not_in' => array( $post_id ),
				'posts_per_page' => $count,
				'tag__in' => $tag_ids,
			);
			$query = new wp_query( $args );

			if( !empty( $query ) ) {

				$output .= '<div class="gt-related-posts">';
					$output .= '<div class="gt-post-listing gt-' . esc_attr( $style ) . '">';
						$output .= '<div class="gt-grid gt-grid-' . esc_attr( $column ) . ' gt-spacing-' . esc_attr( $column_space ) . '">';

							while( $query->have_posts() ) {

								$query->the_post();
								
								$output .= '<div class="gt-grid-col">';

									if( $style == "style-1" ) {

										$output .= loquet_post_style_1( $post_id = get_the_ID(), $image = esc_attr( $settings["image"] ), $category = esc_attr( $settings["category"] ), $author = esc_attr( $settings["author"] ), $date = esc_attr( $settings["date"] ), $date_type = esc_attr( $date_time_format ), $comment = esc_attr( $settings["comments"] ), $reading_time = esc_attr( $settings["reading-time"] ), $excerpt = esc_attr( $settings["excerpt"] ), $read_more = esc_attr( $settings["read-more-button"] ) );

									} elseif( $style == "style-2" ) {

										$output .= loquet_post_style_2( $post_id = get_the_ID(), $image = esc_attr( $settings["image"] ), $category = esc_attr( $settings["category"] ), $author = esc_attr( $settings["author"] ), $date = esc_attr( $settings["date"] ), $date_type = esc_attr( $date_time_format ), $comment = esc_attr( $settings["comments"] ), $reading_time = esc_attr( $settings["reading-time"] ), $excerpt = esc_attr( $settings["excerpt"] ), $read_more = esc_attr( $settings["read-more-button"] ) );

									} elseif( $style == "style-3" ) {

										$output .= loquet_post_style_3( $post_id = get_the_ID(), $image = esc_attr( $settings["image"] ), $category = esc_attr( $settings["category"] ), $author = esc_attr( $settings["author"] ), $date = esc_attr( $settings["date"] ), $date_type = esc_attr( $date_time_format ), $comment = esc_attr( $settings["comments"] ), $reading_time = esc_attr( $settings["reading-time"] ), $excerpt = esc_attr( $settings["excerpt"] ), $read_more = esc_attr( $settings["read-more-button"] ) );

									} elseif( $style == "style-4" ) {

										$output .= loquet_post_style_4( $post_id = get_the_ID(), $image = esc_attr( $settings["image"] ), $category = esc_attr( $settings["category"] ), $author = esc_attr( $settings["author"] ), $date = esc_attr( $settings["date"] ), $date_type = esc_attr( $date_time_format ), $comment = esc_attr( $settings["comments"] ), $reading_time = esc_attr( $settings["reading-time"] ), $excerpt = esc_attr( $settings["excerpt"] ), $read_more = esc_attr( $settings["read-more-button"] ) );

									} elseif( $style == "style-5" ) {

										$output .= loquet_post_style_5( $post_id = get_the_ID(), $image = esc_attr( $settings["image"] ), $category = esc_attr( $settings["category"] ), $author = esc_attr( $settings["author"] ), $date = esc_attr( $settings["date"] ), $date_type = esc_attr( $date_time_format ), $comment = esc_attr( $settings["comments"] ), $reading_time = esc_attr( $settings["reading-time"] ), $excerpt = esc_attr( $settings["excerpt"] ), $read_more = esc_attr( $settings["read-more-button"] ) );

									} elseif( $style == "style-6" ) {

										$output .= loquet_post_style_6( $post_id = get_the_ID(), $image = esc_attr( $settings["image"] ), $category = esc_attr( $settings["category"] ), $author = esc_attr( $settings["author"] ), $date = esc_attr( $settings["date"] ), $date_type = esc_attr( $date_time_format ), $comment = esc_attr( $settings["comments"] ), $reading_time = esc_attr( $settings["reading-time"] ), $excerpt = esc_attr( $settings["excerpt"] ), $read_more = esc_attr( $settings["read-more-button"] ) );

									} elseif( $style == "style-7" ) {

										$output .= loquet_post_style_7( $post_id = get_the_ID(), $image = esc_attr( $settings["image"] ), $category = esc_attr( $settings["category"] ), $author = esc_attr( $settings["author"] ), $date = esc_attr( $settings["date"] ), $date_type = esc_attr( $date_time_format ), $comment = esc_attr( $settings["comments"] ), $reading_time = esc_attr( $settings["reading-time"] ), $excerpt = esc_attr( $settings["excerpt"] ), $read_more = esc_attr( $settings["read-more-button"] ) );

									} elseif( $style == "style-8" ) {

										$output .= loquet_post_style_8( $post_id = get_the_ID(), $image = esc_attr( $settings["image"] ), $category = esc_attr( $settings["category"] ), $author = esc_attr( $settings["author"] ), $date = esc_attr( $settings["date"] ), $date_type = esc_attr( $date_time_format ), $comment = esc_attr( $settings["comments"] ), $reading_time = esc_attr( $settings["reading-time"] ), $excerpt = esc_attr( $settings["excerpt"] ), $read_more = esc_attr( $settings["read-more-button"] ) );

									}

								$output .= '</div>';

							}

						$output .= '</div>';
					$output .= '</div>';
				$output .= '</div>';

			}

		}
		wp_reset_postdata();

		return $output;

	}

}



/*======
*
* No Content
*
======*/
if( !function_exists( 'loquet_no_content' ) ) {

	function loquet_no_content() {

		$output = '';

		$output .= '<div class="gt-no-content gt-align-center">';
			$output .= '<svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 879.0088 736.75972" width="350"> <defs> <linearGradient id="linear-gradient" x1="439.5044" y1="355.05641" x2="439.5044" y2="599.38239" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#e5e5e5"/> <stop offset="0.47641" stop-color="#f4f4f4"/> <stop offset="1" stop-color="#fff"/> </linearGradient> <linearGradient id="linear-gradient-2" x1="3737.69621" y1="424.27178" x2="3760.44075" y2="441.51326" gradientTransform="matrix(-1, 0, 0, 1, 4254.3522, 0)" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#4e9cff"/> <stop offset="0.98436" stop-color="#176ad4"/> </linearGradient> <linearGradient id="linear-gradient-3" x1="451.87243" y1="37.68234" x2="408.85481" y2="32.88177" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#f2bfad"/> <stop offset="1" stop-color="#f2dad4"/> </linearGradient> <linearGradient id="linear-gradient-4" x1="400.414" y1="91.45075" x2="547.02958" y2="202.59251" gradientTransform="matrix(1, 0, 0, 1, 0, 0)" xlink:href="#linear-gradient-2"/> <linearGradient id="linear-gradient-5" x1="547.94783" y1="154.1107" x2="550.13749" y2="191.21632" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#f2bfad"/> <stop offset="0.70432" stop-color="#f2dad4"/> </linearGradient> <linearGradient id="linear-gradient-6" x1="457.45292" y1="53.12389" x2="471.6762" y2="82.82799" xlink:href="#linear-gradient-3"/> <linearGradient id="linear-gradient-7" x1="524.08586" y1="118.91479" x2="548.84896" y2="164.4704" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#f6dbdb"/> <stop offset="1" stop-color="#eb9a99"/> </linearGradient> <linearGradient id="linear-gradient-8" x1="411.14541" y1="426.67735" x2="433.88994" y2="443.91882" gradientTransform="matrix(1, 0, 0, 1, 0, 0)" xlink:href="#linear-gradient-2"/> </defs> <g id="katman_2" data-name="katman 2"> <g id="Layer_2" data-name="Layer 2"> <g> <g> <path d="M723.4563,355.85342a6.10714,6.10714,0,1,0-12.0676,1.8873c.8762,5.6884,1.9919,23.5096-4.1574,30.6803a8.2083,8.2083,0,0,1-4.9577,2.8508l.5603-33.9412a8.82826,8.82826,0,1,0-17.6526.0726l1.5954,64.4124a8.23976,8.23976,0,0,1-5.1666-2.8781c-6.1493-7.1707-5.0334-24.9922-4.1573-30.6802a6.107,6.107,0,1,0-12.0673-1.8875c-.4386,2.8032-3.9692,27.756,6.9374,40.501a20.67422,20.67422,0,0,0,14.7586,7.2544l.6944,28.0363h13.3273l.967-58.5754a20.6387,20.6387,0,0,0,14.4487-7.2318C727.4255,383.60932,723.895,358.65642,723.4563,355.85342Z" style="fill: #bdbdbd"/> <path d="M154.4074,410.45632a3.89292,3.89292,0,1,0-7.6923,1.2032c.5584,3.6259,1.2696,14.9865-2.6503,19.5576a5.23429,5.23429,0,0,1-3.1603,1.8173l.3572-21.6365a5.62775,5.62775,0,1,0-11.253.0465l1.017,41.0606a5.24956,5.24956,0,0,1-3.2934-1.8348c-3.92-4.5709-3.2088-15.9314-2.6505-19.5573a3.893,3.893,0,1,0-7.6924-1.2034c-.2797,1.7869-2.5305,17.6937,4.4223,25.8182a13.18038,13.18038,0,0,0,9.4082,4.6244l.4428,17.8724h8.4956l.6166-37.3399a13.15749,13.15749,0,0,0,9.2103-4.6103C156.938,428.15,154.6872,412.24332,154.4074,410.45632Z" style="fill: #bdbdbd"/> <ellipse cx="439.5044" cy="581.16677" rx="439.5044" ry="155.59295" style="fill: url(#linear-gradient)"/> </g> <g> <path d="M509.6619,392.57182s-.256,14.9727-.0073,16.4724c.2485,1.4996-5.8611,10.2753-8.3607,9.8865-2.4992-.3889-7.4981-1.222-8.2201-2.055-.722-.8331-.4046-2.7975-.1468-4.5923.2578-1.795,2.1273-18.101,2.1273-18.9341S506.8847,390.29452,509.6619,392.57182Z" style="fill: #ffd3bc"/> <path d="M499.968,408.18392c-3.1264,1.6896-4.8813,6.8307-5.3258,6.8942-.4448.0636-1.2704-.0635-1.2704-.5718,0-.5079.127-2.2229-.4448-2.2229-.5715,0-1.2069,2.7947-1.3338,6.8597-.127,4.0654-1.5725,13.758,0,14.9903.9861.7731,10.036,5.5262,10.2899,6.1614.254.6352-.1906,5.0814.5719,5.7802.7619.6985,2.5406,2.4137,3.9379,2.4772,1.3975.0636,9.4643.8894,13.2755,0,3.811-.8893,8.6383-2.7312,8.7654-3.2395.127-.5079-.9529-11.3062-2.1596-12.6401-1.2069-1.3338-9.9087-13.2751-10.6076-14.3551a12.32622,12.32622,0,0,1-1.2069-5.2085c0-1.5244-1.3792-4.8507-3.9458-5.6518C507.8409,406.623,502.3182,406.91352,499.968,408.18392Z" style="fill: url(#linear-gradient-2)"/> <path d="M418.3981,401.22992s-.0029,8.7199-.2514,10.2198c-.2486,1.4996,5.8613,10.2752,8.3605,9.8863,2.4996-.3885,7.4985-1.2217,8.2203-2.0548.722-.8333.4045-2.7973.1467-4.5925-.2579-1.795-1.8685-11.848-1.8685-12.6813C433.0057,401.17422,421.1751,398.95262,418.3981,401.22992Z" style="fill: #ffd3bc"/> <path d="M426.447,208.81592c-3.5375,12.8637-10.2289,56.9346-10.2289,78.3504,0,21.4155-2.1417,76.0255-2.1417,84.324,0,8.2984-.8935,28.888,1.251,29.96,2.1448,1.0725,7.1491,4.2895,13.9404,3.2172,6.7914-1.0724,8.5786-5.3617,8.7571-9.2936.1789-3.9319,1.7873-32.1696,3.3959-43.0715,1.6084-10.902,7.3274-31.9277,11.0806-45.4528,3.7531-13.5251,12.5105-40.7197,14.8337-40.6158,2.3235.104,16.7963,59.6839,18.0024,63.061,1.2062,3.3768,3.5042,51.3529,3.6534,55.3783.1491,4.0258,0,7.9022,2.5344,9.5423,2.5348,1.6401,10.2877,5.6657,14.3135,5.964,4.0255.2979,6.7091-6.1132,7.4545-8.0514.7458-1.9382,2.0668-66.1085,1.591-83.711-.4759-17.6027.9152-50.4291.1009-61.1334-.8146-10.70413-3.4312-33.6426-5.0964-38.4677C508.224,203.99092,426.447,208.81592,426.447,208.81592Z" style="fill: #192b59"/> <path d="M401.4623,59.28912c3.3765-3.7517,19.1342-21.5102,22.2606-22.1355,3.1266-.6252,10.738-2.0009,12.4347-3.7517,1.697-1.7508,8.8746-24.2849,6.0335-28.3839-2.8412-4.0988-13.8054-2.9359-17.1277,4.041-3.3225,6.9768-3.1562,10.6315-8.6381,15.4489-5.4818,4.8175-29.367,24.3452-31.5906,26.3187-2.2239,1.9737,2.1876,11.5565,5.676,13.2176C393.9992,65.70542,401.4623,59.28912,401.4623,59.28912Z" style="fill: url(#linear-gradient-3)"/> <path d="M445.0086,64.69982c-8.0514,1.688-21.4269,3.1165-25.8423,4.5451-4.4151,1.4284-21.8162,7.5317-21.6864,4.9345.1298-2.597,8.0511-14.0249,6.6228-15.1935-1.4284-1.1688-9.9993-2.5972-11.4277-4.4153s-3.3763-6.1033-5.3242-5.584c-1.9481.5194-24.5313,21.5545-22.9852,29.6081,3.6446,18.9857,57.0179,32.8199,58.2358,41.1007,1.2176,8.2807-4.1403,87.6778-1.2179,90.6006,2.9228,2.9226,33.8535,14.126,49.4409,15.1002,15.5871.97391,42.93-4.4558,44.4225-8.5601,1.4923-4.1046-7.6057-82.9914-6.5498-82.9914,1.0558,0,1.3539,24.8333,13.2261,31.2548,7.8375,4.2392,18.6187-.1276,20.6822-2.4664,2.0638-2.3387-7.367-35.3548-11.6347-46.4878-4.2675-11.1325-8.3495-34.1402-17.998-42.3041-9.6481-8.1642-23.2682-6.7751-27.9569-8.6932-4.6888-1.918-20.4211-.5449-24.3879-.9589C456.6609,63.77492,445.0086,64.69982,445.0086,64.69982Z" style="fill: url(#linear-gradient-4)"/> <path d="M545.5704,147.70832s-13.8797,4.1958-14.9628,5.6394c-1.0829,1.444-3.0079,7.2194,0,9.6258,3.0081,2.4066,6.3059,4.206,9.8752,1.4299,3.5695-2.7763,6.8215-6.5145,8.8838-6.9854,2.0622-.4706,8.2296.4149,10.8193-.6023,2.5897-1.0169,7.5036-20.6499,5.5203-21.8399C563.7234,133.78612,545.5704,147.70832,545.5704,147.70832Z" style="fill: url(#linear-gradient-5)"/> <path d="M445.0707,62.04532c-4.4803-.9284-13.1272-9.3861-13.9209-17.9797-.7735-8.3729-6.9294-31.9039,14.5023-40.7292,20.1096-8.2811,40.805.2386,43.7797,10.451,2.7778,9.537-20.8283,9.966-29.4831,16.1772-8.6545,6.2112-9.2436,10.335-11.4037,9.3531C446.3849,38.33592,445.0707,62.04532,445.0707,62.04532Z" style="fill: #e64d4e"/> <path d="M444.708,45.28212c-.2842,3.835-1.2488,22.3847.357,25.1151,1.4753,2.508,4.0956,9.797,14.3743,9.4756,10.2786-.3212,16.9437-10.5999,17.5059-11.8044.5621-1.2047-.6426-16.0606-.6426-18.5499,0-2.4894-13.812-8.3515-19.3528-8.1908C451.409,41.48832,444.9753,41.67582,444.708,45.28212Z" style="fill: url(#linear-gradient-6)"/> <path d="M445.6532,45.33742c1.1598-.0333-.2101,7.0357,1.8902,9.346,2.1002,2.3103,11.2402,14.3579,20.9118,13.1805,8.3642-1.0181,7.1644-8.225,8.3698-14.1597,1.0945-5.3878,4.5713-5.8507,5.7921-19.918.4726-5.4442,3.0453-13.9665-1.6802-15.5415-4.7253-1.5753-22.4722-5.7757-26.8828,0-4.4105,5.7755-4.8305,19.6369-7.1408,17.8517-2.3103-1.7851-7.1406-10.5011-9.9761-5.7756C434.102,35.04632,439.4566,45.51562,445.6532,45.33742Z" style="fill: #f2dad4"/> <path d="M520.3153,117.27682l-28.1477,35.5877a2.79622,2.79622,0,0,0,2.2407,4.5304l52.0277-.8838a2.79575,2.79575,0,0,0,2.1912-1.1207l26.5913-35.5348a2.53861,2.53861,0,0,0-2.0535-4.0596l-50.6795.4193A2.79666,2.79666,0,0,0,520.3153,117.27682Z" style="fill: url(#linear-gradient-7)"/> <path d="M564.8229,131.61012c-2.7396.2763-6.7176,1.8169-6.7176,3.2487,0,1.4317,3.1935,1.8246,4.0745,1.9587.8813.1338,2.0374.409,1.7069.8494-.3303.4407-.991,2.6433-2.753,2.2577-1.7622-.3852-9.4711-.4955-10.9579-.4955-1.4867,0-3.2487,1.0463-3.3588,2.1477-.1102,1.1012-.4405,1.3215-1.3214,1.3764-.8812.0551-2.478.8811-2.478,2.3128,0,1.4316,3.5369,2.7205,3.5369,3.2264,0,.5061,6.9394,4.7447,8.2991,5.5321,1.36.7871,3.901,2.7912,5.3323,2.7912,1.4315,0,3.8293-1.3599,4.0082-3.3281.1791-1.9684,3.0061-3.3998,3.042-4.3662.0357-.9661-.8947-1.6817-.7872-2.2901.1073-.6085,2.5765-1.4673,2.5765-3.0061,0-1.539-.9662-3.6148-1.1092-4.2587-.1432-.6444-.716-2.04-.1432-2.2189.5726-.1789,2.5765-2.04,2.2187-3.7578C569.6339,131.87212,566.0884,131.48242,564.8229,131.61012Z" style="fill: #ffd3bc"/> <path d="M427.8335,410.58932c3.126,1.6899,4.8811,6.8306,5.3259,6.8941.4445.0636,1.2704-.0635,1.2704-.5714,0-.5083-.1271-2.2233.4444-2.2233.5718,0,1.2068,2.7947,1.3339,6.8601.1273,4.065,1.5725,13.7578,0,14.9903-.9858.7727-10.0358,5.5262-10.2897,6.1612-.2544.6352.1904,5.0816-.5719,5.7802-.7623.6987-2.5406,2.4135-3.9381,2.477-1.3975.0638-9.4643.8894-13.2753,0-3.811-.889-8.6385-2.7312-8.7657-3.2391-.1269-.5083.9529-11.3064,2.1597-12.6401,1.2069-1.334,9.9089-13.2755,10.6078-14.3553a12.3306,12.3306,0,0,0,1.2067-5.2085c0-1.5246,1.3794-4.8505,3.946-5.6518C419.9602,409.02842,425.4833,409.31892,427.8335,410.58932Z" style="fill: url(#linear-gradient-8)"/> </g> </g> </g> </g> </svg>';

			$output .= '<h5>' . esc_html__( 'Nothing Found', 'loquet' ) . '</h5>';

			$output .= wpautop( esc_html__( 'Sorry, but nothing matched your search terms. Please try again with different keywords.', 'loquet' ) );

			$output .= '<div class="gt-button gt-style-1 gt-inline-block">';
				$output .= '<a href="' . esc_url( home_url( '/' ) ) . '">' . esc_html__( 'Back to Homepage', 'loquet' ) . '</a>';
			$output .= '</div>';
		$output .= '</div>';

		return $output;

	}

}