{"id":52,"date":"2021-12-18T09:22:07","date_gmt":"2021-12-18T09:22:07","guid":{"rendered":"https:\/\/hostkicker.com\/blog\/?p=52"},"modified":"2022-05-19T17:37:20","modified_gmt":"2022-05-19T12:07:20","slug":"highlight-search-terms-in-results-in-wordpress","status":"publish","type":"post","link":"https:\/\/hostkicker.com\/blog\/highlight-search-terms-in-results-in-wordpress\/","title":{"rendered":"How to Highlight the Search Terms in Results in WordPress"},"content":{"rendered":"<p><span data-preserver-spaces=\"true\">Today, We will share how you can highlight search terms in the results in WordPress. We highlight things to attract people towards it as it readily grabs attention. Moreover, It makes WordPress search more user-friendly.\u00a0<\/span><\/p>\n<h2><strong>What is Highlighting?<\/strong><\/h2>\n<p><span data-preserver-spaces=\"true\">It is the process or action of making a text\/ object stand out from the rest of the text\/object on the display screen.<\/span><\/p>\n<p><span data-preserver-spaces=\"true\">When you google any word or text, google represents the searched term in the results in a highlighted manner. This is just what we are trying to say.<\/span><\/p>\n<p><span data-preserver-spaces=\"true\">Suppose we search the term &#8216;Lorem Ipsum. Here is the result you get.<\/span><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.wpbeginner.com\/wp-content\/uploads\/2010\/02\/highlight-search-terms.png\" \/><\/p>\n<p><span data-preserver-spaces=\"true\">The above image shows the search term &#8220;Lorem Ipsum&#8221; in bold in the places where it occurs.<\/span><\/p>\n<h2><strong>Importance of highlighting search terms.<\/strong><\/h2>\n<p><span data-preserver-spaces=\"true\">When a person looks at the result, he may not quickly relate to it. By highlighting the search term, the presented result grabs the attention.<\/span><\/p>\n<p><span data-preserver-spaces=\"true\">The objective is to draw attention to important information in a text<\/span><strong><span data-preserver-spaces=\"true\">.<\/span><\/strong><span data-preserver-spaces=\"true\"> It is helpful because it first invites the reader to pick up the important parts and then review that information later.\u00a0<\/span><\/p>\n<p><strong>Accordingly, To highlight search terms in the result, Follow the steps below:<\/strong><\/p>\n<ul>\n<li><span data-preserver-spaces=\"true\">\u00a0open\u00a0\u00a0<\/span><em><span data-preserver-spaces=\"true\">search.php<\/span><\/em><span data-preserver-spaces=\"true\">\u00a0and look for the for code given below:<\/span><\/li>\n<\/ul>\n<pre><span data-preserver-spaces=\"true\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0&lt;?php the_title(); ?&gt;<\/span><\/pre>\n<ul>\n<li><span data-preserver-spaces=\"true\">Now, Replace the code with the below one:<\/span><\/li>\n<\/ul>\n<pre><span data-preserver-spaces=\"true\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0&lt;?php echo $title; ?&gt;<\/span><\/pre>\n<ul>\n<li><span data-preserver-spaces=\"true\">Note -you have to paste this line above the title code:<\/span><\/li>\n<\/ul>\n<pre><span data-preserver-spaces=\"true\">&lt;?php $title = get_the_title(); $keys= explode(\" \",$s); $title = preg_replace('\/('.implode('|', $keys) .')\/iu', '&lt;strong class=\"search- excerpt\"&gt;\\0&lt;\/strong&gt;', $title); ?&gt;<\/span><\/pre>\n<ul>\n<li><span data-preserver-spaces=\"true\">Then Open your CSS file.<\/span><\/li>\n<li><span data-preserver-spaces=\"true\">\u00a0In your CSS file, add the styling for the class search excerpt then, the term will be highlighted.<\/span><\/li>\n<li><span data-preserver-spaces=\"true\">Presently the code is making the search terms bold. You can try the simple CSS in your theme&#8217;s stylesheet.<\/span><\/li>\n<\/ul>\n<pre><span data-preserver-spaces=\"true\">\u00a0 \u00a0 \u00a0 \u00a0 strong.search-excerpt {\u00a0<\/span>\r\n\r\n<span data-preserver-spaces=\"true\">\u00a0 \u00a0 \u00a0 \u00a0\u00a0background-color:yellow;<\/span>\r\n\r\n<span data-preserver-spaces=\"true\">\u00a0 \u00a0 \u00a0 \u00a0\u00a0color:blue;<\/span>\r\n\r\n<span data-preserver-spaces=\"true\">\u00a0 \u00a0 \u00a0 \u00a0\u00a0}<\/span><\/pre>\n<p>This was the simple step you need to follow to highlight the search term. We hope this has helped you.<\/p>\n<p>You can also check our another guide on <a href=\"https:\/\/hostkicker.com\/blog\/display-search-term-and-result-counts-in-wordpress\/\">how to display search term and result count in WordPress.<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Today, We will share how you can highlight search terms in the results in WordPress. We highlight things to attract people towards it as it readily grabs attention. Moreover, It makes WordPress search more user-friendly.\u00a0 What is Highlighting? It is the process or action of making a text\/ object stand out from the rest of [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":312,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-52","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wp-tutorials"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v19.3 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to Highlight the Search Terms in Results in WordPress<\/title>\n<meta name=\"description\" content=\"In this article you will know How to Highlight the Search Terms in Results in WordPress. The highlighted text grabs the attention and....\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hostkicker.com\/blog\/highlight-search-terms-in-results-in-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Highlight the Search Terms in Results in WordPress\" \/>\n<meta property=\"og:description\" content=\"In this article you will know How to Highlight the Search Terms in Results in WordPress. The highlighted text grabs the attention and....\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hostkicker.com\/blog\/highlight-search-terms-in-results-in-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"Hostkicker\" \/>\n<meta property=\"article:published_time\" content=\"2021-12-18T09:22:07+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-05-19T12:07:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-featured-image-row10-01.png\" \/>\n\t<meta property=\"og:image:width\" content=\"693\" \/>\n\t<meta property=\"og:image:height\" content=\"511\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Olivia Smith\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Olivia Smith\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/highlight-search-terms-in-results-in-wordpress\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/highlight-search-terms-in-results-in-wordpress\\\/\"},\"author\":{\"name\":\"Olivia Smith\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#\\\/schema\\\/person\\\/f06306b595baa96c90a0491b941d7660\"},\"headline\":\"How to Highlight the Search Terms in Results in WordPress\",\"datePublished\":\"2021-12-18T09:22:07+00:00\",\"dateModified\":\"2022-05-19T12:07:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/highlight-search-terms-in-results-in-wordpress\\\/\"},\"wordCount\":316,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/highlight-search-terms-in-results-in-wordpress\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/hostkicker-featured-image-row10-01.png\",\"articleSection\":[\"Wp tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/hostkicker.com\\\/blog\\\/highlight-search-terms-in-results-in-wordpress\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/highlight-search-terms-in-results-in-wordpress\\\/\",\"url\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/highlight-search-terms-in-results-in-wordpress\\\/\",\"name\":\"How to Highlight the Search Terms in Results in WordPress\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/highlight-search-terms-in-results-in-wordpress\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/highlight-search-terms-in-results-in-wordpress\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/hostkicker-featured-image-row10-01.png\",\"datePublished\":\"2021-12-18T09:22:07+00:00\",\"dateModified\":\"2022-05-19T12:07:20+00:00\",\"description\":\"In this article you will know How to Highlight the Search Terms in Results in WordPress. The highlighted text grabs the attention and....\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/highlight-search-terms-in-results-in-wordpress\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/hostkicker.com\\\/blog\\\/highlight-search-terms-in-results-in-wordpress\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/highlight-search-terms-in-results-in-wordpress\\\/#primaryimage\",\"url\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/hostkicker-featured-image-row10-01.png\",\"contentUrl\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/hostkicker-featured-image-row10-01.png\",\"width\":693,\"height\":511,\"caption\":\"How to Highlight the Search Terms in Results in WordPress\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/highlight-search-terms-in-results-in-wordpress\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Highlight the Search Terms in Results in WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/\",\"name\":\"Hostkicker\",\"description\":\"Blog\",\"publisher\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#organization\",\"name\":\"Hostkicker\",\"url\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/hostkicker-logo-01.png\",\"contentUrl\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/hostkicker-logo-01.png\",\"width\":940,\"height\":218,\"caption\":\"Hostkicker\"},\"image\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#\\\/schema\\\/person\\\/f06306b595baa96c90a0491b941d7660\",\"name\":\"Olivia Smith\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/24a6b2466362238ad275f97a2f2fc49ce8d139c034114d6b9c52de1b12ebf1bd?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/24a6b2466362238ad275f97a2f2fc49ce8d139c034114d6b9c52de1b12ebf1bd?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/24a6b2466362238ad275f97a2f2fc49ce8d139c034114d6b9c52de1b12ebf1bd?s=96&d=mm&r=g\",\"caption\":\"Olivia Smith\"},\"url\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/author\\\/olivia\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Highlight the Search Terms in Results in WordPress","description":"In this article you will know How to Highlight the Search Terms in Results in WordPress. The highlighted text grabs the attention and....","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hostkicker.com\/blog\/highlight-search-terms-in-results-in-wordpress\/","og_locale":"en_US","og_type":"article","og_title":"How to Highlight the Search Terms in Results in WordPress","og_description":"In this article you will know How to Highlight the Search Terms in Results in WordPress. The highlighted text grabs the attention and....","og_url":"https:\/\/hostkicker.com\/blog\/highlight-search-terms-in-results-in-wordpress\/","og_site_name":"Hostkicker","article_published_time":"2021-12-18T09:22:07+00:00","article_modified_time":"2022-05-19T12:07:20+00:00","og_image":[{"width":693,"height":511,"url":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-featured-image-row10-01.png","type":"image\/png"}],"author":"Olivia Smith","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Olivia Smith","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hostkicker.com\/blog\/highlight-search-terms-in-results-in-wordpress\/#article","isPartOf":{"@id":"https:\/\/hostkicker.com\/blog\/highlight-search-terms-in-results-in-wordpress\/"},"author":{"name":"Olivia Smith","@id":"https:\/\/hostkicker.com\/blog\/#\/schema\/person\/f06306b595baa96c90a0491b941d7660"},"headline":"How to Highlight the Search Terms in Results in WordPress","datePublished":"2021-12-18T09:22:07+00:00","dateModified":"2022-05-19T12:07:20+00:00","mainEntityOfPage":{"@id":"https:\/\/hostkicker.com\/blog\/highlight-search-terms-in-results-in-wordpress\/"},"wordCount":316,"commentCount":0,"publisher":{"@id":"https:\/\/hostkicker.com\/blog\/#organization"},"image":{"@id":"https:\/\/hostkicker.com\/blog\/highlight-search-terms-in-results-in-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-featured-image-row10-01.png","articleSection":["Wp tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/hostkicker.com\/blog\/highlight-search-terms-in-results-in-wordpress\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/hostkicker.com\/blog\/highlight-search-terms-in-results-in-wordpress\/","url":"https:\/\/hostkicker.com\/blog\/highlight-search-terms-in-results-in-wordpress\/","name":"How to Highlight the Search Terms in Results in WordPress","isPartOf":{"@id":"https:\/\/hostkicker.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hostkicker.com\/blog\/highlight-search-terms-in-results-in-wordpress\/#primaryimage"},"image":{"@id":"https:\/\/hostkicker.com\/blog\/highlight-search-terms-in-results-in-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-featured-image-row10-01.png","datePublished":"2021-12-18T09:22:07+00:00","dateModified":"2022-05-19T12:07:20+00:00","description":"In this article you will know How to Highlight the Search Terms in Results in WordPress. The highlighted text grabs the attention and....","breadcrumb":{"@id":"https:\/\/hostkicker.com\/blog\/highlight-search-terms-in-results-in-wordpress\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hostkicker.com\/blog\/highlight-search-terms-in-results-in-wordpress\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hostkicker.com\/blog\/highlight-search-terms-in-results-in-wordpress\/#primaryimage","url":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-featured-image-row10-01.png","contentUrl":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-featured-image-row10-01.png","width":693,"height":511,"caption":"How to Highlight the Search Terms in Results in WordPress"},{"@type":"BreadcrumbList","@id":"https:\/\/hostkicker.com\/blog\/highlight-search-terms-in-results-in-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hostkicker.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Highlight the Search Terms in Results in WordPress"}]},{"@type":"WebSite","@id":"https:\/\/hostkicker.com\/blog\/#website","url":"https:\/\/hostkicker.com\/blog\/","name":"Hostkicker","description":"Blog","publisher":{"@id":"https:\/\/hostkicker.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hostkicker.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hostkicker.com\/blog\/#organization","name":"Hostkicker","url":"https:\/\/hostkicker.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hostkicker.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-logo-01.png","contentUrl":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-logo-01.png","width":940,"height":218,"caption":"Hostkicker"},"image":{"@id":"https:\/\/hostkicker.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/hostkicker.com\/blog\/#\/schema\/person\/f06306b595baa96c90a0491b941d7660","name":"Olivia Smith","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/24a6b2466362238ad275f97a2f2fc49ce8d139c034114d6b9c52de1b12ebf1bd?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/24a6b2466362238ad275f97a2f2fc49ce8d139c034114d6b9c52de1b12ebf1bd?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/24a6b2466362238ad275f97a2f2fc49ce8d139c034114d6b9c52de1b12ebf1bd?s=96&d=mm&r=g","caption":"Olivia Smith"},"url":"https:\/\/hostkicker.com\/blog\/author\/olivia\/"}]}},"jetpack_featured_media_url":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-featured-image-row10-01.png","_links":{"self":[{"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/posts\/52","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/comments?post=52"}],"version-history":[{"count":8,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/posts\/52\/revisions"}],"predecessor-version":[{"id":2046,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/posts\/52\/revisions\/2046"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/media\/312"}],"wp:attachment":[{"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/media?parent=52"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/categories?post=52"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/tags?post=52"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}