Parent theme necessary?Theming for Magento 2 - Starting from scratchMagento 2 custom themefully customize theme or inherit from parent theme in magento2.0.1?Theming for Magento 2 - Starting from scratchTheme developement in magento 2.1 and fall back is not workingBest way to create new Magento 2 theme based on Luma, which parent theme?How can I start custom theme development from scratch in Magento 2?Magento 2 Layout extend from blank themeMagento 2 parent theme behaviorMagento 2 - Difference between building a theme from scratch and inheriting from Blank themeThe difference between luma theme and blank

What do Xenomorphs eat in the Alien series?

What are substitutions for coconut in curry?

How can I track script which gives me "command not found" right after the login?

Did Ender ever learn that he killed Stilson and/or Bonzo?

Gravity magic - How does it work?

Life insurance that covers only simultaneous/dual deaths

Use of undefined constant bloginfo

How do I hide Chekhov's Gun?

It's a yearly task, alright

A Cautionary Suggestion

Why is the President allowed to veto a cancellation of emergency powers?

My adviser wants to be the first author

Unexpected result from ArcLength

Opacity of an object in 2.8

Do I need to be arrogant to get ahead?

Min function accepting varying number of arguments in C++17

Are all passive ability checks floors for active ability checks?

Why do passenger jet manufacturers design their planes with stall prevention systems?

What is the significance behind "40 days" that often appears in the Bible?

Most cost effective thermostat setting: consistent temperature vs. lowest temperature possible

Why does Bach not break the rules here?

How to change two letters closest to a string and one letter immediately after a string using notepad++

Official degrees of earth’s rotation per day

Employee lack of ownership



Parent theme necessary?


Theming for Magento 2 - Starting from scratchMagento 2 custom themefully customize theme or inherit from parent theme in magento2.0.1?Theming for Magento 2 - Starting from scratchTheme developement in magento 2.1 and fall back is not workingBest way to create new Magento 2 theme based on Luma, which parent theme?How can I start custom theme development from scratch in Magento 2?Magento 2 Layout extend from blank themeMagento 2 parent theme behaviorMagento 2 - Difference between building a theme from scratch and inheriting from Blank themeThe difference between luma theme and blank













1















I am creating custom theme in magento 2. Is it necessary to assign parent theme to my new custom theme.



 <parent>Vendor/theme</parent>


I want to develop whole things from the scratch, that's why I don't want to include parent theme.










share|improve this question







New contributor




Muhammad Bilal khan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1





    no need if you develop everything on your own, if not you suppose get basic thins like parent styles and layout from parent theme. That's why we include parent theme

    – Prathap Gunasekaran
    14 hours ago
















1















I am creating custom theme in magento 2. Is it necessary to assign parent theme to my new custom theme.



 <parent>Vendor/theme</parent>


I want to develop whole things from the scratch, that's why I don't want to include parent theme.










share|improve this question







New contributor




Muhammad Bilal khan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1





    no need if you develop everything on your own, if not you suppose get basic thins like parent styles and layout from parent theme. That's why we include parent theme

    – Prathap Gunasekaran
    14 hours ago














1












1








1








I am creating custom theme in magento 2. Is it necessary to assign parent theme to my new custom theme.



 <parent>Vendor/theme</parent>


I want to develop whole things from the scratch, that's why I don't want to include parent theme.










share|improve this question







New contributor




Muhammad Bilal khan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I am creating custom theme in magento 2. Is it necessary to assign parent theme to my new custom theme.



 <parent>Vendor/theme</parent>


I want to develop whole things from the scratch, that's why I don't want to include parent theme.







magento2






share|improve this question







New contributor




Muhammad Bilal khan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Muhammad Bilal khan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Muhammad Bilal khan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 14 hours ago









Muhammad Bilal khanMuhammad Bilal khan

253




253




New contributor




Muhammad Bilal khan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Muhammad Bilal khan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Muhammad Bilal khan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







  • 1





    no need if you develop everything on your own, if not you suppose get basic thins like parent styles and layout from parent theme. That's why we include parent theme

    – Prathap Gunasekaran
    14 hours ago













  • 1





    no need if you develop everything on your own, if not you suppose get basic thins like parent styles and layout from parent theme. That's why we include parent theme

    – Prathap Gunasekaran
    14 hours ago








1




1





no need if you develop everything on your own, if not you suppose get basic thins like parent styles and layout from parent theme. That's why we include parent theme

– Prathap Gunasekaran
14 hours ago






no need if you develop everything on your own, if not you suppose get basic thins like parent styles and layout from parent theme. That's why we include parent theme

– Prathap Gunasekaran
14 hours ago











2 Answers
2






active

oldest

votes


















3















Parent theme is not necessary to defined it




It is not necessary to define parent theme check here
also if you do not set a parent theme you can create all your own CSS of theme becuase it is scratch
also if you want to create your parent theme in template,layout,css,extension then here available






share|improve this answer

























  • What if I want to create all the thing (property, layout, template files, and styles) in my new theme. Do I need to use parent theme now?

    – Muhammad Bilal khan
    14 hours ago






  • 1





    No you don't need but that doesn't make sense, you can customise anything by inheriting parent theme instead of creating all the page layouts from the scratch @MuhammadBilalkhan

    – Prathap Gunasekaran
    14 hours ago












  • i know customiza all thing in custom theme but sometime is needed is parent theme check default reference : devdocs.magento.com/guides/v2.3/frontend-dev-guide/themes/… @MuhammadBilalkhan

    – Rakesh Donga
    14 hours ago







  • 1





    @RakeshDonga has given the same, do accept this answer because that doesn't make sense provide repeating answer for single question.Hope you understand

    – Prathap Gunasekaran
    14 hours ago







  • 1





    @PrathapGunasekaran thanks i have updated it

    – Rakesh Donga
    14 hours ago


















1














No it is not necessary, if you do not set a parent theme you can create all your CSS from scratch. See this post for an example - Theming for Magento 2 - Starting from scratch






share|improve this answer






















    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
    );



    );






    Muhammad Bilal khan is a new contributor. Be nice, and check out our Code of Conduct.









    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266097%2fparent-theme-necessary%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    3















    Parent theme is not necessary to defined it




    It is not necessary to define parent theme check here
    also if you do not set a parent theme you can create all your own CSS of theme becuase it is scratch
    also if you want to create your parent theme in template,layout,css,extension then here available






    share|improve this answer

























    • What if I want to create all the thing (property, layout, template files, and styles) in my new theme. Do I need to use parent theme now?

      – Muhammad Bilal khan
      14 hours ago






    • 1





      No you don't need but that doesn't make sense, you can customise anything by inheriting parent theme instead of creating all the page layouts from the scratch @MuhammadBilalkhan

      – Prathap Gunasekaran
      14 hours ago












    • i know customiza all thing in custom theme but sometime is needed is parent theme check default reference : devdocs.magento.com/guides/v2.3/frontend-dev-guide/themes/… @MuhammadBilalkhan

      – Rakesh Donga
      14 hours ago







    • 1





      @RakeshDonga has given the same, do accept this answer because that doesn't make sense provide repeating answer for single question.Hope you understand

      – Prathap Gunasekaran
      14 hours ago







    • 1





      @PrathapGunasekaran thanks i have updated it

      – Rakesh Donga
      14 hours ago















    3















    Parent theme is not necessary to defined it




    It is not necessary to define parent theme check here
    also if you do not set a parent theme you can create all your own CSS of theme becuase it is scratch
    also if you want to create your parent theme in template,layout,css,extension then here available






    share|improve this answer

























    • What if I want to create all the thing (property, layout, template files, and styles) in my new theme. Do I need to use parent theme now?

      – Muhammad Bilal khan
      14 hours ago






    • 1





      No you don't need but that doesn't make sense, you can customise anything by inheriting parent theme instead of creating all the page layouts from the scratch @MuhammadBilalkhan

      – Prathap Gunasekaran
      14 hours ago












    • i know customiza all thing in custom theme but sometime is needed is parent theme check default reference : devdocs.magento.com/guides/v2.3/frontend-dev-guide/themes/… @MuhammadBilalkhan

      – Rakesh Donga
      14 hours ago







    • 1





      @RakeshDonga has given the same, do accept this answer because that doesn't make sense provide repeating answer for single question.Hope you understand

      – Prathap Gunasekaran
      14 hours ago







    • 1





      @PrathapGunasekaran thanks i have updated it

      – Rakesh Donga
      14 hours ago













    3












    3








    3








    Parent theme is not necessary to defined it




    It is not necessary to define parent theme check here
    also if you do not set a parent theme you can create all your own CSS of theme becuase it is scratch
    also if you want to create your parent theme in template,layout,css,extension then here available






    share|improve this answer
















    Parent theme is not necessary to defined it




    It is not necessary to define parent theme check here
    also if you do not set a parent theme you can create all your own CSS of theme becuase it is scratch
    also if you want to create your parent theme in template,layout,css,extension then here available







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited 13 hours ago

























    answered 14 hours ago









    Rakesh DongaRakesh Donga

    1,787316




    1,787316












    • What if I want to create all the thing (property, layout, template files, and styles) in my new theme. Do I need to use parent theme now?

      – Muhammad Bilal khan
      14 hours ago






    • 1





      No you don't need but that doesn't make sense, you can customise anything by inheriting parent theme instead of creating all the page layouts from the scratch @MuhammadBilalkhan

      – Prathap Gunasekaran
      14 hours ago












    • i know customiza all thing in custom theme but sometime is needed is parent theme check default reference : devdocs.magento.com/guides/v2.3/frontend-dev-guide/themes/… @MuhammadBilalkhan

      – Rakesh Donga
      14 hours ago







    • 1





      @RakeshDonga has given the same, do accept this answer because that doesn't make sense provide repeating answer for single question.Hope you understand

      – Prathap Gunasekaran
      14 hours ago







    • 1





      @PrathapGunasekaran thanks i have updated it

      – Rakesh Donga
      14 hours ago

















    • What if I want to create all the thing (property, layout, template files, and styles) in my new theme. Do I need to use parent theme now?

      – Muhammad Bilal khan
      14 hours ago






    • 1





      No you don't need but that doesn't make sense, you can customise anything by inheriting parent theme instead of creating all the page layouts from the scratch @MuhammadBilalkhan

      – Prathap Gunasekaran
      14 hours ago












    • i know customiza all thing in custom theme but sometime is needed is parent theme check default reference : devdocs.magento.com/guides/v2.3/frontend-dev-guide/themes/… @MuhammadBilalkhan

      – Rakesh Donga
      14 hours ago







    • 1





      @RakeshDonga has given the same, do accept this answer because that doesn't make sense provide repeating answer for single question.Hope you understand

      – Prathap Gunasekaran
      14 hours ago







    • 1





      @PrathapGunasekaran thanks i have updated it

      – Rakesh Donga
      14 hours ago
















    What if I want to create all the thing (property, layout, template files, and styles) in my new theme. Do I need to use parent theme now?

    – Muhammad Bilal khan
    14 hours ago





    What if I want to create all the thing (property, layout, template files, and styles) in my new theme. Do I need to use parent theme now?

    – Muhammad Bilal khan
    14 hours ago




    1




    1





    No you don't need but that doesn't make sense, you can customise anything by inheriting parent theme instead of creating all the page layouts from the scratch @MuhammadBilalkhan

    – Prathap Gunasekaran
    14 hours ago






    No you don't need but that doesn't make sense, you can customise anything by inheriting parent theme instead of creating all the page layouts from the scratch @MuhammadBilalkhan

    – Prathap Gunasekaran
    14 hours ago














    i know customiza all thing in custom theme but sometime is needed is parent theme check default reference : devdocs.magento.com/guides/v2.3/frontend-dev-guide/themes/… @MuhammadBilalkhan

    – Rakesh Donga
    14 hours ago






    i know customiza all thing in custom theme but sometime is needed is parent theme check default reference : devdocs.magento.com/guides/v2.3/frontend-dev-guide/themes/… @MuhammadBilalkhan

    – Rakesh Donga
    14 hours ago





    1




    1





    @RakeshDonga has given the same, do accept this answer because that doesn't make sense provide repeating answer for single question.Hope you understand

    – Prathap Gunasekaran
    14 hours ago






    @RakeshDonga has given the same, do accept this answer because that doesn't make sense provide repeating answer for single question.Hope you understand

    – Prathap Gunasekaran
    14 hours ago





    1




    1





    @PrathapGunasekaran thanks i have updated it

    – Rakesh Donga
    14 hours ago





    @PrathapGunasekaran thanks i have updated it

    – Rakesh Donga
    14 hours ago













    1














    No it is not necessary, if you do not set a parent theme you can create all your CSS from scratch. See this post for an example - Theming for Magento 2 - Starting from scratch






    share|improve this answer



























      1














      No it is not necessary, if you do not set a parent theme you can create all your CSS from scratch. See this post for an example - Theming for Magento 2 - Starting from scratch






      share|improve this answer

























        1












        1








        1







        No it is not necessary, if you do not set a parent theme you can create all your CSS from scratch. See this post for an example - Theming for Magento 2 - Starting from scratch






        share|improve this answer













        No it is not necessary, if you do not set a parent theme you can create all your CSS from scratch. See this post for an example - Theming for Magento 2 - Starting from scratch







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 14 hours ago









        Ben CrookBen Crook

        9,1372477




        9,1372477




















            Muhammad Bilal khan is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            Muhammad Bilal khan is a new contributor. Be nice, and check out our Code of Conduct.












            Muhammad Bilal khan is a new contributor. Be nice, and check out our Code of Conduct.











            Muhammad Bilal khan is a new contributor. Be nice, and check out our Code of Conduct.














            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%2f266097%2fparent-theme-necessary%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

            Masuk log Menu navigasi

            16 Maret Daftar isi Peristiwa | Kelahiran | Meninggal | Hari raya dan peringatan | Menu navigasis

            ジョン・ファウルズ