cancel
Showing results for 
Search instead for 
Did you mean: 

[Magento 2] How to reload static block content in xml file.

[Magento 2] How to reload static block content in xml file.

Hi every one,

I want to change the content in footer and I found that the footer.phtml has a line of code:

<?php echo $this->getLayout()->createBlock('Magento\Cms\Block\Block')->setBlockId('luxury_contact_footer')->toHtml();?>

The luxury_contact_foot is defined in install.xml file so I make some changes on this file. 

But there is nothing change on the screen,I also try to run command setup:static-content:deploy Smiley Sad.

Any one can help me in this case ?

 

Thank you