Then I created a custom module I don't able to insert it in my homepage's header.
Can you help me?
This is the file xml situated in this percors >> app/code/WaPoNe/HelloWorld/view/frontend/layout/helloworld_index_index.xml
<?xml version="1.0"?> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="3column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceContainer name="header.panel.wrapper"> <container name="some.container" as="someContainer" label="Some Container" htmlTag="div" htmlClass="some-container"> <block class="WaPoNe\HelloWorld\Block\Landingpage" name="landingblock" template="WaPoNe_HelloWorld::landingpage.phtml" /> </container> </referenceContainer> </body> </page>
You can read the load order details here: http://devdocs.magento.com/guides/v2.0/extension-dev-guide/build/module-load-order.html
hi, the link, that you have tweet me, doesn't exist
Can you try this? http://devdocs.magento.com/guides/v2.0/extension-dev-guide/build/module-load-order.html
Alternatively, follow this Google link: https://www.google.co.uk/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=magento+2+module+load...
It's the first link.