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

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

          Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

          Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?