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

Why does a Star of David appear at a rally with Francisco Franco?

Is it insecure to send a password in a `curl` command?

Is there a hypothetical scenario that would make Earth uninhabitable for humans, but not for (the majority of) other animals?

Official degrees of earth’s rotation per day

Do the common programs (for example: "ls", "cat") in Linux and BSD come from the same source code?

How difficult is it to simply disable/disengage the MCAS on Boeing 737 Max 8 & 9 Aircraft?

Do I need life insurance if I can cover my own funeral costs?

I got the following comment from a reputed math journal. What does it mean?

Convergence in probability and convergence in distribution

What exactly is this small puffer fish doing and how did it manage to accomplish such a feat?

Print a physical multiplication table

Is it true that good novels will automatically sell themselves on Amazon (and so on) and there is no need for one to waste time promoting?

Meme-controlled people

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

Are all passive ability checks floors for active ability checks?

Simplify an interface for flexibly applying rules to periods of time

Shortcut for setting origin to vertex

The German vowel “a” changes to the English “i”

A diagram about partial derivatives of f(x,y)

New passport but visa is in old (lost) passport

How to make healing in an exploration game interesting

Are ETF trackers fundamentally better than individual stocks?

ERC721: How to get the owned tokens of an address

Fastest way to pop N items from a large dict



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
    yesterday
















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
    yesterday














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 yesterday









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
    yesterday













  • 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
    yesterday








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
yesterday






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
yesterday











2 Answers
2






active

oldest

votes


















4















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
    yesterday






  • 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
    yesterday












  • 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
    yesterday







  • 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
    yesterday







  • 1





    @PrathapGunasekaran thanks i have updated it

    – Rakesh Donga
    yesterday


















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









    4















    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
      yesterday






    • 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
      yesterday












    • 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
      yesterday







    • 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
      yesterday







    • 1





      @PrathapGunasekaran thanks i have updated it

      – Rakesh Donga
      yesterday















    4















    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
      yesterday






    • 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
      yesterday












    • 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
      yesterday







    • 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
      yesterday







    • 1





      @PrathapGunasekaran thanks i have updated it

      – Rakesh Donga
      yesterday













    4












    4








    4








    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 yesterday

























    answered yesterday









    Rakesh DongaRakesh Donga

    1,899316




    1,899316












    • 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
      yesterday






    • 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
      yesterday












    • 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
      yesterday







    • 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
      yesterday







    • 1





      @PrathapGunasekaran thanks i have updated it

      – Rakesh Donga
      yesterday

















    • 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
      yesterday






    • 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
      yesterday












    • 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
      yesterday







    • 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
      yesterday







    • 1





      @PrathapGunasekaran thanks i have updated it

      – Rakesh Donga
      yesterday
















    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
    yesterday





    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
    yesterday




    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
    yesterday






    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
    yesterday














    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
    yesterday






    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
    yesterday





    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
    yesterday






    @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
    yesterday





    1




    1





    @PrathapGunasekaran thanks i have updated it

    – Rakesh Donga
    yesterday





    @PrathapGunasekaran thanks i have updated it

    – Rakesh Donga
    yesterday













    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 yesterday









        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

            Adding axes to figuresAdding axes labels to LaTeX figuresLaTeX equivalent of ConTeXt buffersRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical conditional within tikz keys?adding axes to shapesAlign axes across subfiguresAdding figures with a certain orderLine up nested tikz enviroments or how to get rid of themAdding axes labels to LaTeX figures

            Luettelo Yhdysvaltain laivaston lentotukialuksista Lähteet | Navigointivalikko

            Gary (muusikko) Sisällysluettelo Historia | Rockin' High | Lähteet | Aiheesta muualla | NavigointivalikkoInfobox OKTuomas "Gary" Keskinen Ancaran kitaristiksiProjekti Rockin' High