{"id":7115,"date":"2021-05-20T03:06:18","date_gmt":"2021-05-20T03:06:18","guid":{"rendered":"https:\/\/readyship.co\/blog\/?p=7115"},"modified":"2021-05-20T03:06:20","modified_gmt":"2021-05-20T03:06:20","slug":"create-search-filter-wordpress-plugin","status":"publish","type":"post","link":"https:\/\/readyship.co\/blog\/create-search-filter-wordpress-plugin\/","title":{"rendered":"How to Create a Search Filter in WordPress with a Free Plugin"},"content":{"rendered":"\n<p>By default, WordPress comes with search functionality, but it&#8217;s basic, nothing fancy. It just provides search results based on the title and content of a post.<\/p>\n\n\n\n<p>That&#8217;s fine for a standard blog, but what if you have a WordPress blog or website about movies, for example. You&#8217;d want your users to be able to perform searches based on certain filters, such as genre, ratings, actors, and so on.<\/p>\n\n\n\n<p>So, in this step-by-step tutorial, I&#8217;ll show you how to create a search filter in WordPress using a free and simple plugin.<\/p>\n\n\n\n<p>Let&#8217;s begin!<\/p>\n\n\n\n<div class=\"wp-block-group rs-toc\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Contents<\/strong><\/p>\n\n\n\n<ol><li><a href=\"#create-search-filter\">Create a Search Filter in WordPress with the Free &#8220;Search &amp; Filter&#8221; Plugin<\/a><\/li><li><a href=\"#pro-version\">More Features with the Search &amp; Filter Pro Version<\/a><\/li><\/ol>\n<\/div><\/div>\n\n\n\n<h2 id=\"create-search-filter\">Create a Search Filter in WordPress with the Free &#8220;Search &amp; Filter&#8221; Plugin <\/h2>\n\n\n\n<p><a href=\"https:\/\/wordpress.org\/plugins\/search-filter\/\">Search &amp; Filter<\/a> is a simple plugin that enhances the default WordPress search form, allowing you to add different types of filters to it. You can perform searches by categories, tags, post types, and more! <\/p>\n\n\n\n<p>It currently has over 40,000 active installations and a rating of 4.6 out of 5. In case you care about this stuff. \ud83d\ude00<\/p>\n\n\n\n<p>Now, let&#8217;s see how to use it.<\/p>\n\n\n\n<div class=\"wp-block-group rs-cta has-background\" style=\"background-color:#fafaff\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-large-font-size\">Looking to Buy or Sell WordPress Sites?<\/p>\n\n\n\n<p>At ReadyShip, we offer an all-in-one WordPress solution for those looking to start a blog or site, as well as the opportunity for WordPress developers or professionals to sell their products!<\/p>\n\n\n\n<div class=\"wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/readyship.co\/products\">Browse Sites<\/a><\/div>\n\n\n\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link\" href=\"https:\/\/readyship.co\/blog\/start-selling\/\">Start Selling<\/a><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<h3>Step 1<\/h3>\n\n\n\n<p>Install and activate the <a href=\"https:\/\/wordpress.org\/plugins\/search-filter\/\">Search &amp; Filter<\/a> plugin. <\/p>\n\n\n\n<p>If you need help, here&#8217;s a detailed tutorial on <a href=\"https:\/\/readyship.co\/blog\/install-plugin-wordpress\/\">4 ways to install a plugin in WordPress<\/a>.<\/p>\n\n\n\n<p class=\"rs-info\">If you&#8217;re searching for the plugin in the <strong>Plugins<\/strong> &gt; <strong>Add New<\/strong> section, note that it might appear further down in the search results, which is unusual. So, don&#8217;t think it&#8217;s not there because it didn&#8217;t appear in the very first search results.<\/p>\n\n\n\n<h3>Step 2<\/h3>\n\n\n\n<p>From your WordPress dashboard&#8217;s menu, access <strong>Search &amp; Filter<\/strong>. There, you&#8217;ll find information on how to use the plugin, along with the shortcode needed. <\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"775\" height=\"886\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/05\/search-and-filter-plugin-settings.png\" alt=\"Search &amp; Filter plugin's settings\" class=\"wp-image-7125\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/05\/search-and-filter-plugin-settings.png 775w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/05\/search-and-filter-plugin-settings-262x300.png 262w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/05\/search-and-filter-plugin-settings-768x878.png 768w\" sizes=\"(max-width: 775px) 100vw, 775px\" \/><\/figure><\/div>\n\n\n\n<h3>Step 3<\/h3>\n\n\n\n<p>Let&#8217;s see how to use those shortcodes, which a lot of plugins are based on. Maybe not so much nowadays, but still&#8230;<\/p>\n\n\n\n<p>The shortcode always starts with <code>searchandfilter<\/code>, like this <code>[searchandfilter ...]<\/code>. That&#8217;s how the plugin knows that you&#8217;re calling it.<\/p>\n\n\n\n<p>In the <strong>Arguments<\/strong> table, under the <strong>Name<\/strong> column, you have the arguments. Every argument has options, which you can find in the <strong>Options<\/strong> column. Options are always between quotes and separated by a comma, <strong>without space<\/strong>.<\/p>\n\n\n\n<p>For example, the <code>fields<\/code> argument adds taxonomies, such as categories, tags, and so on. The <code>types<\/code> argument handles the type of input for the fields, such as select, radio button, checkbox, etc.<\/p>\n\n\n\n<p>The <code>fields<\/code> argument is required. So, it&#8217;s mandatory to have <code>searchandfilter<\/code> and <code>fields<\/code> inside the shortcode, like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;searchandfilter fields=\"search,category,post_tag\"]<\/code><\/pre>\n\n\n\n<p>That&#8217;s the most basic implementation, and it would look something like this.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"840\" height=\"441\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/05\/search-and-filter-wordpress-1.jpg\" alt=\"search and filter wordpress\" class=\"wp-image-7130\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/05\/search-and-filter-wordpress-1.jpg 840w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/05\/search-and-filter-wordpress-1-300x158.jpg 300w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/05\/search-and-filter-wordpress-1-768x403.jpg 768w\" sizes=\"(max-width: 840px) 100vw, 840px\" \/><\/figure><\/div>\n\n\n\n<p>The way it looks depends on your WordPress theme. The Search &amp; Filter plugin inherits your theme&#8217;s design.<\/p>\n\n\n\n<p>Now, in my example, I played a little with the arguments and options to create a more advanced search filter for WordPress. I&#8217;ll explain what I did so that you understand how the plugin and its shortcode work.<\/p>\n\n\n\n<p>I added this shortcode<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;searchandfilter fields=\"search,category,post_tag,post_date\" headings=\",Genre,Tags,Release Date\" types=\",,checkbox,date\"]<\/code><\/pre>\n\n\n\n<p>in a <strong>Custom HTML<\/strong> widget, which you can find in <strong>Appearance<\/strong> &gt; <strong>Widgets<\/strong>. You can also use a <strong>Text<\/strong> widget if you want. <\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"471\" height=\"603\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/05\/search-filter-plugin-shortcode.png\" alt=\"search and filter plugin shortcode\" class=\"wp-image-7135\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/05\/search-filter-plugin-shortcode.png 471w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/05\/search-filter-plugin-shortcode-234x300.png 234w\" sizes=\"(max-width: 471px) 100vw, 471px\" \/><\/figure><\/div>\n\n\n\n<p class=\"rs-info\">I recommend adding the shortcode somewhere global, like your sidebar. If you add it inside individual posts, for example, you&#8217;ll end up with a lot of plain text shortcodes that you have to clean up when removing the plugin. Imagine doing that for hundreds of posts. Not fun. <\/p>\n\n\n\n<p>So, the above shortcode created the following search filter in my WordPress sidebar:<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"840\" height=\"470\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/05\/search-and-filter-wordpress-2.jpg\" alt=\"search and filter wordpress\" class=\"wp-image-7138\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/05\/search-and-filter-wordpress-2.jpg 840w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/05\/search-and-filter-wordpress-2-300x168.jpg 300w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/05\/search-and-filter-wordpress-2-768x430.jpg 768w\" sizes=\"(max-width: 840px) 100vw, 840px\" \/><\/figure><\/div>\n\n\n\n<p>Let&#8217;s go through the shortcode that I used, so you can understand what I did. I&#8217;ll paste the shortcode again. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;searchandfilter fields=\"search,category,post_tag,post_date\" headings=\",Genre,Tags,Release Date\" types=\",,checkbox,date\"]<\/code><\/pre>\n\n\n\n<p>The arguments and their options:<\/p>\n\n\n\n<ul><li><code>fields<\/code>:<ul><li><code>search<\/code> &#8211; Adds the search form;<\/li><li><code>category<\/code> &#8211; Adds the post categories;<\/li><li><code>post_tag<\/code> &#8211; Adds the post tags;<\/li><li><code>post_date<\/code> &#8211; Adds the post&#8217;s date.<\/li><\/ul><\/li><li><code>headings<\/code> &#8211; Adds headings (titles) to the <code>fields<\/code> arguments:<ul><li><code>,<\/code> &#8211; The first field I chose to display is the search form, by adding the <code>search<\/code> option to <code>fields<\/code>. But, I didn&#8217;t want a heading for it. So, I just added a comma, which tells the plugin to leave the heading blank;<\/li><li><code>Genre<\/code>, <code>Tags<\/code>, and <code>Release Date<\/code> are the headings for the next three <code>fields<\/code>. As you probably noticed now, <strong>order counts<\/strong>. That&#8217;s why a comma was needed. If I didn&#8217;t add a comma, <code>Genre<\/code> would have been attributed to the <code>search<\/code> field, since they are the first options.<\/li><\/ul><\/li><li><code>types<\/code> &#8211; Changes the input type:<ul><li>I added two commas (<code>,,<\/code>) for the <code>search<\/code> and <code>category<\/code> fields because I wanted the default options for them;<\/li><li><code>checkbox<\/code> &#8211; On the 3rd position, for the <code>post_tag<\/code> field, I wanted the tag inputs to be displayed as checkboxes, not as drop-down, which is the default option;<\/li><li><code>date<\/code> &#8211; For the 4th position, the <code>post_date<\/code> field, I wanted to display a <code>date<\/code> input, which is shown as a calendar by the browser.<\/li><\/ul><\/li><\/ul>\n\n\n\n<p>So, remember these important things:<\/p>\n\n\n\n<ol><li>Everything I used in that shortcode is found in the <strong>Arguments<\/strong> table, in the Search &amp; Filter plugin&#8217;s settings;<\/li><li>Order counts, so add a comma when you don&#8217;t want something added or changed for a particular field;<\/li><li>Don&#8217;t add spaces between commas when adding the options for the arguments. They might not appear in the front-end.<\/li><\/ol>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<p>And that&#8217;s how you can create a search filter in WordPress. Shortcodes might be a bit confusing, but you&#8217;ll eventually get the hang of it. <\/p>\n\n\n\n<p>If you need more help, you can also check the <a href=\"http:\/\/docs.designsandcode.com\/search-filter\/\">Search &amp; Filter plugin&#8217;s documentation<\/a>.<\/p>\n\n\n\n<h2 id=\"pro-version\">More Features with the Search &amp; Filter Pro Version<\/h2>\n\n\n\n<p>What I&#8217;ve shown you is the free version of the Search &amp; Filter plugin. If you want to create a more advanced search filter functionality for your WordPress blog or website, then you might want to check out the Pro version.<\/p>\n\n\n\n<p>Here are some main things that it offers:<\/p>\n\n\n\n<ul><li><strong>AJAX<\/strong> feature to display results. This means that the user doesn&#8217;t have to click the Submit button anymore after applying the filters, and the page doesn&#8217;t need to refresh. The search results will appear in real-time;<\/li><li>Works with <strong>WooCommerce<\/strong>, <strong>Easy Digital Downloads<\/strong>, and <strong>WP eCommerce<\/strong>. So, if you sell products using one of those plugins, you can apply search filters to your shop page as well;<\/li><li>Works with <strong>Advanced Custom Fields (ACF)<\/strong> plugin. This is a plugin beloved by WordPress professionals and even developers who create WordPress websites;<\/li><li><strong>Drag-and-drop interface<\/strong> that allows you to create the search and filter form more easily;<\/li><li>Works with the <strong>WPML<\/strong> plugin, which is a multilingual plugin for WordPress;<\/li><li>You can use <strong>custom templates;<\/strong><\/li><li>It offers <strong>advanced fields<\/strong>;<\/li><li>Dedicated support if you need help.<\/li><\/ul>\n\n\n\n<p>To check out all the Pro features, <a href=\"https:\/\/searchandfilter.com\/documentation\/features\/\">head over to their website<\/a>.<\/p>\n\n\n\n<div class=\"wp-block-group rs-cta has-background\" style=\"background-color:#fafaff\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-large-font-size\"><strong>Looking for an All-in-One WordPress Solution?<\/strong><\/p>\n\n\n\n<p>ReadyShip offers you ready-made WordPress sites and blogs, plus high-quality managed AWS hosting with free SSL and CDN, at <strong>no initial cost!<\/strong><\/p>\n\n\n\n<div class=\"wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/readyship.co\/products\">Visit Marketplace<\/a><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<h2>The End<\/h2>\n\n\n\n<p>I hope that I explained well the shortcode part, and you managed to create an awesome search filter for your WordPress blog or website. That part can be tricky for those that haven&#8217;t worked with shortcodes before.<\/p>\n\n\n\n<p>If you have thoughts or questions, feel free to leave a comment below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>By default, WordPress comes with search functionality, but it&#8217;s basic, nothing fancy. It just provides search results based on the title and content of a post. That&#8217;s fine for a standard blog, but what if you have a WordPress blog or website about movies, for example. You&#8217;d want your users to be able to perform searches based on certain filters, such as genre, ratings, actors, and so on. So, in this step-by-step tutorial, I&#8217;ll show you how to create a search filter in WordPress using a free and simple plugin. Let&#8217;s begin! Create a Search Filter in WordPress with the Free &#8220;Search &amp; Filter&#8221; Plugin Search &amp; Filter is a [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":7158,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"kt_blocks_editor_width":""},"categories":[18],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v15.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Create a Search Filter in WordPress with a Free Plugin : Ready-Made WordPress Marketplace - ReadyShip<\/title>\n<meta name=\"description\" content=\"Do you need a search filter functionality for your WordPress site or blog? Then, here&#039;s how to create one with a free plugin!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/readyship.co\/blog\/create-search-filter-wordpress-plugin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Create a Search Filter in WordPress with a Free Plugin : Ready-Made WordPress Marketplace - ReadyShip\" \/>\n<meta property=\"og:description\" content=\"Do you need a search filter functionality for your WordPress site or blog? Then, here&#039;s how to create one with a free plugin!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/readyship.co\/blog\/create-search-filter-wordpress-plugin\/\" \/>\n<meta property=\"og:site_name\" content=\"Ready-Made WordPress Marketplace - ReadyShip\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ReadyShip\" \/>\n<meta property=\"article:published_time\" content=\"2021-05-20T03:06:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-05-20T03:06:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/05\/filter.png\" \/>\n\t<meta property=\"og:image:width\" content=\"980\" \/>\n\t<meta property=\"og:image:height\" content=\"551\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@readyshipco\" \/>\n<meta name=\"twitter:site\" content=\"@readyshipco\" \/>\n<meta name=\"twitter:label1\" value=\"Written by\">\n\t<meta name=\"twitter:data1\" value=\"Radu\">\n\t<meta name=\"twitter:label2\" value=\"Est. reading time\">\n\t<meta name=\"twitter:data2\" value=\"5 minutes\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/readyship.co\/blog\/#organization\",\"name\":\"Readyship\",\"url\":\"https:\/\/readyship.co\/blog\/\",\"sameAs\":[\"https:\/\/www.facebook.com\/ReadyShip\",\"https:\/\/twitter.com\/readyshipco\"],\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/readyship.co\/blog\/#logo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2019\/01\/readyship_logo_icon.png\",\"width\":201,\"height\":201,\"caption\":\"Readyship\"},\"image\":{\"@id\":\"https:\/\/readyship.co\/blog\/#logo\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/readyship.co\/blog\/#website\",\"url\":\"https:\/\/readyship.co\/blog\/\",\"name\":\"Readship: WordPress Websites with the Best Hosting\",\"description\":\"Buy\/Sell Subscription Marketplace of beautiful designed WordPress sites with managed hosting, SSL, CDN, 24\/7 supports.\",\"publisher\":{\"@id\":\"https:\/\/readyship.co\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/readyship.co\/blog\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/readyship.co\/blog\/create-search-filter-wordpress-plugin\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/05\/filter.png\",\"width\":980,\"height\":551,\"caption\":\"filter\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/readyship.co\/blog\/create-search-filter-wordpress-plugin\/#webpage\",\"url\":\"https:\/\/readyship.co\/blog\/create-search-filter-wordpress-plugin\/\",\"name\":\"How to Create a Search Filter in WordPress with a Free Plugin : Ready-Made WordPress Marketplace - ReadyShip\",\"isPartOf\":{\"@id\":\"https:\/\/readyship.co\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/readyship.co\/blog\/create-search-filter-wordpress-plugin\/#primaryimage\"},\"datePublished\":\"2021-05-20T03:06:18+00:00\",\"dateModified\":\"2021-05-20T03:06:20+00:00\",\"description\":\"Do you need a search filter functionality for your WordPress site or blog? Then, here's how to create one with a free plugin!\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/readyship.co\/blog\/create-search-filter-wordpress-plugin\/\"]}]},{\"@type\":\"Article\",\"@id\":\"https:\/\/readyship.co\/blog\/create-search-filter-wordpress-plugin\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/readyship.co\/blog\/create-search-filter-wordpress-plugin\/#webpage\"},\"author\":{\"@id\":\"https:\/\/readyship.co\/blog\/#\/schema\/person\/092d749a9bb9e9cb2af8f2532d8e5b45\"},\"headline\":\"How to Create a Search Filter in WordPress with a Free Plugin\",\"datePublished\":\"2021-05-20T03:06:18+00:00\",\"dateModified\":\"2021-05-20T03:06:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/readyship.co\/blog\/create-search-filter-wordpress-plugin\/#webpage\"},\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/readyship.co\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/readyship.co\/blog\/create-search-filter-wordpress-plugin\/#primaryimage\"},\"articleSection\":\"WordPress Tutorials\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/readyship.co\/blog\/create-search-filter-wordpress-plugin\/#respond\"]}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/readyship.co\/blog\/#\/schema\/person\/092d749a9bb9e9cb2af8f2532d8e5b45\",\"name\":\"Radu\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/readyship.co\/blog\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/fb19726677ad7e3b932bf8b0d9ac7094?s=96&d=mm&r=g\",\"caption\":\"Radu\"},\"description\":\"Hey! I'm Radu, and I've been working with WordPress at personal and professional levels for over 8 years now. I'm a seller on ReadyShip, and I'm also writing posts for their blog, which I hope you'll like. You can find more about me at Radu.link. I'm also quietly on Twitter @RaduWP.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","_links":{"self":[{"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/posts\/7115"}],"collection":[{"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/comments?post=7115"}],"version-history":[{"count":2,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/posts\/7115\/revisions"}],"predecessor-version":[{"id":7172,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/posts\/7115\/revisions\/7172"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/media\/7158"}],"wp:attachment":[{"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/media?parent=7115"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/categories?post=7115"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/tags?post=7115"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}