{"id":4185,"date":"2020-04-25T10:41:31","date_gmt":"2020-04-25T14:41:31","guid":{"rendered":"https:\/\/themespress.ca\/?p=4185"},"modified":"2021-11-23T10:41:30","modified_gmt":"2021-11-23T15:41:30","slug":"comparing-dates-prompt-message","status":"publish","type":"post","link":"https:\/\/themespress.ca\/en\/comparing-dates-prompt-message\/","title":{"rendered":"Display a Message When Comparing Two Dates"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><div class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p>With this tutorial, we will show you how to create a condition that will display a message when comparing two dates or a hyperlink following the dates.<\/p>\n<p>For example, you want to define a <strong>condition that today&#8217;s date<\/strong> is <strong>less than<\/strong> the date from a dynamic result.<\/p>\n<p>We will need to generate our dates in a specific format (Date : 01-01-20 for our current example) with <a href=\"https:\/\/www.php.net\/manual\/en\/function.strtotime.php\" target=\"_blank\" rel=\"noopener noreferrer\">strtotime<\/a>. To generate the current day&#8217;s date we will use <a href=\"https:\/\/developer.wordpress.org\/reference\/functions\/get_the_date\/\" target=\"_blank\" rel=\"noopener noreferrer\">get_the_date(format)<\/a>.<\/p>\n<p>Here is the condition:<\/p>\n\n\t\t<\/div>\n\t<\/div>\n<div id=\"ts-enlighterjs-container-8934862\" class=\"ts-enlighterjs-container-single-enabled  \" style=\"width: 100%;  margin-top: 0px; margin-bottom: 0px;\" data-enlighter-doubleclick=\"true\" data-enlighter-windowbutton=\"true\" data-enlighter-windowtext=\"New Window\" data-enlighter-rawbutton=\"true\" data-enlighter-rawtext=\"RAW Code\" data-enlighter-infobutton=\"false\" data-enlighter-infotext=\"EnlighterJS\" data-enlighter-indent=\"2\"><pre id=\"ts-enlighterjs-pre-8934862\" class=\"\" style=\"white-space: pre-wrap; height: 100%; margin: 0; padding: 0;\" data-enlighter-language=\"php\" data-enlighter-theme=\"custom\" data-enlighter-group=\"\" data-enlighter-title=\"\" data-enlighter-linenumbers=\"true\" data-enlighter-lineoffset=\"1\" data-enlighter-highlight=\"\">&lt;?php \n$datetoday = strtotime(get_the_date(&#039;d-m-y&#039;)); \n$dateconference = &#039;01-01-21&#039;; \n\nif ( ( $datetoday &gt; $dateconference) ) { ?&gt;\n&lt;?php echo &#039;Disponible prochainement&#039;; ?&gt;\t \n&lt;?php } else { ?&gt;\n&lt;a href=&quot;&quot; class=&quot;bouton-print&quot;&gt;&lt;?php _e(&#039;Remplir&#039;, &#039;nomdevotretheme&#039;); ?&gt;&lt;\/a&gt;\n&lt;?php } ?&gt;<\/pre><\/div>\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p> In this example, if today&#8217;s date is no greater than January 1st 2021, the link to the conference will not be available. You can tweak your condition by adding a &#8220;less than (&lt;)&#8221; condition.<\/p>\n<p><strong>NB: Make sure to backup your theme and database before adding these functions.<\/strong><\/p>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"With this tutorial, we will show you how to create a condition that will display a message when comparing two dates or a hyperlink following the dates. For example, you<div class=\"read-more\"><a class=\"btn button-secondary\" href=\"https:\/\/themespress.ca\/en\/comparing-dates-prompt-message\/\">Read More<\/a><\/div>","protected":false},"author":81,"featured_media":4921,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[283],"tags":[320],"class_list":["post-4185","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-php-coding"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Share the post &quot;Display a Message When Comparing Two Dates&quot; Facebook LinkedIn Twitter Partager... E-mail Ajouter aux favoris Bluesky With this tutorial, we will show you how to create a condition that will display a message when comparing two dates or a hyperlink following the dates. For example, you want to define a condition that\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Daniel\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/themespress.ca\/en\/comparing-dates-prompt-message\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Themespress - Des tutoriels et ressources WordPress\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Display a Message When Comparing Two Dates - Themespress\" \/>\n\t\t<meta property=\"og:description\" content=\"Share the post &quot;Display a Message When Comparing Two Dates&quot; Facebook LinkedIn Twitter Partager... E-mail Ajouter aux favoris Bluesky With this tutorial, we will show you how to create a condition that will display a message when comparing two dates or a hyperlink following the dates. For example, you want to define a condition that\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/themespress.ca\/en\/comparing-dates-prompt-message\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2020-04-25T14:41:31-04:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2021-11-23T15:41:30-05:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Display a Message When Comparing Two Dates - Themespress\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Share the post &quot;Display a Message When Comparing Two Dates&quot; Facebook LinkedIn Twitter Partager... E-mail Ajouter aux favoris Bluesky With this tutorial, we will show you how to create a condition that will display a message when comparing two dates or a hyperlink following the dates. For example, you want to define a condition that\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/themespress.ca\\\/en\\\/comparing-dates-prompt-message\\\/#blogposting\",\"name\":\"Display a Message When Comparing Two Dates - Themespress\",\"headline\":\"Display a Message When Comparing Two Dates\",\"author\":{\"@id\":\"https:\\\/\\\/themespress.ca\\\/en\\\/author\\\/daniel\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/themespress.ca\\\/en\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/themespress.ca\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/Display-Message-When-Comparing-Two-Dates.jpg\",\"width\":1920,\"height\":1440,\"caption\":\"Display a Message When Comparing Two Dates\"},\"datePublished\":\"2020-04-25T10:41:31-04:00\",\"dateModified\":\"2021-11-23T10:41:30-05:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/themespress.ca\\\/en\\\/comparing-dates-prompt-message\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/themespress.ca\\\/en\\\/comparing-dates-prompt-message\\\/#webpage\"},\"articleSection\":\"Tutorials, PHP, Optional\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/themespress.ca\\\/en\\\/comparing-dates-prompt-message\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/themespress.ca\\\/en\\\/#listItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/themespress.ca\\\/en\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/themespress.ca\\\/en\\\/categorie\\\/tutorials\\\/#listItem\",\"name\":\"Tutorials\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/themespress.ca\\\/en\\\/categorie\\\/tutorials\\\/#listItem\",\"position\":2,\"name\":\"Tutorials\",\"item\":\"https:\\\/\\\/themespress.ca\\\/en\\\/categorie\\\/tutorials\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/themespress.ca\\\/en\\\/comparing-dates-prompt-message\\\/#listItem\",\"name\":\"Display a Message When Comparing Two Dates\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/themespress.ca\\\/en\\\/#listItem\",\"name\":\"Accueil\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/themespress.ca\\\/en\\\/comparing-dates-prompt-message\\\/#listItem\",\"position\":3,\"name\":\"Display a Message When Comparing Two Dates\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/themespress.ca\\\/en\\\/categorie\\\/tutorials\\\/#listItem\",\"name\":\"Tutorials\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/themespress.ca\\\/en\\\/#organization\",\"name\":\"Themespress\",\"description\":\"Des tutoriels et ressources WordPress\",\"url\":\"https:\\\/\\\/themespress.ca\\\/en\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/themespress.ca\\\/en\\\/author\\\/daniel\\\/#author\",\"url\":\"https:\\\/\\\/themespress.ca\\\/en\\\/author\\\/daniel\\\/\",\"name\":\"Daniel\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/themespress.ca\\\/en\\\/comparing-dates-prompt-message\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/93cd2188e40b3289d305e88acb676eb8b84078e50e06f4eb38a0152903b34c9d?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Daniel\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/themespress.ca\\\/en\\\/comparing-dates-prompt-message\\\/#webpage\",\"url\":\"https:\\\/\\\/themespress.ca\\\/en\\\/comparing-dates-prompt-message\\\/\",\"name\":\"Display a Message When Comparing Two Dates - Themespress\",\"description\":\"Share the post \\\"Display a Message When Comparing Two Dates\\\" Facebook LinkedIn Twitter Partager... E-mail Ajouter aux favoris Bluesky With this tutorial, we will show you how to create a condition that will display a message when comparing two dates or a hyperlink following the dates. For example, you want to define a condition that\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/themespress.ca\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/themespress.ca\\\/en\\\/comparing-dates-prompt-message\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/themespress.ca\\\/en\\\/author\\\/daniel\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/themespress.ca\\\/en\\\/author\\\/daniel\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/themespress.ca\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/Display-Message-When-Comparing-Two-Dates.jpg\",\"@id\":\"https:\\\/\\\/themespress.ca\\\/en\\\/comparing-dates-prompt-message\\\/#mainImage\",\"width\":1920,\"height\":1440,\"caption\":\"Display a Message When Comparing Two Dates\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/themespress.ca\\\/en\\\/comparing-dates-prompt-message\\\/#mainImage\"},\"datePublished\":\"2020-04-25T10:41:31-04:00\",\"dateModified\":\"2021-11-23T10:41:30-05:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/themespress.ca\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/themespress.ca\\\/en\\\/\",\"name\":\"Themespress\",\"description\":\"Des tutoriels et ressources WordPress\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/themespress.ca\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Display a Message When Comparing Two Dates - Themespress","description":"Share the post \"Display a Message When Comparing Two Dates\" Facebook LinkedIn Twitter Partager... E-mail Ajouter aux favoris Bluesky With this tutorial, we will show you how to create a condition that will display a message when comparing two dates or a hyperlink following the dates. For example, you want to define a condition that","canonical_url":"https:\/\/themespress.ca\/en\/comparing-dates-prompt-message\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/themespress.ca\/en\/comparing-dates-prompt-message\/#blogposting","name":"Display a Message When Comparing Two Dates - Themespress","headline":"Display a Message When Comparing Two Dates","author":{"@id":"https:\/\/themespress.ca\/en\/author\/daniel\/#author"},"publisher":{"@id":"https:\/\/themespress.ca\/en\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/themespress.ca\/wp-content\/uploads\/2020\/04\/Display-Message-When-Comparing-Two-Dates.jpg","width":1920,"height":1440,"caption":"Display a Message When Comparing Two Dates"},"datePublished":"2020-04-25T10:41:31-04:00","dateModified":"2021-11-23T10:41:30-05:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/themespress.ca\/en\/comparing-dates-prompt-message\/#webpage"},"isPartOf":{"@id":"https:\/\/themespress.ca\/en\/comparing-dates-prompt-message\/#webpage"},"articleSection":"Tutorials, PHP, Optional"},{"@type":"BreadcrumbList","@id":"https:\/\/themespress.ca\/en\/comparing-dates-prompt-message\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/themespress.ca\/en\/#listItem","position":1,"name":"Accueil","item":"https:\/\/themespress.ca\/en\/","nextItem":{"@type":"ListItem","@id":"https:\/\/themespress.ca\/en\/categorie\/tutorials\/#listItem","name":"Tutorials"}},{"@type":"ListItem","@id":"https:\/\/themespress.ca\/en\/categorie\/tutorials\/#listItem","position":2,"name":"Tutorials","item":"https:\/\/themespress.ca\/en\/categorie\/tutorials\/","nextItem":{"@type":"ListItem","@id":"https:\/\/themespress.ca\/en\/comparing-dates-prompt-message\/#listItem","name":"Display a Message When Comparing Two Dates"},"previousItem":{"@type":"ListItem","@id":"https:\/\/themespress.ca\/en\/#listItem","name":"Accueil"}},{"@type":"ListItem","@id":"https:\/\/themespress.ca\/en\/comparing-dates-prompt-message\/#listItem","position":3,"name":"Display a Message When Comparing Two Dates","previousItem":{"@type":"ListItem","@id":"https:\/\/themespress.ca\/en\/categorie\/tutorials\/#listItem","name":"Tutorials"}}]},{"@type":"Organization","@id":"https:\/\/themespress.ca\/en\/#organization","name":"Themespress","description":"Des tutoriels et ressources WordPress","url":"https:\/\/themespress.ca\/en\/"},{"@type":"Person","@id":"https:\/\/themespress.ca\/en\/author\/daniel\/#author","url":"https:\/\/themespress.ca\/en\/author\/daniel\/","name":"Daniel","image":{"@type":"ImageObject","@id":"https:\/\/themespress.ca\/en\/comparing-dates-prompt-message\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/93cd2188e40b3289d305e88acb676eb8b84078e50e06f4eb38a0152903b34c9d?s=96&d=mm&r=g","width":96,"height":96,"caption":"Daniel"}},{"@type":"WebPage","@id":"https:\/\/themespress.ca\/en\/comparing-dates-prompt-message\/#webpage","url":"https:\/\/themespress.ca\/en\/comparing-dates-prompt-message\/","name":"Display a Message When Comparing Two Dates - Themespress","description":"Share the post \"Display a Message When Comparing Two Dates\" Facebook LinkedIn Twitter Partager... E-mail Ajouter aux favoris Bluesky With this tutorial, we will show you how to create a condition that will display a message when comparing two dates or a hyperlink following the dates. For example, you want to define a condition that","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/themespress.ca\/en\/#website"},"breadcrumb":{"@id":"https:\/\/themespress.ca\/en\/comparing-dates-prompt-message\/#breadcrumblist"},"author":{"@id":"https:\/\/themespress.ca\/en\/author\/daniel\/#author"},"creator":{"@id":"https:\/\/themespress.ca\/en\/author\/daniel\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/themespress.ca\/wp-content\/uploads\/2020\/04\/Display-Message-When-Comparing-Two-Dates.jpg","@id":"https:\/\/themespress.ca\/en\/comparing-dates-prompt-message\/#mainImage","width":1920,"height":1440,"caption":"Display a Message When Comparing Two Dates"},"primaryImageOfPage":{"@id":"https:\/\/themespress.ca\/en\/comparing-dates-prompt-message\/#mainImage"},"datePublished":"2020-04-25T10:41:31-04:00","dateModified":"2021-11-23T10:41:30-05:00"},{"@type":"WebSite","@id":"https:\/\/themespress.ca\/en\/#website","url":"https:\/\/themespress.ca\/en\/","name":"Themespress","description":"Des tutoriels et ressources WordPress","inLanguage":"en-US","publisher":{"@id":"https:\/\/themespress.ca\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Themespress - Des tutoriels et ressources WordPress","og:type":"article","og:title":"Display a Message When Comparing Two Dates - Themespress","og:description":"Share the post &quot;Display a Message When Comparing Two Dates&quot; Facebook LinkedIn Twitter Partager... E-mail Ajouter aux favoris Bluesky With this tutorial, we will show you how to create a condition that will display a message when comparing two dates or a hyperlink following the dates. For example, you want to define a condition that","og:url":"https:\/\/themespress.ca\/en\/comparing-dates-prompt-message\/","article:published_time":"2020-04-25T14:41:31-04:00","article:modified_time":"2021-11-23T15:41:30-05:00","twitter:card":"summary","twitter:title":"Display a Message When Comparing Two Dates - Themespress","twitter:description":"Share the post &quot;Display a Message When Comparing Two Dates&quot; Facebook LinkedIn Twitter Partager... E-mail Ajouter aux favoris Bluesky With this tutorial, we will show you how to create a condition that will display a message when comparing two dates or a hyperlink following the dates. For example, you want to define a condition that"},"aioseo_meta_data":{"post_id":"4185","title":null,"description":null,"keywords":[],"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[],"defaultGraph":"Article","defaultPostTypeGraph":""},"schema_type":"default","schema_type_options":"{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}","pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-03-06 14:06:25","updated":"2025-06-07 20:39:06","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/themespress.ca\/en\/\" title=\"Accueil\">Accueil<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/themespress.ca\/en\/categorie\/tutorials\/\" title=\"Tutorials\">Tutorials<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tDisplay a Message When Comparing Two Dates\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Accueil","link":"https:\/\/themespress.ca\/en\/"},{"label":"Tutorials","link":"https:\/\/themespress.ca\/en\/categorie\/tutorials\/"},{"label":"Display a Message When Comparing Two Dates","link":"https:\/\/themespress.ca\/en\/comparing-dates-prompt-message\/"}],"_links":{"self":[{"href":"https:\/\/themespress.ca\/en\/wp-json\/wp\/v2\/posts\/4185","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/themespress.ca\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/themespress.ca\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/themespress.ca\/en\/wp-json\/wp\/v2\/users\/81"}],"replies":[{"embeddable":true,"href":"https:\/\/themespress.ca\/en\/wp-json\/wp\/v2\/comments?post=4185"}],"version-history":[{"count":0,"href":"https:\/\/themespress.ca\/en\/wp-json\/wp\/v2\/posts\/4185\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/themespress.ca\/en\/wp-json\/wp\/v2\/media\/4921"}],"wp:attachment":[{"href":"https:\/\/themespress.ca\/en\/wp-json\/wp\/v2\/media?parent=4185"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/themespress.ca\/en\/wp-json\/wp\/v2\/categories?post=4185"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/themespress.ca\/en\/wp-json\/wp\/v2\/tags?post=4185"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}