{"id":88,"date":"2009-12-11T23:03:04","date_gmt":"2009-12-12T06:03:04","guid":{"rendered":"http:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/?p=88"},"modified":"2016-02-11T05:33:55","modified_gmt":"2016-02-11T12:33:55","slug":"how-to-protect-a-section-of-a-post-or-page","status":"publish","type":"post","link":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88","title":{"rendered":"How to Protect a Section of a Post or Page (Partial Protection)"},"content":{"rendered":"<p>If you want to protect a section or sections of a post or page then simply wrap the section with the &#8220;emember_protected&#8221; shortcode.<\/p>\n<p>The following screenshot shows an example of how a partially protected page may look like. You can protect multiple sections of the post\/page using multiple blocks of section protection shortcodes.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1298\" src=\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2009\/12\/section-partial-content-protection-example.png\" alt=\"section-partial-content-protection-example\" width=\"550\" height=\"187\" srcset=\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2009\/12\/section-partial-content-protection-example.png 550w, https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2009\/12\/section-partial-content-protection-example-300x102.png 300w\" sizes=\"auto, (max-width: 550px) 100vw, 550px\" \/><\/p>\n<h2>Section Protection Video Tutorial<\/h2>\n<p><iframe loading=\"lazy\" title=\"WP eMember Section Protection Tutorial\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/eoOeUQk2eTk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/p>\n<p>Take a look at the following shortcode examples. It will show you how you can use the partial protection feature:<\/p>\n<div class=\"custom_yellow_box\">\n<p><strong>Note:<\/strong> When you copy and paste the shortcode, make sure to paste it in the &#8220;Text&#8221; mode of the page editor to prevent any HTML code from getting copied.<\/p>\n<\/div>\n<h2>Simple Section Protection Example<\/h2>\n<pre>[emember_protected]\r\n\r\nWhatever content goes here is only visible to logged-in members who have access to this post or page.\r\n\r\n[\/emember_protected]\r\n<\/pre>\n<h2>Section Protection for Specific Membership Level\u00a0Example<\/h2>\n<pre>[emember_protected for=\"2-3-4\"]\r\n\r\nWhatever content goes here is only visible to members who belong to the specific membership level specified above.\r\n\r\n[\/emember_protected]\r\n<\/pre>\n<p>Where 2,3,4 are the membership level IDs that you want to allow access to this section of content.<\/p>\n<h2>Section Protection for a\u00a0Specific Member<\/h2>\n<pre>[emember_protected member_id=\"1\"]\r\n\r\nWhatever content goes here is only visible to the member\u00a0whose Member ID is 1.\r\n\r\n[\/emember_protected]<\/pre>\n<h2>Section Protection for Anyone Who is Logged In<\/h2>\n<p>If you want to just protect a section of a post or page for logged in member (you don&#8217;t care if the member&#8217;s status is expired or not) then use the following shortcode:<\/p>\n<pre>[emember_protected scope=\"verified_users_only\"]\r\n\r\nWhatever content goes here is only visible to anyone who is logged-into the eMember system as a user (doesn't matter if his account is expired or not).\r\n\r\n[\/emember_protected]<\/pre>\n<h2>Section Protection for Anyone Who is NOT Logged In<\/h2>\n<p>If you want to just protect a section of a post or page for non-logged in member (only anonymous visitors will see this section) then use the following shortcode (can be useful if you only want to show a message to the anonymous users):<\/p>\n<pre>[emember_protected scope=\"not_logged_in_users_only\"]\r\n\r\nWhatever content goes here is only visible to a non-logged\u00a0in user (anonymous visitors of your site will see this message).\r\n\r\n[\/emember_protected]<\/pre>\n<h2>Section Protection for Expired Members Only<\/h2>\n<p>If you want to just protect a section of a page for expired\u00a0members (only expired members\u00a0will see the message) then use the following shortcode:<\/p>\n<pre>[emember_protected scope=\"expired\"]\r\n\r\nOnly the expired members will be able to\u00a0see this message.\r\n\r\n[\/emember_protected]\r\n<\/pre>\n<p>If you want to protect a section of a page for expired\u00a0members of a particular level then use the following shortcode:<\/p>\n<pre>[emember_protected scope=\"expired\" for=\"2\"]\r\n\r\nOnly the expired members from membership level 2 will be able to\u00a0see this message.\r\n\r\n[\/emember_protected]\r\n<\/pre>\n<h2>Section Protection without the &#8220;Content is protected&#8221; Message<\/h2>\n<p>If you want to protect a section of a post or page without showing the &#8220;Content is protected&#8221; message to the non-logged in users then use the following shortcode (can be useful if you don&#8217;t even want them to know that there is a section of content there):<\/p>\n<pre>[emember_protected for=\"2-3-4\" do_not_show_restricted_msg=\"1\"]\r\n\r\nWhatever content goes here is only visible to members who belong to the specific membership level specified above. Also, the users who do not have access to this content won't see a \"Content is protected\" message.\r\n\r\n[\/emember_protected]\r\n<\/pre>\n<h2>Section Protection without the Protected or Expired Message<\/h2>\n<p>The following section protection option protects the section without showing the &#8220;Content is protected&#8221; or &#8220;Account is expired&#8221; message (useful if you don&#8217;t even want them to know that there is a section of content there):<\/p>\n<pre>[emember_protected for=\"2-3-4\" do_not_show_restricted_msg=\"1\" do_not_show_expired_msg=\"1\"]\r\n\r\nWhatever content goes here is only visible to members who belong to the specific membership level specified above. Users who do not have access to this content won't see a \"Content is protected\" message. The expired members won't see the \"Account is expired\" message.\r\n\r\n[\/emember_protected]<\/pre>\n<h2>Section Protection Not For Specific Membership Level<\/h2>\n<p>If you want to protect a section and make it NOT visible to a particular membership level then use the following shortcode:<\/p>\n<pre>[emember_protected not_for=\"1\" do_not_show_restricted_msg=\"1\"]\r\n\r\nWhatever content goes here is NOT visible to members of membership level 1. All the other members can see this content.\r\n\r\n[\/emember_protected]<\/pre>\n<h2>Using a Custom Message for the Non Members<\/h2>\n<p>This section protection shortcode can take another extra optional argument which can help you customize the text\/message that is shown to non members.<\/p>\n<p><strong>Here is an example usage:<\/strong><\/p>\n<pre>[emember_protected for=\"2-3-4\" custom_msg='This is a custom message']\r\n\r\nThe content goes here. this content will be hidden and only available to members of membership level 2, 3 or 4.\r\n\r\n[\/emember_protected]<\/pre>\n<p>The following screenshot shows how this custom message is shown:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-717\" title=\"section-protection-custom-msg-screenshot\" src=\"http:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2009\/12\/section-protection-custom-msg-screenshot.jpg\" alt=\"\" width=\"500\" height=\"54\" srcset=\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2009\/12\/section-protection-custom-msg-screenshot.jpg 500w, https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2009\/12\/section-protection-custom-msg-screenshot-300x32.jpg 300w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/><\/p>\n<h2>Section Protection\u00a0Custom Message with\u00a0HTML Link<\/h2>\n<p>You can use a HTML link in the custom message that you specify for the section protection shortcode. Remember to switch to the &#8220;Text&#8221; mode in the WordPress post\/page editor if you are typing in HTML link code.<\/p>\n<p><strong>Here is an example shortcode usage:<\/strong><\/p>\n<pre>[emember_protected for=\"2-3-4\" custom_msg='This is a &lt;a href=\"http:\/\/www.example.com\"&gt;test link&lt;\/a&gt;']\r\n\r\nThe content goes here. this content will be hidden and only available to members of membership level 2, 3 or 4.\r\n\r\n[\/emember_protected]<\/pre>\n<h2>Note<\/h2>\n<p>Just remember that when you want to use section protection on\u00a0a post or page you should not protect the full post or the category that the post belongs to. When you apply category protection for a category, all the posts in that category is fully protected (category protection\u00a0overrides all the small section protections in the post).<\/p>\n<h2>Section Protection in Action<\/h2>\n<p>You can see an example of how the section content protection work on the <strong><a href=\"http:\/\/www.tipsandtricks-hq.com\/eMember-demo\/a-post-where-everything-after-the-more-tag-is-protected-60\" target=\"_blank\">eMember demo site<\/a><\/strong>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you want to protect a section or sections of a post or page then simply wrap the section with the &#8220;emember_protected&#8221; shortcode. The following screenshot shows an example of how a partially protected page may look like. You can protect multiple sections of the post\/page using multiple blocks of section protection shortcodes. Section Protection [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[47,4],"tags":[67,48,70,17,69,5],"class_list":{"0":"post-88","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-content-protection","7":"category-design-usage","8":"tag-create-teaser-content","9":"tag-membership-protection","10":"tag-partial-content-protection","11":"tag-protect-section-of-a-page","12":"tag-section-protection","13":"tag-wp-emember","14":"entry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Protect a Section of a Post or Page (Partial Protection) - WordPress Membership<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#\/schema\/person\/d68b2ffa792aeb141f10f910dacccfdd\"},\"headline\":\"How to Protect a Section of a Post or Page (Partial Protection)\",\"datePublished\":\"2009-12-12T06:03:04+00:00\",\"dateModified\":\"2016-02-11T12:33:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88\"},\"wordCount\":618,\"commentCount\":31,\"image\":{\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2009\/12\/section-partial-content-protection-example.png\",\"keywords\":[\"create teaser content\",\"membership protection\",\"partial content protection\",\"protect section of a page\",\"section protection\",\"WP eMember\"],\"articleSection\":[\"Content Protection\",\"Design &amp; Usage\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88\",\"url\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88\",\"name\":\"How to Protect a Section of a Post or Page (Partial Protection) - WordPress Membership\",\"isPartOf\":{\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2009\/12\/section-partial-content-protection-example.png\",\"datePublished\":\"2009-12-12T06:03:04+00:00\",\"dateModified\":\"2016-02-11T12:33:55+00:00\",\"author\":{\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#\/schema\/person\/d68b2ffa792aeb141f10f910dacccfdd\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88#primaryimage\",\"url\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2009\/12\/section-partial-content-protection-example.png\",\"contentUrl\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2009\/12\/section-partial-content-protection-example.png\",\"width\":550,\"height\":187,\"caption\":\"section-partial-content-protection-example\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Protect a Section of a Post or Page (Partial Protection)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#website\",\"url\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/\",\"name\":\"WordPress Membership\",\"description\":\"Easy to use WordPress Membership plugin\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#\/schema\/person\/d68b2ffa792aeb141f10f910dacccfdd\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/3a21ab4072e533cf470d80fc2f0fd3639872824ade4e23709397e109b24f8857?s=96&d=identicon&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3a21ab4072e533cf470d80fc2f0fd3639872824ade4e23709397e109b24f8857?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3a21ab4072e533cf470d80fc2f0fd3639872824ade4e23709397e109b24f8857?s=96&d=identicon&r=g\",\"caption\":\"admin\"},\"url\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/author\/admin\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Protect a Section of a Post or Page (Partial Protection) - WordPress Membership","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:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88","twitter_misc":{"Written by":"admin","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88#article","isPartOf":{"@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88"},"author":{"name":"admin","@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#\/schema\/person\/d68b2ffa792aeb141f10f910dacccfdd"},"headline":"How to Protect a Section of a Post or Page (Partial Protection)","datePublished":"2009-12-12T06:03:04+00:00","dateModified":"2016-02-11T12:33:55+00:00","mainEntityOfPage":{"@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88"},"wordCount":618,"commentCount":31,"image":{"@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88#primaryimage"},"thumbnailUrl":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2009\/12\/section-partial-content-protection-example.png","keywords":["create teaser content","membership protection","partial content protection","protect section of a page","section protection","WP eMember"],"articleSection":["Content Protection","Design &amp; Usage"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88","url":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88","name":"How to Protect a Section of a Post or Page (Partial Protection) - WordPress Membership","isPartOf":{"@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88#primaryimage"},"image":{"@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88#primaryimage"},"thumbnailUrl":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2009\/12\/section-partial-content-protection-example.png","datePublished":"2009-12-12T06:03:04+00:00","dateModified":"2016-02-11T12:33:55+00:00","author":{"@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#\/schema\/person\/d68b2ffa792aeb141f10f910dacccfdd"},"breadcrumb":{"@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88#primaryimage","url":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2009\/12\/section-partial-content-protection-example.png","contentUrl":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2009\/12\/section-partial-content-protection-example.png","width":550,"height":187,"caption":"section-partial-content-protection-example"},{"@type":"BreadcrumbList","@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-protect-a-section-of-a-post-or-page-88#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/"},{"@type":"ListItem","position":2,"name":"How to Protect a Section of a Post or Page (Partial Protection)"}]},{"@type":"WebSite","@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#website","url":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/","name":"WordPress Membership","description":"Easy to use WordPress Membership plugin","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#\/schema\/person\/d68b2ffa792aeb141f10f910dacccfdd","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/3a21ab4072e533cf470d80fc2f0fd3639872824ade4e23709397e109b24f8857?s=96&d=identicon&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/3a21ab4072e533cf470d80fc2f0fd3639872824ade4e23709397e109b24f8857?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3a21ab4072e533cf470d80fc2f0fd3639872824ade4e23709397e109b24f8857?s=96&d=identicon&r=g","caption":"admin"},"url":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/author\/admin"}]}},"_links":{"self":[{"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/posts\/88","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/comments?post=88"}],"version-history":[{"count":0,"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/posts\/88\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/media?parent=88"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/categories?post=88"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/tags?post=88"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}