{"id":6913,"date":"2020-04-22T15:53:58","date_gmt":"2020-04-22T15:53:58","guid":{"rendered":"https:\/\/expertwebtechnologies.com\/?p=6913"},"modified":"2025-01-07T12:02:15","modified_gmt":"2025-01-07T12:02:15","slug":"wordpress-shortcode-2","status":"publish","type":"post","link":"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/","title":{"rendered":"WordPress Shortcode."},"content":{"rendered":"<div>Since Version 2.5 WordPress supports so called <b>&#8216;Shortcodes&#8217;<\/b>.<br \/>\nExample:<\/p>\n<pre class=\" language-php\"><code class=\" language-php\"><\/code><\/pre>\n<p>Shortcodes can also be used with attributes as the following example shows:<br \/>\nExample:<\/p>\n<pre class=\" language-php\"><code class=\" language-php\"><\/code><\/pre>\n<p>WordPress have some of the shortcodes by default (for example the audio one).<br \/>\nThe following shortcodes are included with WordPress:<\/p>\n<ul>\n<li><b><\/b><\/li>\n<li><b><\/b><\/li>\n<li><b><\/b><\/li>\n<li><b><\/b><\/li>\n<li><b><\/b><\/li>\n<li><b><\/b><\/li>\n<\/ul>\n<h4>hortcodes are of both type singular and paired.<\/h4>\n<p>We can define custom shortcodes using <b>add_shortcode<\/b><br \/>\nExample:<\/p>\n<h4 style=\"margin: 0;\">Calling Shortcode<\/h4>\n<h6 style=\"margin: 0;\">In Php:<\/h6>\n<pre class=\" language-php\"><code class=\" language-php\"><span class=\"snip function\">do_shortcode<\/span>(<span class=\"snip string\">'[MyFirstShortcode]'<\/span>);<\/code><\/pre>\n<h6 style=\"margin: 0;\">In Editor:<\/h6>\n<pre class=\" language-php\"><code class=\" language-php\">[MyFirstShortcode];<\/code><\/pre>\n<h4 style=\"margin: 0;\">Defining Shortcode<\/h4>\n<pre class=\" language-php\"><code class=\" language-php\">\r\n<span class=\"snip function\">add_shortcode<\/span>(<span class=\"snip string\">'MyFirstShortcode'<\/span>,<span class=\"snip string\">'MyFirstShortcodeCallback'<\/span>);\r\n<span class=\"snip keyword\">function<\/span> <span class=\"snip function\">MyFirstShortcodeCallback<\/span>() {\r\n\u00a0\u00a0\u00a0\u00a0echo 'hello';\r\n}<\/code><\/pre>\n<p>Shortcodes with attributes as the following example shows:<br \/>\nExample:<\/p>\n<h4 style=\"margin: 0;\">Calling Shortcode<\/h4>\n<h6 style=\"margin: 0;\">In Php:<\/h6>\n<pre class=\" language-php\"><code class=\" language-php\"><span class=\"snip function\">do_shortcode<\/span>(<span class=\"snip string\">'[MyFirstShortcode title=\"This Is Shortcode\"]'<\/span>);<\/code><\/pre>\n<h6 style=\"margin: 0;\">In Editor:<\/h6>\n<pre class=\" language-php\"><code class=\" language-php\">[MyFirstShortcode  title=\"This Is Shortcode\" ];<\/code><\/pre>\n<h4 style=\"margin: 0;\">Defining Shortcode<\/h4>\n<pre class=\" language-php\"><code class=\" language-php\"><span class=\"snip function\">add_shortcode<\/span>(<span class=\"snip string\">'MyFirstShortcode'<\/span>,<span class=\"snip string\">'MyFirstShortcodeCallback'<\/span>);\r\n<span class=\"snip keyword\">function<\/span> <span class=\"snip function\">MyFirstShortcodeCallback<\/span>($attr) {\r\n\u00a0\u00a0\u00a0\u00a0echo $atts[<span class=\"snip string\">'title'<\/span>];\r\n}\r\n<span class=\"snip string\">\/\/output This Is Shortcode<\/span>\r\n<\/code><\/pre>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Since Version 2.5 WordPress supports so called &#8216;Shortcodes&#8217;. Example: Shortcodes can also be used with attributes as the following example shows: Example: WordPress have some of the shortcodes by default (for example the audio one). The following shortcodes are included with WordPress: hortcodes are of both type singular and paired. We can define custom shortcodes [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":8674,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[32,36],"tags":[],"class_list":["post-6913","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-shortcode","category-wordpress"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Wordpress Shortcode. - EoXys IT<\/title>\n<meta name=\"description\" content=\"Learn how to use WordPress shortcodes to add dynamic content and functionality to your posts, pages, and widgets. Simplify website management with these powerful tools.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Wordpress Shortcode. - EoXys IT\" \/>\n<meta property=\"og:description\" content=\"Learn how to use WordPress shortcodes to add dynamic content and functionality to your posts, pages, and widgets. Simplify website management with these powerful tools.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/\" \/>\n<meta property=\"og:site_name\" content=\"EoXys IT\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-22T15:53:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-07T12:02:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2021\/06\/woocommerce-products-custom-fields.png\" \/>\n\t<meta property=\"og:image:width\" content=\"768\" \/>\n\t<meta property=\"og:image:height\" content=\"430\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Shiv kumawat\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Shiv kumawat\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/\"},\"author\":{\"name\":\"Shiv kumawat\",\"@id\":\"https:\/\/eoxysit.com\/blogs\/#\/schema\/person\/2ae37850795ab595577a4bfdb900b537\"},\"headline\":\"WordPress Shortcode.\",\"datePublished\":\"2020-04-22T15:53:58+00:00\",\"dateModified\":\"2025-01-07T12:02:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/\"},\"wordCount\":91,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2021\/06\/woocommerce-products-custom-fields.png\",\"articleSection\":[\"Shortcode\",\"WordPress\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/\",\"url\":\"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/\",\"name\":\"Wordpress Shortcode. - EoXys IT\",\"isPartOf\":{\"@id\":\"https:\/\/eoxysit.com\/blogs\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2021\/06\/woocommerce-products-custom-fields.png\",\"datePublished\":\"2020-04-22T15:53:58+00:00\",\"dateModified\":\"2025-01-07T12:02:15+00:00\",\"author\":{\"@id\":\"https:\/\/eoxysit.com\/blogs\/#\/schema\/person\/2ae37850795ab595577a4bfdb900b537\"},\"description\":\"Learn how to use WordPress shortcodes to add dynamic content and functionality to your posts, pages, and widgets. Simplify website management with these powerful tools.\",\"breadcrumb\":{\"@id\":\"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/#primaryimage\",\"url\":\"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2021\/06\/woocommerce-products-custom-fields.png\",\"contentUrl\":\"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2021\/06\/woocommerce-products-custom-fields.png\",\"width\":768,\"height\":430,\"caption\":\"Code\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/eoxysit.com\/blogs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WordPress Shortcode.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/eoxysit.com\/blogs\/#website\",\"url\":\"https:\/\/eoxysit.com\/blogs\/\",\"name\":\"EoXys IT\",\"description\":\"Digitise your business\",\"alternateName\":\"Eoxys It\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/eoxysit.com\/blogs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/eoxysit.com\/blogs\/#\/schema\/person\/2ae37850795ab595577a4bfdb900b537\",\"name\":\"Shiv kumawat\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eoxysit.com\/blogs\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2025\/03\/CEO-150x150.png\",\"contentUrl\":\"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2025\/03\/CEO-150x150.png\",\"caption\":\"Shiv kumawat\"},\"description\":\"\\\"Shiv kumawat is the Executive Director and CEO of Eoxys It Solution LLP and the strategic mind behind the company\\\"s growth. His expertise in operational efficiency and team leadership empowers his colleagues to excel and innovate.\u201d\",\"sameAs\":[\"https:\/\/eoxysit.com\/\"],\"url\":\"https:\/\/eoxysit.com\/blogs\/author\/shivkumawat1985\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Wordpress Shortcode. - EoXys IT","description":"Learn how to use WordPress shortcodes to add dynamic content and functionality to your posts, pages, and widgets. Simplify website management with these powerful tools.","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:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/","og_locale":"en_US","og_type":"article","og_title":"Wordpress Shortcode. - EoXys IT","og_description":"Learn how to use WordPress shortcodes to add dynamic content and functionality to your posts, pages, and widgets. Simplify website management with these powerful tools.","og_url":"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/","og_site_name":"EoXys IT","article_published_time":"2020-04-22T15:53:58+00:00","article_modified_time":"2025-01-07T12:02:15+00:00","og_image":[{"width":768,"height":430,"url":"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2021\/06\/woocommerce-products-custom-fields.png","type":"image\/png"}],"author":"Shiv kumawat","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Shiv kumawat","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/#article","isPartOf":{"@id":"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/"},"author":{"name":"Shiv kumawat","@id":"https:\/\/eoxysit.com\/blogs\/#\/schema\/person\/2ae37850795ab595577a4bfdb900b537"},"headline":"WordPress Shortcode.","datePublished":"2020-04-22T15:53:58+00:00","dateModified":"2025-01-07T12:02:15+00:00","mainEntityOfPage":{"@id":"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/"},"wordCount":91,"commentCount":0,"image":{"@id":"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/#primaryimage"},"thumbnailUrl":"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2021\/06\/woocommerce-products-custom-fields.png","articleSection":["Shortcode","WordPress"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/","url":"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/","name":"Wordpress Shortcode. - EoXys IT","isPartOf":{"@id":"https:\/\/eoxysit.com\/blogs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/#primaryimage"},"image":{"@id":"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/#primaryimage"},"thumbnailUrl":"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2021\/06\/woocommerce-products-custom-fields.png","datePublished":"2020-04-22T15:53:58+00:00","dateModified":"2025-01-07T12:02:15+00:00","author":{"@id":"https:\/\/eoxysit.com\/blogs\/#\/schema\/person\/2ae37850795ab595577a4bfdb900b537"},"description":"Learn how to use WordPress shortcodes to add dynamic content and functionality to your posts, pages, and widgets. Simplify website management with these powerful tools.","breadcrumb":{"@id":"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/#primaryimage","url":"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2021\/06\/woocommerce-products-custom-fields.png","contentUrl":"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2021\/06\/woocommerce-products-custom-fields.png","width":768,"height":430,"caption":"Code"},{"@type":"BreadcrumbList","@id":"https:\/\/eoxysit.com\/blogs\/wordpress-shortcode-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/eoxysit.com\/blogs\/"},{"@type":"ListItem","position":2,"name":"WordPress Shortcode."}]},{"@type":"WebSite","@id":"https:\/\/eoxysit.com\/blogs\/#website","url":"https:\/\/eoxysit.com\/blogs\/","name":"EoXys IT","description":"Digitise your business","alternateName":"Eoxys It","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/eoxysit.com\/blogs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/eoxysit.com\/blogs\/#\/schema\/person\/2ae37850795ab595577a4bfdb900b537","name":"Shiv kumawat","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eoxysit.com\/blogs\/#\/schema\/person\/image\/","url":"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2025\/03\/CEO-150x150.png","contentUrl":"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2025\/03\/CEO-150x150.png","caption":"Shiv kumawat"},"description":"\"Shiv kumawat is the Executive Director and CEO of Eoxys It Solution LLP and the strategic mind behind the company\"s growth. His expertise in operational efficiency and team leadership empowers his colleagues to excel and innovate.\u201d","sameAs":["https:\/\/eoxysit.com\/"],"url":"https:\/\/eoxysit.com\/blogs\/author\/shivkumawat1985\/"}]}},"_links":{"self":[{"href":"https:\/\/eoxysit.com\/blogs\/wp-json\/wp\/v2\/posts\/6913","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eoxysit.com\/blogs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/eoxysit.com\/blogs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/eoxysit.com\/blogs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/eoxysit.com\/blogs\/wp-json\/wp\/v2\/comments?post=6913"}],"version-history":[{"count":0,"href":"https:\/\/eoxysit.com\/blogs\/wp-json\/wp\/v2\/posts\/6913\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/eoxysit.com\/blogs\/wp-json\/wp\/v2\/media\/8674"}],"wp:attachment":[{"href":"https:\/\/eoxysit.com\/blogs\/wp-json\/wp\/v2\/media?parent=6913"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/eoxysit.com\/blogs\/wp-json\/wp\/v2\/categories?post=6913"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/eoxysit.com\/blogs\/wp-json\/wp\/v2\/tags?post=6913"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}