{"id":955,"date":"2016-11-17T23:47:08","date_gmt":"2016-11-17T23:47:08","guid":{"rendered":"https:\/\/wplook.com\/docs\/?p=955"},"modified":"2026-03-14T14:12:47","modified_gmt":"2026-03-14T14:12:47","slug":"shortcodes","status":"publish","type":"post","link":"https:\/\/wplook.com\/docs\/benevolence\/shortcodes-benevolence\/shortcodes\/","title":{"rendered":"Shortcodes"},"content":{"rendered":"\n<p>Shortcodes are&nbsp;special kinds of content that users can attach to certain pages by adding the corresponding tag&nbsp;into the post or page text. Shortcodes can include buttons, alerts, and more advanced things like previews of posts or interactive forms.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-16-at-16.01.56.png\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"149\" src=\"https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-16-at-16.01.56-300x149.png\" alt=\"Post content with an example shortcode highlighted.\" class=\"wp-image-956\" srcset=\"https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-16-at-16.01.56-300x149.png 300w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-16-at-16.01.56-768x381.png 768w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-16-at-16.01.56-1024x507.png 1024w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-16-at-16.01.56-450x223.png 450w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-16-at-16.01.56-600x297.png 600w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-16-at-16.01.56-1200x595.png 1200w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-16-at-16.01.56-900x446.png 900w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-16-at-16.01.56.png 1582w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><figcaption>Post content with an example shortcode highlighted.<\/figcaption><\/figure><\/div>\n\n\n\n<p>Shortcodes are usually&nbsp;<em>enclosing<\/em>, so they include content in between the opening and closing tags of the shortcode. This content can usually include anything WordPress supports &#8211; images, formatted text etc. An example of an&nbsp;enclosing shortcode is this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;button]Enclosing shortcode content&#91;\/button]<\/code><\/pre>\n\n\n\n<p>However, shortcodes can also be&nbsp;<em>self-closing<\/em>, which means they do not include a closing tag or any content. An example of a self-closing shortcode is this:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted lang:default decode:true\">[button text=\"Button content\"]<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"button-shortcode\">Button shortcode<\/h2>\n\n\n\n<p>The button shortcode is used to display an attractive link to content either on your site or elsewhere. It comes in a selection of colour, sizes and shapes.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Button-shortcode.png\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"261\" src=\"https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Button-shortcode-300x261.png\" alt=\"All possible combinations of the button shortcode.\" class=\"wp-image-959\" srcset=\"https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Button-shortcode-300x261.png 300w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Button-shortcode-768x668.png 768w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Button-shortcode-1024x890.png 1024w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Button-shortcode-450x391.png 450w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Button-shortcode-600x522.png 600w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Button-shortcode-1200x1043.png 1200w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Button-shortcode-900x782.png 900w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Button-shortcode-1800x1565.png 1800w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Button-shortcode.png 1813w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><figcaption>All possible combinations of the button shortcode.<\/figcaption><\/figure><\/div>\n\n\n\n<p>Example shortcode:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">[button url=\"#\" style=\"grey\" size=\"small\" type=\"square\"]Small Button[\/button]<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"options\">Options<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li><code><strong>url<\/strong><\/code>: The URL to which the button will link.<\/li><li><code><strong>style<\/strong><\/code>: The colour&nbsp;of the button. Possible options include <code>grey<\/code>, <code>green<\/code>, <code>light-blue<\/code>, <code>blue<\/code>, <code>red<\/code>, <code>orange<\/code>, <code>purple<\/code> and&nbsp;<code>black<\/code>.<\/li><li><code><strong>size<\/strong><\/code>: The size of the button. Possible options include <code>small<\/code>, <code>medium<\/code> and <code>large.<\/code><\/li><li><code><strong>type<\/strong><\/code>: Whether the button will have rounded corners or not. Possible options include <code>square<\/code> and <code>round<\/code>.<\/li><\/ul>\n\n\n\n<p>The content of the shortcode determines what&nbsp;text&nbsp;will be displayed on the button.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"alerts\">Alerts<\/h2>\n\n\n\n<p>Alerts bring attention to important messages on your site. They can contain any content<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-17-at-23.43.26.png\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"170\" src=\"https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-17-at-23.43.26-300x170.png\" alt=\"The alerts available in Benevolence.\" class=\"wp-image-962\" srcset=\"https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-17-at-23.43.26-300x170.png 300w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-17-at-23.43.26-768x435.png 768w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-17-at-23.43.26-1024x580.png 1024w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-17-at-23.43.26-450x255.png 450w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-17-at-23.43.26-600x340.png 600w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-17-at-23.43.26-1200x679.png 1200w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-17-at-23.43.26-900x509.png 900w, https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-17-at-23.43.26.png 1774w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><figcaption>The alerts available in Benevolence.<\/figcaption><\/figure><\/div>\n\n\n\n<p>Example shortcode:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">[alert style=\"white\"]White Alert[\/alert]<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"options\">Options<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li><code><strong>style<\/strong><\/code>: The style of the alert shortcode determines it&#8217;s colour.&nbsp;Possible options include <code>white<\/code>, <code>gray<\/code>, <code>red<\/code>, <code>yellow<\/code>, <code>green<\/code> and <code>blue<\/code>.<\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Shortcodes are&nbsp;special kinds of content that users can attach to certain pages by adding the corresponding tag&nbsp;into the post or page text. Shortcodes can include buttons, alerts, and more advanced things like previews of posts or interactive forms. Shortcodes are usually&nbsp;enclosing, so they include content in between the opening and closing tags of the shortcode. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"menu_order":221,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_focuskw":"Benevolence shortcodes","_yoast_wpseo_title":"Shortcodes - Benevolence Docs","_yoast_wpseo_metadesc":"Shortcodes in the Benevolence WordPress theme. Available options and configuration.","_docs_gsc_clicks":0,"_docs_gsc_impressions":113,"_docs_gsc_ctr":0,"_docs_gsc_position":10.1,"_docs_gsc_queries":"[]","_docs_gsc_updated":"2026-04-20T01:59:38+00:00","footnotes":""},"categories":[35],"tags":[],"class_list":["post-955","post","type-post","status-publish","format-standard","hentry","category-shortcodes-benevolence"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Shortcodes - Benevolence Docs<\/title>\n<meta name=\"description\" content=\"Shortcodes in the Benevolence WordPress theme. Available options and configuration.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wplook.com\/docs\/benevolence\/shortcodes-benevolence\/shortcodes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Shortcodes - Benevolence Docs\" \/>\n<meta property=\"og:description\" content=\"Shortcodes in the Benevolence WordPress theme. Available options and configuration.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wplook.com\/docs\/benevolence\/shortcodes-benevolence\/shortcodes\/\" \/>\n<meta property=\"og:site_name\" content=\"WPlook Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2016-11-17T23:47:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-14T14:12:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-16-at-16.01.56.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1582\" \/>\n\t<meta property=\"og:image:height\" content=\"784\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"victor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"victor\" \/>\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:\\\/\\\/wplook.com\\\/docs\\\/benevolence\\\/shortcodes-benevolence\\\/shortcodes\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/benevolence\\\/shortcodes-benevolence\\\/shortcodes\\\/\"},\"author\":{\"name\":\"victor\",\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/#\\\/schema\\\/person\\\/fc8d151db0c9e2c25b035ebe379e1f4d\"},\"headline\":\"Shortcodes\",\"datePublished\":\"2016-11-17T23:47:08+00:00\",\"dateModified\":\"2026-03-14T14:12:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/benevolence\\\/shortcodes-benevolence\\\/shortcodes\\\/\"},\"wordCount\":253,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/benevolence\\\/shortcodes-benevolence\\\/shortcodes\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wplook.com\\\/docs\\\/wp-content\\\/uploads\\\/2016\\\/11\\\/Screen-Shot-2016-11-16-at-16.01.56-300x149.png\",\"articleSection\":[\"Shortcodes\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/wplook.com\\\/docs\\\/benevolence\\\/shortcodes-benevolence\\\/shortcodes\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/benevolence\\\/shortcodes-benevolence\\\/shortcodes\\\/\",\"url\":\"https:\\\/\\\/wplook.com\\\/docs\\\/benevolence\\\/shortcodes-benevolence\\\/shortcodes\\\/\",\"name\":\"Shortcodes - Benevolence Docs\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/benevolence\\\/shortcodes-benevolence\\\/shortcodes\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/benevolence\\\/shortcodes-benevolence\\\/shortcodes\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wplook.com\\\/docs\\\/wp-content\\\/uploads\\\/2016\\\/11\\\/Screen-Shot-2016-11-16-at-16.01.56-300x149.png\",\"datePublished\":\"2016-11-17T23:47:08+00:00\",\"dateModified\":\"2026-03-14T14:12:47+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/#\\\/schema\\\/person\\\/fc8d151db0c9e2c25b035ebe379e1f4d\"},\"description\":\"Shortcodes in the Benevolence WordPress theme. Available options and configuration.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/benevolence\\\/shortcodes-benevolence\\\/shortcodes\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wplook.com\\\/docs\\\/benevolence\\\/shortcodes-benevolence\\\/shortcodes\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/benevolence\\\/shortcodes-benevolence\\\/shortcodes\\\/#primaryimage\",\"url\":\"https:\\\/\\\/wplook.com\\\/docs\\\/wp-content\\\/uploads\\\/2016\\\/11\\\/Screen-Shot-2016-11-16-at-16.01.56.png\",\"contentUrl\":\"https:\\\/\\\/wplook.com\\\/docs\\\/wp-content\\\/uploads\\\/2016\\\/11\\\/Screen-Shot-2016-11-16-at-16.01.56.png\",\"width\":1582,\"height\":784,\"caption\":\"Post content with an example shortcode highlighted.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/benevolence\\\/shortcodes-benevolence\\\/shortcodes\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wplook.com\\\/docs\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Shortcodes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/#website\",\"url\":\"https:\\\/\\\/wplook.com\\\/docs\\\/\",\"name\":\"WPlook Documentation\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wplook.com\\\/docs\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/wplook.com\\\/docs\\\/#\\\/schema\\\/person\\\/fc8d151db0c9e2c25b035ebe379e1f4d\",\"name\":\"victor\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bb41ac1e0e55658eefcabc9713daa2f4625fca4cd13ea7c99eb4c61965f650ef?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bb41ac1e0e55658eefcabc9713daa2f4625fca4cd13ea7c99eb4c61965f650ef?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bb41ac1e0e55658eefcabc9713daa2f4625fca4cd13ea7c99eb4c61965f650ef?s=96&d=mm&r=g\",\"caption\":\"victor\"},\"url\":\"https:\\\/\\\/wplook.com\\\/docs\\\/author\\\/victor\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Shortcodes - Benevolence Docs","description":"Shortcodes in the Benevolence WordPress theme. Available options and configuration.","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:\/\/wplook.com\/docs\/benevolence\/shortcodes-benevolence\/shortcodes\/","og_locale":"en_US","og_type":"article","og_title":"Shortcodes - Benevolence Docs","og_description":"Shortcodes in the Benevolence WordPress theme. Available options and configuration.","og_url":"https:\/\/wplook.com\/docs\/benevolence\/shortcodes-benevolence\/shortcodes\/","og_site_name":"WPlook Documentation","article_published_time":"2016-11-17T23:47:08+00:00","article_modified_time":"2026-03-14T14:12:47+00:00","og_image":[{"width":1582,"height":784,"url":"https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-16-at-16.01.56.png","type":"image\/png"}],"author":"victor","twitter_card":"summary_large_image","twitter_misc":{"Written by":"victor","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wplook.com\/docs\/benevolence\/shortcodes-benevolence\/shortcodes\/#article","isPartOf":{"@id":"https:\/\/wplook.com\/docs\/benevolence\/shortcodes-benevolence\/shortcodes\/"},"author":{"name":"victor","@id":"https:\/\/wplook.com\/docs\/#\/schema\/person\/fc8d151db0c9e2c25b035ebe379e1f4d"},"headline":"Shortcodes","datePublished":"2016-11-17T23:47:08+00:00","dateModified":"2026-03-14T14:12:47+00:00","mainEntityOfPage":{"@id":"https:\/\/wplook.com\/docs\/benevolence\/shortcodes-benevolence\/shortcodes\/"},"wordCount":253,"commentCount":0,"image":{"@id":"https:\/\/wplook.com\/docs\/benevolence\/shortcodes-benevolence\/shortcodes\/#primaryimage"},"thumbnailUrl":"https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-16-at-16.01.56-300x149.png","articleSection":["Shortcodes"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wplook.com\/docs\/benevolence\/shortcodes-benevolence\/shortcodes\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wplook.com\/docs\/benevolence\/shortcodes-benevolence\/shortcodes\/","url":"https:\/\/wplook.com\/docs\/benevolence\/shortcodes-benevolence\/shortcodes\/","name":"Shortcodes - Benevolence Docs","isPartOf":{"@id":"https:\/\/wplook.com\/docs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wplook.com\/docs\/benevolence\/shortcodes-benevolence\/shortcodes\/#primaryimage"},"image":{"@id":"https:\/\/wplook.com\/docs\/benevolence\/shortcodes-benevolence\/shortcodes\/#primaryimage"},"thumbnailUrl":"https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-16-at-16.01.56-300x149.png","datePublished":"2016-11-17T23:47:08+00:00","dateModified":"2026-03-14T14:12:47+00:00","author":{"@id":"https:\/\/wplook.com\/docs\/#\/schema\/person\/fc8d151db0c9e2c25b035ebe379e1f4d"},"description":"Shortcodes in the Benevolence WordPress theme. Available options and configuration.","breadcrumb":{"@id":"https:\/\/wplook.com\/docs\/benevolence\/shortcodes-benevolence\/shortcodes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wplook.com\/docs\/benevolence\/shortcodes-benevolence\/shortcodes\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wplook.com\/docs\/benevolence\/shortcodes-benevolence\/shortcodes\/#primaryimage","url":"https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-16-at-16.01.56.png","contentUrl":"https:\/\/wplook.com\/docs\/wp-content\/uploads\/2016\/11\/Screen-Shot-2016-11-16-at-16.01.56.png","width":1582,"height":784,"caption":"Post content with an example shortcode highlighted."},{"@type":"BreadcrumbList","@id":"https:\/\/wplook.com\/docs\/benevolence\/shortcodes-benevolence\/shortcodes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wplook.com\/docs\/"},{"@type":"ListItem","position":2,"name":"Shortcodes"}]},{"@type":"WebSite","@id":"https:\/\/wplook.com\/docs\/#website","url":"https:\/\/wplook.com\/docs\/","name":"WPlook Documentation","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wplook.com\/docs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/wplook.com\/docs\/#\/schema\/person\/fc8d151db0c9e2c25b035ebe379e1f4d","name":"victor","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/bb41ac1e0e55658eefcabc9713daa2f4625fca4cd13ea7c99eb4c61965f650ef?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/bb41ac1e0e55658eefcabc9713daa2f4625fca4cd13ea7c99eb4c61965f650ef?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/bb41ac1e0e55658eefcabc9713daa2f4625fca4cd13ea7c99eb4c61965f650ef?s=96&d=mm&r=g","caption":"victor"},"url":"https:\/\/wplook.com\/docs\/author\/victor\/"}]}},"_links":{"self":[{"href":"https:\/\/wplook.com\/docs\/wp-json\/wp\/v2\/posts\/955","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wplook.com\/docs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wplook.com\/docs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wplook.com\/docs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wplook.com\/docs\/wp-json\/wp\/v2\/comments?post=955"}],"version-history":[{"count":10,"href":"https:\/\/wplook.com\/docs\/wp-json\/wp\/v2\/posts\/955\/revisions"}],"predecessor-version":[{"id":4154,"href":"https:\/\/wplook.com\/docs\/wp-json\/wp\/v2\/posts\/955\/revisions\/4154"}],"wp:attachment":[{"href":"https:\/\/wplook.com\/docs\/wp-json\/wp\/v2\/media?parent=955"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wplook.com\/docs\/wp-json\/wp\/v2\/categories?post=955"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wplook.com\/docs\/wp-json\/wp\/v2\/tags?post=955"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}