{"id":66,"date":"2015-04-23T21:20:26","date_gmt":"2015-04-23T21:20:26","guid":{"rendered":"http:\/\/buddydev.com\/mediapress\/?p=66"},"modified":"2020-04-21T15:55:04","modified_gmt":"2020-04-21T15:55:04","slug":"mediapress-gallery-listing-shortcodes","status":"publish","type":"post","link":"https:\/\/buddydev.com\/mediapress\/shortcodes\/mediapress-gallery-listing-shortcodes\/","title":{"rendered":"MediaPress Gallery Listing Shortcodes"},"content":{"rendered":"<div class='ui-sc ui-update-message'><p> This is a work in progress, if you note any issue, please let us know via the contact form<\/p><\/div>\n<p><strong>MediaPress<\/strong> provides easy to use shortcode with infinite flexibility to list galleries. By the end of August, 2015; we will be providing a TinyMCE plugin to add these in the WordPress post editor.<\/p>\n<h3>Shortcode:-<\/h3>\n<h3>[mpp-list-gallery]<\/h3>\n<p>It has around 30 options to list galleries. We will see all of these in example below.<br \/>\nThe default syntax is:-<br \/>\n<strong>[mpp-list-gallery option_name=some value option1_name = some other value &#8230; ]<\/strong><\/p>\n<h3>Allowed Options:-<\/h3>\n<ul>\n<li><a title=\"skip to Gallery type parameters\" href=\"#gallery-type-parameters\">Gallery Type Parameters<\/a><\/li>\n<li><a title=\"Skip to Component parameters\" href=\"#component-parameters\">Component Parameters<\/a><\/li>\n<li><a title=\"Skip to status parameters\" href=\"#status-parameters\">Status Parameters<\/a><\/li>\n<li><a title=\"Skip to Gallery parameters\" href=\"#gallery-parameters\">Gallery Parameters<\/a><\/li>\n<li><a title=\"skip to user parameters\" href=\"#user-parameters\">User Parameters<\/a><\/li>\n<li><a title=\"Skip to search parameters\" href=\"#search-parameters\">Search Parameters<\/a><\/li>\n<li><a title=\"Skip to date parameters\" href=\"#date-parameters\">Date Parameters<\/a><\/li>\n<li><a title=\"Skip to Custom Fields Parameters\" href=\"#custom-fields-parameters\">Custom Fields Parameters<\/a><\/li>\n<li><a title=\"Skip to View parameters\" href=\"#view-parameters\">View Parameters<\/a><\/li>\n<li><a title=\"Skip to pagination parameters\" href=\"#pagination-parameters\">Pagination parameters<\/a><\/li>\n<li><a href=\"#gallery-creator-parameters\">Gallery Creator Parameters<\/a><\/li>\n<\/ul>\n<h3 id=\"gallery-type-parameters\">Gallery Type Parameters:-<\/h3>\n<p><strong>type:-\u00a0<\/strong>Allowed gallery\u00a0type. Possible values are<\/p>\n<ul>\n<li>all<\/li>\n<li>photo<\/li>\n<li>audio<\/li>\n<li>video<\/li>\n<li>doc<\/li>\n<\/ul>\n<p>Using &#8216;<strong>all<\/strong>&#8216; will return all types of gallery. You can use &#8216;<strong>photo<\/strong>&#8216;, &#8216;<strong>audio<\/strong>&#8216;, &#8216;<strong>video<\/strong>&#8216; , &#8216;<strong>doc<\/strong>&#8216; to list only galleries of these type.<\/p>\n<h3 id=\"component-parameters\">Component Parameters:-<\/h3>\n<p><strong>component<\/strong>:- The allowed components for which a gallery can be created.<br \/>\nPossible values are:-<\/p>\n<ul>\n<li>members<\/li>\n<li>groups<\/li>\n<li>sitewide<\/li>\n<\/ul>\n<p>Using <strong>component=members<\/strong> will only list\u00a0galleries from users. Using &#8216;<strong>groups<\/strong>&#8216; will list group galleries and <strong>&#8216;sitewide&#8217;<\/strong> will list sitewide galleries. If you don&#8217;t specify a value, It will list galleries from users as well as groups both.<br \/>\n<strong>component_id<\/strong>:-\u00a0Component id can be used to get galleries from specific users or groups. <strong>It depends on the &#8216;component&#8217; option<\/strong>. <strong>The component option must be specified<\/strong>. If component is &#8216;members&#8217; then the component_id is treated as user id else group id.<\/p>\n<h3 id=\"status-parameters\">Status Parameters:-<\/h3>\n<p><strong>status<\/strong>:-\u00a0Status limits gallery with particular status to be listed. If you don&#8217;t specify it, default is &#8216;public&#8217;.<br \/>\nPossible status values are:-<\/p>\n<ul>\n<li>public<\/li>\n<li>private<\/li>\n<li>loggedin<\/li>\n<li>friendsonly<\/li>\n<li>followers<\/li>\n<li>following<\/li>\n<\/ul>\n<p>The last two ( followers, following) is only applicable when BuddyPress Followers plugin is enabled.<\/p>\n<h3 id=\"gallery-parameters\">Gallery Parameters:-<\/h3>\n<p><strong>id<\/strong>:- Specific gallery id which you want to list. Only one gallery will be listed<br \/>\n<strong>slug<\/strong>:- Only a gallery with this slug will be listed.<br \/>\n<strong>in<\/strong>:- Comma separated list of gallery ids which you want to include in the list. Only these galleries will be listed.<br \/>\n<strong>exclude<\/strong>: Comma separated list of gallery ids which you don&#8217;t want to include in the listing.<\/p>\n<h3 id=\"user-parameters\">User specific parameters:-<\/h3>\n<p><strong>user_id<\/strong>:- You can specify the numeric user ID. It will return all galleries for the given user<br \/>\n<strong>user_name<\/strong>:-\u00a0You can use user&#8217;s login name(username) instead of the id as above.<br \/>\n<strong>include_users<\/strong>:-\u00a0A comma separated list of numeric users ids. It will limit the galleries to be listed from only these users.<\/p>\n<p>Example:-<br \/>\n[mpp-list-gallery include_user=&#8217;1,2,3,4,5&#8242;] will\u00a0list galleries for the specified 5 users.<\/p>\n<p><strong>exclude_users<\/strong>:- A comma separated list of numeric user ids.\u00a0It excludes galleries from the specified users in the current gallery list.<\/p>\n<p>Example:-<br \/>\n[mpp-list-gallery exclude_users=&#8217;1,2,3&#8242;] \u00a0 won&#8217;t list galleries from users with ID 1 or 2 or 3.<\/p>\n<p><strong>for<\/strong>:-\u00a0Specify dynamic user context to list the gallery from a particular user. Possible values are &#8216;logged&#8217;, &#8216;displayed&#8217;, &#8216;author. Available since 1.3.5.<\/p>\n<p>Example:- List galleries for the logged in user.<\/p>\n<p>[mpp-list-gallery for=&#8221;logged&#8221; type=&#8221;photo&#8221;]<\/p>\n<p>It will list photo galleries of the currently logged in user. If the user is not logged in, It will not show anything<\/p>\n<p>Example:-\u00a0 List gallery for displayed user.<\/p>\n<p>[mpp-list-gallery for=&#8221;displayed&#8221; type=&#8221;photo&#8221;]<\/p>\n<p>It will list the galleries of the user only if we are using it on a user&#8217;s profile.<\/p>\n<p>To show the galleries of an author(post author), you can use the following shortcode.<\/p>\n<p>[mpp-list-gallery for=&#8221;author&#8221; type=&#8221;photo&#8221;]<\/p>\n<p>It won&#8217;t work outside the post context.<\/p>\n<h3 id=\"search-parameters\">Search Parameters:-<\/h3>\n<p><strong>search_terms<\/strong>:-\u00a0You can use it to list the galleries whose title or description matches the given value.<\/p>\n<p>Example:-<br \/>\n[mpp-list-gallery\u00a0search_terms=&#8217;life&#8217;] will only list galleries that have the word &#8216;life&#8217; in either title or description.<\/p>\n<h3 id=\"date-parameters\">Date\u00a0Parameters:-<\/h3>\n<p><strong>year<\/strong>:- List galleries created in the given year.<\/p>\n<p>Example:-<br \/>\n[mpp-list-gallery\u00a0year=2015] will only list the galleries which were created in 2015.<\/p>\n<p><strong>month<\/strong>:- List the galleries created in a particular month. Possible values are 1-12.<\/p>\n<p>Example:<br \/>\n[mpp-list-gallery\u00a0month=2] will only list the galleries which were created in the month of February.<\/p>\n<p><strong>week<\/strong>:-\u00a0You can specify the week number from which the gallery should be listed.<br \/>\nPossible values are from 1-53<\/p>\n<p>For other possible values, please take a loo\u00a0at <a href=\"https:\/\/codex.wordpress.org\/Class_Reference\/WP_Query#Date_Parameters\">WP_Query Date Parameter<\/a>\u00a0for possible values and their meaning. <strong>date_query<\/strong> parameter is not supported at the moment.<\/p>\n<h3 id=\"custom-fields-parameters\">Custom Fields Parameters:-<\/h3>\n<p>The shortcode supports <strong>meta_key<\/strong> and <strong>meta_value<\/strong> parameter. The <strong>MPP_Gallery_Query<\/strong>\u00a0(documentation coming soon) supports <strong>meta_query<\/strong> parameter but it is not supported in shortcode.<\/p>\n<p>Please take a look at WP_Query documentation for <a title=\"Custom Fields Parameter\" href=\"https:\/\/codex.wordpress.org\/Class_Reference\/WP_Query#Custom_Field_Parameters\">custom fields section here<\/a> to understand it.<\/p>\n<p>Example:-<br \/>\n[mpp-list-gallery meta_key=&#8217;is_featured&#8217;] will only list galleries that have a meta key named &#8216;is_featured&#8217;<\/p>\n<h3 id=\"view-parameters\">View Parameters:-<\/h3>\n<p><strong>column<\/strong>:-<\/p>\n<ul>\n<li><strong>type<\/strong>:- integer<\/li>\n<li><strong>default<\/strong>: 4<\/li>\n<li>It is used to display the gallery list in grid. Default value is 4. it defins how many galleries should be listed per row.<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h3 id=\"pagination-parameters\">Pagination Parameters:-<\/h3>\n<p><strong>per_page<\/strong>:-<\/p>\n<ul>\n<li><strong>type<\/strong>: integer<\/li>\n<li>controls how many galleries to list per page<\/li>\n<\/ul>\n<p><strong>offset<\/strong>:-<\/p>\n<ul>\n<li><strong>type<\/strong>: integer<\/li>\n<li>how many galleries from the list to offset\/displace( exclude from beginning of the original list)<\/li>\n<\/ul>\n<p><strong>page<\/strong>:-\u00a0It is same as the &#8216;paged&#8217; parameter of WP_Query, Which page of result you want to display.<\/p>\n<p><strong>nopaging<\/strong>:-\u00a0If you want to list all galleries. Please avoid it as It can lead to degraded performance. Always use per_page instead.<\/p>\n<h3>Reference:- <a title=\"WP_Query Pagination parameters.\" href=\"https:\/\/codex.wordpress.org\/Class_Reference\/WP_Query#Pagination_Parameters\">WP_Query Pagination Parameters<\/a>.<\/h3>\n<h3 id=\"gallery-creator-parameters\">Gallery Creator Parameters:-<\/h3>\n<p><strong>show_creator<\/strong>:-<\/p>\n<ul>\n<li><strong>type<\/strong>: integer, default 0.<\/li>\n<li>controls\u00a0whether to show the gallery creator or not.<\/li>\n<\/ul>\n<p><strong>before_creator<\/strong>:-<\/p>\n<ul>\n<li><strong>type<\/strong>:\u00a0string<\/li>\n<li>Use any markup or string you want to put before the gallery creator&#8217;s name.<\/li>\n<\/ul>\n<p><strong>after_creator<\/strong>:-<\/p>\n<ul>\n<li><strong>type<\/strong>:\u00a0string<\/li>\n<li>Use any markup or string you want to put\u00a0after\u00a0the gallery creator&#8217;s name.<\/li>\n<\/ul>\n<p><strong>Example:-<\/strong><\/p>\n<p>[mpp-list-gallery show_creator=1 before_creator=&#8221;By: &#8221; ]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>MediaPress provides easy to use shortcode with infinite flexibility to list galleries. By the end of August, 2015; we will be providing a TinyMCE plugin to add these in the WordPress post editor. Shortcode:- [mpp-list-gallery] It has around 30 options to list galleries. We will see all of these in example below. The default syntax &#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4478],"tags":[],"class_list":["clearfix","post-66","post","type-post","status-publish","format-standard","hentry","category-shortcodes"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>MediaPress Gallery Listing Shortcodes &#8226; MediaPress | BuddyDev<\/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:\/\/buddydev.com\/mediapress\/shortcodes\/mediapress-gallery-listing-shortcodes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MediaPress Gallery Listing Shortcodes &#8226; MediaPress | BuddyDev\" \/>\n<meta property=\"og:description\" content=\"MediaPress provides easy to use shortcode with infinite flexibility to list galleries. By the end of August, 2015; we will be providing a TinyMCE plugin to add these in the WordPress post editor. Shortcode:- [mpp-list-gallery] It has around 30 options to list galleries. We will see all of these in example below. The default syntax ...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/buddydev.com\/mediapress\/shortcodes\/mediapress-gallery-listing-shortcodes\/\" \/>\n<meta property=\"og:site_name\" content=\"MediaPress | BuddyDev\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/bpdev\" \/>\n<meta property=\"article:published_time\" content=\"2015-04-23T21:20:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-04-21T15:55:04+00:00\" \/>\n<meta name=\"author\" content=\"Brajesh Singh\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@sbrajesh\" \/>\n<meta name=\"twitter:site\" content=\"@buddydev\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Brajesh Singh\" \/>\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\":\"WebPage\",\"@id\":\"https:\/\/buddydev.com\/mediapress\/shortcodes\/mediapress-gallery-listing-shortcodes\/\",\"url\":\"https:\/\/buddydev.com\/mediapress\/shortcodes\/mediapress-gallery-listing-shortcodes\/\",\"name\":\"MediaPress Gallery Listing Shortcodes &#8226; MediaPress | BuddyDev\",\"isPartOf\":{\"@id\":\"https:\/\/buddydev.com\/mediapress\/#website\"},\"datePublished\":\"2015-04-23T21:20:26+00:00\",\"dateModified\":\"2020-04-21T15:55:04+00:00\",\"author\":{\"@id\":\"https:\/\/buddydev.com\/mediapress\/#\/schema\/person\/4ebf5f3e519f8cbddc6583e182dbe4fb\"},\"breadcrumb\":{\"@id\":\"https:\/\/buddydev.com\/mediapress\/shortcodes\/mediapress-gallery-listing-shortcodes\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/buddydev.com\/mediapress\/shortcodes\/mediapress-gallery-listing-shortcodes\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/buddydev.com\/mediapress\/shortcodes\/mediapress-gallery-listing-shortcodes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/buddydev.com\/mediapress\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"MediaPress Gallery Listing Shortcodes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/buddydev.com\/mediapress\/#website\",\"url\":\"https:\/\/buddydev.com\/mediapress\/\",\"name\":\"MediaPress | BuddyDev\",\"description\":\"The Best Media Gallery Plugin For BuddyPress\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/buddydev.com\/mediapress\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/buddydev.com\/mediapress\/#\/schema\/person\/4ebf5f3e519f8cbddc6583e182dbe4fb\",\"name\":\"Brajesh Singh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/buddydev.com\/mediapress\/#\/schema\/person\/image\/\",\"url\":\"\/\/www.gravatar.com\/avatar\/2106622ee90d53d15ac1402806616aca?s=96&#038;r=g&#038;d=identicon\",\"contentUrl\":\"\/\/www.gravatar.com\/avatar\/2106622ee90d53d15ac1402806616aca?s=96&#038;r=g&#038;d=identicon\",\"caption\":\"Brajesh Singh\"},\"sameAs\":[\"http:\/\/buddydev.com\/members\/sbrajesh\/\",\"https:\/\/x.com\/sbrajesh\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"MediaPress Gallery Listing Shortcodes &#8226; MediaPress | BuddyDev","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:\/\/buddydev.com\/mediapress\/shortcodes\/mediapress-gallery-listing-shortcodes\/","og_locale":"en_US","og_type":"article","og_title":"MediaPress Gallery Listing Shortcodes &#8226; MediaPress | BuddyDev","og_description":"MediaPress provides easy to use shortcode with infinite flexibility to list galleries. By the end of August, 2015; we will be providing a TinyMCE plugin to add these in the WordPress post editor. Shortcode:- [mpp-list-gallery] It has around 30 options to list galleries. We will see all of these in example below. The default syntax ...","og_url":"https:\/\/buddydev.com\/mediapress\/shortcodes\/mediapress-gallery-listing-shortcodes\/","og_site_name":"MediaPress | BuddyDev","article_publisher":"https:\/\/www.facebook.com\/bpdev","article_published_time":"2015-04-23T21:20:26+00:00","article_modified_time":"2020-04-21T15:55:04+00:00","author":"Brajesh Singh","twitter_card":"summary_large_image","twitter_creator":"@sbrajesh","twitter_site":"@buddydev","twitter_misc":{"Written by":"Brajesh Singh","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/buddydev.com\/mediapress\/shortcodes\/mediapress-gallery-listing-shortcodes\/","url":"https:\/\/buddydev.com\/mediapress\/shortcodes\/mediapress-gallery-listing-shortcodes\/","name":"MediaPress Gallery Listing Shortcodes &#8226; MediaPress | BuddyDev","isPartOf":{"@id":"https:\/\/buddydev.com\/mediapress\/#website"},"datePublished":"2015-04-23T21:20:26+00:00","dateModified":"2020-04-21T15:55:04+00:00","author":{"@id":"https:\/\/buddydev.com\/mediapress\/#\/schema\/person\/4ebf5f3e519f8cbddc6583e182dbe4fb"},"breadcrumb":{"@id":"https:\/\/buddydev.com\/mediapress\/shortcodes\/mediapress-gallery-listing-shortcodes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/buddydev.com\/mediapress\/shortcodes\/mediapress-gallery-listing-shortcodes\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/buddydev.com\/mediapress\/shortcodes\/mediapress-gallery-listing-shortcodes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/buddydev.com\/mediapress\/"},{"@type":"ListItem","position":2,"name":"MediaPress Gallery Listing Shortcodes"}]},{"@type":"WebSite","@id":"https:\/\/buddydev.com\/mediapress\/#website","url":"https:\/\/buddydev.com\/mediapress\/","name":"MediaPress | BuddyDev","description":"The Best Media Gallery Plugin For BuddyPress","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/buddydev.com\/mediapress\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/buddydev.com\/mediapress\/#\/schema\/person\/4ebf5f3e519f8cbddc6583e182dbe4fb","name":"Brajesh Singh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/buddydev.com\/mediapress\/#\/schema\/person\/image\/","url":"\/\/www.gravatar.com\/avatar\/2106622ee90d53d15ac1402806616aca?s=96&#038;r=g&#038;d=identicon","contentUrl":"\/\/www.gravatar.com\/avatar\/2106622ee90d53d15ac1402806616aca?s=96&#038;r=g&#038;d=identicon","caption":"Brajesh Singh"},"sameAs":["http:\/\/buddydev.com\/members\/sbrajesh\/","https:\/\/x.com\/sbrajesh"]}]}},"_links":{"self":[{"href":"https:\/\/buddydev.com\/mediapress\/wp-json\/wp\/v2\/posts\/66","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/buddydev.com\/mediapress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/buddydev.com\/mediapress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/buddydev.com\/mediapress\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/buddydev.com\/mediapress\/wp-json\/wp\/v2\/comments?post=66"}],"version-history":[{"count":13,"href":"https:\/\/buddydev.com\/mediapress\/wp-json\/wp\/v2\/posts\/66\/revisions"}],"predecessor-version":[{"id":693,"href":"https:\/\/buddydev.com\/mediapress\/wp-json\/wp\/v2\/posts\/66\/revisions\/693"}],"wp:attachment":[{"href":"https:\/\/buddydev.com\/mediapress\/wp-json\/wp\/v2\/media?parent=66"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/buddydev.com\/mediapress\/wp-json\/wp\/v2\/categories?post=66"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/buddydev.com\/mediapress\/wp-json\/wp\/v2\/tags?post=66"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}