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

            Quoting Keynes in a lectureIs differentiated instruction permitted by universities?How to make students learn prerequisitesUnsatisfactory Instructor Evaluations: balancing of expectations of engineering studentsWhat is the difference between a “statistician”, “applied statistician”, and an academic applying advanced stats within their field?Listing in reference section, but not quotingHow to efficiently use time while preparing for a class?Graduate Admissions: Teaching Emphasisstrategies for sharing teaching information with universities I don't personally have contacts withIs there an efficient way to give a large class of students feedback about their assignments?Is it unreasonable to expect students to read the lecture notes before attending the first class?

            Rank groups within a grouped sequence of TRUE/FALSE and NAGrouping functions (tapply, by, aggregate) and the *apply familyCharacters counting and subletting specific patternsWhat is the purpose of setting a key in data.table?data.table vs dplyr: can one do something well the other can't or does poorly?how to make a bar plot for a list of dataframes?How to group by unique values in a list in RPandas - Alternative to rank() function that gives unique ordinal ranks for a columnRank within group in for loop in RData transformation: from dyadic to observational data in RGetting map from purrr to work with paste0

            Are all passive ability checks floors for active ability checks?Does passive perception supersede active perception?Which skills can be used passively?Active Opposition with Free-Form Professions in Fate5E Trap/Ambush/Stealth Mechanics VS Passive Perception ConfusionInteraction between perception and stealth in obscured conditionsHow does Keen Sight affect Passive Perception?Are all d20 rolls either attacks, saves or ability checks?Can players declare that they are making a specific ability check?Can I see a Hidden creature that is not obscured at all?Can a Stealth check ever be made passively?Is this alternate version of the Observant feat balanced?What is the minimum amount of skill points per HD?