{"id":60981,"date":"2016-09-30T14:33:11","date_gmt":"2016-09-30T14:33:11","guid":{"rendered":"http:\/\/webkul.com\/blog\/?p=60981"},"modified":"2024-04-01T09:04:15","modified_gmt":"2024-04-01T09:04:15","slug":"call-custom-block-links-footer-magento-2","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/","title":{"rendered":"Call custom block and links in footer in magento 2"},"content":{"rendered":"\n<p>Call custom block and links in footer in magento 2<\/p>\n\n\n\n<p>In this article we will learn how to call links and <a href=\"https:\/\/webkul.com\/blog\/magento-development-07-collection-and-block\/\">custom block<\/a> in footer in magento 2.<\/p>\n\n\n\n<p>So, the file which is used to define configurations of footer is <strong>default.xml<\/strong>. This file will be located under&nbsp;<strong>app\/code\/Namespace\/Module\/view\/frontend\/layout\/.&nbsp;<\/strong>This file calls on every page, that&#8217;s why we write code for footer in this file.<\/p>\n\n\n\n<p>Below code is used to call <strong>custom links<\/strong> in footer :<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;referenceBlock name=&quot;footer_links&quot;&gt;\n  &lt;block class=&quot;Magento\\Framework\\View\\Element\\Html\\Link&quot; name=&quot;custom-link&quot;&gt;\n    &lt;arguments&gt;\n      &lt;argument name=&quot;label&quot; xsi:type=&quot;string&quot;&gt;Custom Link&lt;\/argument&gt;\n      &lt;!-- This will be displayed as the label of the link --&gt;\n      &lt;argument name=&quot;path&quot; xsi:type=&quot;string&quot;&gt;path\/to\/page&lt;\/argument&gt;\n      &lt;!-- here give the path where the link redirect to --&gt;\n    &lt;\/arguments&gt;\n  &lt;\/block&gt;\n&lt;\/referenceBlock&gt;<\/pre>\n\n\n\n<p>Now If you want to add your own <strong>custom block and template<\/strong> inside the footer,<br>then below code will be used :<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;referenceContainer name=&quot;footer-container&quot;&gt;\n  &lt;block class=&quot;Magento\\Theme\\Block\\Html\\Footer&quot; name=&quot;custom_block&quot; as=&quot;custom_block&quot; template=&quot;Vendor_Module::custom.phtml&quot;\/&gt;\n&lt;\/referenceContainer&gt;<\/pre>\n\n\n\n<p>That&#8217;s all in this article, hope it will help you to call custom block and links inside footer. Try the above code and&nbsp;if you have any issue just comment below. \ud83d\ude42<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Call custom block and links in footer in magento 2 In this article we will learn how to call links and custom block in footer in magento 2. So, the file which is used to define configurations of footer is default.xml. This file will be located under&nbsp;app\/code\/Namespace\/Module\/view\/frontend\/layout\/.&nbsp;This file calls on every page, that&#8217;s why we <a href=\"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":103,"featured_media":60192,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[302],"tags":[3708],"class_list":["post-60981","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-magento2","tag-call-custom-block-and-links-in-footer-in-magento-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Call custom block and links in footer in magento 2 - Webkul Blog<\/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:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Call custom block and links in footer in magento 2 - Webkul Blog\" \/>\n<meta property=\"og:description\" content=\"Call custom block and links in footer in magento 2 In this article we will learn how to call links and custom block in footer in magento 2. So, the file which is used to define configurations of footer is default.xml. This file will be located under&nbsp;app\/code\/Namespace\/Module\/view\/frontend\/layout\/.&nbsp;This file calls on every page, that&#8217;s why we [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2016-09-30T14:33:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-01T09:04:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Magneto-Code-Snippet-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"825\" \/>\n\t<meta property=\"og:image:height\" content=\"260\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Pranjali Goel\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Pranjali Goel\" \/>\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:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/\"},\"author\":{\"name\":\"Pranjali Goel\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/c1964884ceb33a5ffdf322ee5424f692\"},\"headline\":\"Call custom block and links in footer in magento 2\",\"datePublished\":\"2016-09-30T14:33:11+00:00\",\"dateModified\":\"2024-04-01T09:04:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/\"},\"wordCount\":143,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Magneto-Code-Snippet-1.png\",\"keywords\":[\"call custom block and links in footer in magento 2\"],\"articleSection\":[\"Magento2\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/\",\"url\":\"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/\",\"name\":\"Call custom block and links in footer in magento 2 - Webkul Blog\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Magneto-Code-Snippet-1.png\",\"datePublished\":\"2016-09-30T14:33:11+00:00\",\"dateModified\":\"2024-04-01T09:04:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Magneto-Code-Snippet-1.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Magneto-Code-Snippet-1.png\",\"width\":825,\"height\":260},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Call custom block and links in footer in magento 2\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/c1964884ceb33a5ffdf322ee5424f692\",\"name\":\"Pranjali Goel\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e670273251719f83735534af186231dd99fbe378466fef356d4e55de5b46244f?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e670273251719f83735534af186231dd99fbe378466fef356d4e55de5b46244f?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"caption\":\"Pranjali Goel\"},\"description\":\"Believes in simple lifestyle and follow a simple logic to make herself better than yesterday.\",\"url\":\"https:\/\/webkul.com\/blog\/author\/pranjali968\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Call custom block and links in footer in magento 2 - Webkul Blog","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:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/","og_locale":"en_US","og_type":"article","og_title":"Call custom block and links in footer in magento 2 - Webkul Blog","og_description":"Call custom block and links in footer in magento 2 In this article we will learn how to call links and custom block in footer in magento 2. So, the file which is used to define configurations of footer is default.xml. This file will be located under&nbsp;app\/code\/Namespace\/Module\/view\/frontend\/layout\/.&nbsp;This file calls on every page, that&#8217;s why we [...]","og_url":"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2016-09-30T14:33:11+00:00","article_modified_time":"2024-04-01T09:04:15+00:00","og_image":[{"width":825,"height":260,"url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Magneto-Code-Snippet-1.png","type":"image\/png"}],"author":"Pranjali Goel","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Pranjali Goel","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/"},"author":{"name":"Pranjali Goel","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/c1964884ceb33a5ffdf322ee5424f692"},"headline":"Call custom block and links in footer in magento 2","datePublished":"2016-09-30T14:33:11+00:00","dateModified":"2024-04-01T09:04:15+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/"},"wordCount":143,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/#primaryimage"},"thumbnailUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Magneto-Code-Snippet-1.png","keywords":["call custom block and links in footer in magento 2"],"articleSection":["Magento2"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/","url":"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/","name":"Call custom block and links in footer in magento 2 - Webkul Blog","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/#primaryimage"},"thumbnailUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Magneto-Code-Snippet-1.png","datePublished":"2016-09-30T14:33:11+00:00","dateModified":"2024-04-01T09:04:15+00:00","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Magneto-Code-Snippet-1.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2016\/09\/Magneto-Code-Snippet-1.png","width":825,"height":260},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/call-custom-block-links-footer-magento-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Call custom block and links in footer in magento 2"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/c1964884ceb33a5ffdf322ee5424f692","name":"Pranjali Goel","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e670273251719f83735534af186231dd99fbe378466fef356d4e55de5b46244f?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e670273251719f83735534af186231dd99fbe378466fef356d4e55de5b46244f?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","caption":"Pranjali Goel"},"description":"Believes in simple lifestyle and follow a simple logic to make herself better than yesterday.","url":"https:\/\/webkul.com\/blog\/author\/pranjali968\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/60981","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/103"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=60981"}],"version-history":[{"count":20,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/60981\/revisions"}],"predecessor-version":[{"id":430357,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/60981\/revisions\/430357"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media\/60192"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=60981"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=60981"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=60981"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}