How to create the homepage.phtml in Magento 2 The Next CEO of Stack Overflowmagento 2 utilizing the CPU 100%Magento2.1.5 Doesn't create the versionxxxxxxxx folder while static content deployMagento 2: How to Create Paypal Order Programmatically?Magento 2.1 adding custom layout fails?Creating a custom homepage template in Magento2.1.5Magento 2 add new custom container above <main> tagHow to solve the Main Slider image showing issue Magento 2.x?how to create custom theme in magento2Magento 2 : Custom Layout for Static Page Empty Into FrontendHow to restrict a configurable product adding into the cart magento 2.1.15

Is it possible to create a QR code using text?

Creating a script with console commands

How do I secure a TV wall mount?

Why does the freezing point matter when picking cooler ice packs?

logical reads on global temp table, but not on session-level temp table

Can I cast Thunderwave and be at the center of its bottom face, but not be affected by it?

Why was Sir Cadogan fired?

How can I prove that a state of equilibrium is unstable?

Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?

Arity of Primitive Recursive Functions

Is it reasonable to ask other researchers to send me their previous grant applications?

Why doesn't Shulchan Aruch include the laws of destroying fruit trees?

Direct Implications Between USA and UK in Event of No-Deal Brexit

Why did early computer designers eschew integers?

Gauss' Posthumous Publications?

Find a path from s to t using as few red nodes as possible

MT "will strike" & LXX "will watch carefully" (Gen 3:15)?

My boss doesn't want me to have a side project

Is it correct to say moon starry nights?

Calculate the Mean mean of two numbers

Is it okay to majorly distort historical facts while writing a fiction story?

How can a day be of 24 hours?

Calculating discount not working

Finitely generated matrix groups whose eigenvalues are all algebraic



How to create the homepage.phtml in Magento 2



The Next CEO of Stack Overflowmagento 2 utilizing the CPU 100%Magento2.1.5 Doesn't create the versionxxxxxxxx folder while static content deployMagento 2: How to Create Paypal Order Programmatically?Magento 2.1 adding custom layout fails?Creating a custom homepage template in Magento2.1.5Magento 2 add new custom container above <main> tagHow to solve the Main Slider image showing issue Magento 2.x?how to create custom theme in magento2Magento 2 : Custom Layout for Static Page Empty Into FrontendHow to restrict a configurable product adding into the cart magento 2.1.15










3















How to create create the custom theme in Magento 2. i have create the custom, in my template i have write the some html code. But its not display default code only display here my codes




appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml




<?xml version="1.0"?>
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
<update handle="empty"/>
<referenceContainer name="page.wrapper">
<container name="header.container" as="header_container" label="Page Header Container" htmlTag="header" htmlClass="page-header" before="main.content"/>
<container name="page.top" as="page_top" label="After Page Header" after="header.container"/>
<container name="test" label="Main Content Container" htmlTag="div" htmlClass="MainContainerEnclose" htmlId="MainContainerEnclose" />
<container name="footer-container" as="footer" before="before.body.end" label="Page Footer Container" htmlTag="footer" htmlClass="page-footer" />
</referenceContainer>
</layout>



appdesignfrontendaccuaccu-themeMagento_Themetemplatehomepage.phtml




<div id="MainContainerEnclose" class="MainContainerEnclose">
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</div>


Any one help me










share|improve this question




























    3















    How to create create the custom theme in Magento 2. i have create the custom, in my template i have write the some html code. But its not display default code only display here my codes




    appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml




    <?xml version="1.0"?>
    <layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
    <update handle="empty"/>
    <referenceContainer name="page.wrapper">
    <container name="header.container" as="header_container" label="Page Header Container" htmlTag="header" htmlClass="page-header" before="main.content"/>
    <container name="page.top" as="page_top" label="After Page Header" after="header.container"/>
    <container name="test" label="Main Content Container" htmlTag="div" htmlClass="MainContainerEnclose" htmlId="MainContainerEnclose" />
    <container name="footer-container" as="footer" before="before.body.end" label="Page Footer Container" htmlTag="footer" htmlClass="page-footer" />
    </referenceContainer>
    </layout>



    appdesignfrontendaccuaccu-themeMagento_Themetemplatehomepage.phtml




    <div id="MainContainerEnclose" class="MainContainerEnclose">
    <h1>My First Heading</h1>
    <p>My first paragraph.</p>
    </div>


    Any one help me










    share|improve this question


























      3












      3








      3








      How to create create the custom theme in Magento 2. i have create the custom, in my template i have write the some html code. But its not display default code only display here my codes




      appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml




      <?xml version="1.0"?>
      <layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
      <update handle="empty"/>
      <referenceContainer name="page.wrapper">
      <container name="header.container" as="header_container" label="Page Header Container" htmlTag="header" htmlClass="page-header" before="main.content"/>
      <container name="page.top" as="page_top" label="After Page Header" after="header.container"/>
      <container name="test" label="Main Content Container" htmlTag="div" htmlClass="MainContainerEnclose" htmlId="MainContainerEnclose" />
      <container name="footer-container" as="footer" before="before.body.end" label="Page Footer Container" htmlTag="footer" htmlClass="page-footer" />
      </referenceContainer>
      </layout>



      appdesignfrontendaccuaccu-themeMagento_Themetemplatehomepage.phtml




      <div id="MainContainerEnclose" class="MainContainerEnclose">
      <h1>My First Heading</h1>
      <p>My first paragraph.</p>
      </div>


      Any one help me










      share|improve this question
















      How to create create the custom theme in Magento 2. i have create the custom, in my template i have write the some html code. But its not display default code only display here my codes




      appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml




      <?xml version="1.0"?>
      <layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
      <update handle="empty"/>
      <referenceContainer name="page.wrapper">
      <container name="header.container" as="header_container" label="Page Header Container" htmlTag="header" htmlClass="page-header" before="main.content"/>
      <container name="page.top" as="page_top" label="After Page Header" after="header.container"/>
      <container name="test" label="Main Content Container" htmlTag="div" htmlClass="MainContainerEnclose" htmlId="MainContainerEnclose" />
      <container name="footer-container" as="footer" before="before.body.end" label="Page Footer Container" htmlTag="footer" htmlClass="page-footer" />
      </referenceContainer>
      </layout>



      appdesignfrontendaccuaccu-themeMagento_Themetemplatehomepage.phtml




      <div id="MainContainerEnclose" class="MainContainerEnclose">
      <h1>My First Heading</h1>
      <p>My first paragraph.</p>
      </div>


      Any one help me







      custom magento2.1.5






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 11 '17 at 5:33







      Ravi Kumar

















      asked Apr 10 '17 at 11:41









      Ravi KumarRavi Kumar

      12211




      12211




















          1 Answer
          1






          active

          oldest

          votes


















          2














          appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml



          <theme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
          <title>Magestore Sample Theme</title>
          <parent>Magento/luma</parent>
          <media>
          <preview_image>media/preview.jpg</preview_image>
          </media>
          </theme>





          share|improve this answer

























          • which file i need to change

            – Ravi Kumar
            Apr 11 '17 at 5:19











          • appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml

            – Ramesh S
            Apr 11 '17 at 5:32






          • 1





            i need custom page and custom page design

            – Ravi Kumar
            Apr 11 '17 at 5:34











          • Please refer this link magestore.com/magento-2-tutorial/… it will help you

            – Ramesh S
            Apr 11 '17 at 5:35











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "479"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f169449%2fhow-to-create-the-homepage-phtml-in-magento-2%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2














          appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml



          <theme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
          <title>Magestore Sample Theme</title>
          <parent>Magento/luma</parent>
          <media>
          <preview_image>media/preview.jpg</preview_image>
          </media>
          </theme>





          share|improve this answer

























          • which file i need to change

            – Ravi Kumar
            Apr 11 '17 at 5:19











          • appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml

            – Ramesh S
            Apr 11 '17 at 5:32






          • 1





            i need custom page and custom page design

            – Ravi Kumar
            Apr 11 '17 at 5:34











          • Please refer this link magestore.com/magento-2-tutorial/… it will help you

            – Ramesh S
            Apr 11 '17 at 5:35















          2














          appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml



          <theme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
          <title>Magestore Sample Theme</title>
          <parent>Magento/luma</parent>
          <media>
          <preview_image>media/preview.jpg</preview_image>
          </media>
          </theme>





          share|improve this answer

























          • which file i need to change

            – Ravi Kumar
            Apr 11 '17 at 5:19











          • appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml

            – Ramesh S
            Apr 11 '17 at 5:32






          • 1





            i need custom page and custom page design

            – Ravi Kumar
            Apr 11 '17 at 5:34











          • Please refer this link magestore.com/magento-2-tutorial/… it will help you

            – Ramesh S
            Apr 11 '17 at 5:35













          2












          2








          2







          appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml



          <theme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
          <title>Magestore Sample Theme</title>
          <parent>Magento/luma</parent>
          <media>
          <preview_image>media/preview.jpg</preview_image>
          </media>
          </theme>





          share|improve this answer















          appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml



          <theme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
          <title>Magestore Sample Theme</title>
          <parent>Magento/luma</parent>
          <media>
          <preview_image>media/preview.jpg</preview_image>
          </media>
          </theme>






          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 14 hours ago









          arno

          377




          377










          answered Apr 11 '17 at 5:17









          Ramesh SRamesh S

          897424




          897424












          • which file i need to change

            – Ravi Kumar
            Apr 11 '17 at 5:19











          • appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml

            – Ramesh S
            Apr 11 '17 at 5:32






          • 1





            i need custom page and custom page design

            – Ravi Kumar
            Apr 11 '17 at 5:34











          • Please refer this link magestore.com/magento-2-tutorial/… it will help you

            – Ramesh S
            Apr 11 '17 at 5:35

















          • which file i need to change

            – Ravi Kumar
            Apr 11 '17 at 5:19











          • appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml

            – Ramesh S
            Apr 11 '17 at 5:32






          • 1





            i need custom page and custom page design

            – Ravi Kumar
            Apr 11 '17 at 5:34











          • Please refer this link magestore.com/magento-2-tutorial/… it will help you

            – Ramesh S
            Apr 11 '17 at 5:35
















          which file i need to change

          – Ravi Kumar
          Apr 11 '17 at 5:19





          which file i need to change

          – Ravi Kumar
          Apr 11 '17 at 5:19













          appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml

          – Ramesh S
          Apr 11 '17 at 5:32





          appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml

          – Ramesh S
          Apr 11 '17 at 5:32




          1




          1





          i need custom page and custom page design

          – Ravi Kumar
          Apr 11 '17 at 5:34





          i need custom page and custom page design

          – Ravi Kumar
          Apr 11 '17 at 5:34













          Please refer this link magestore.com/magento-2-tutorial/… it will help you

          – Ramesh S
          Apr 11 '17 at 5:35





          Please refer this link magestore.com/magento-2-tutorial/… it will help you

          – Ramesh S
          Apr 11 '17 at 5:35

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Magento Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f169449%2fhow-to-create-the-homepage-phtml-in-magento-2%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

          Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

          Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form