How can add link in Header link Before the Welcome Message in magento 2Add custom link fields in header tab...

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

What can I do if I am asked to learn different programming languages very frequently?

Am I eligible for the Eurail Youth pass? I am 27.5 years old

Pronounciation of the combination "st" in spanish accents

Maths symbols and unicode-math input inside siunitx commands

Calculate the frequency of characters in a string

Using Past-Perfect interchangeably with the Past Continuous

Do I need to be arrogant to get ahead?

How does 取材で訪れた integrate into this sentence?

What exactly term 'companion plants' means?

What favor did Moody owe Dumbledore?

How could an airship be repaired midflight?

PTIJ: Do Irish Jews have "the luck of the Irish"?

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

Comment Box for Substitution Method of Integrals

Help prove this basic trig identity please!

How do hiring committees for research positions view getting "scooped"?

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

Light propagating through a sound wave

두음법칙 - When did North and South diverge in pronunciation of initial ㄹ?

Practical application of matrices and determinants

Can other pieces capture a threatening piece and prevent a checkmate?

Worshiping one God at a time?

Knife as defense against stray dogs



How can add link in Header link Before the Welcome Message in magento 2


Add custom link fields in header tab in magento 2In Magento2, I want to add cms page link in header top menu before wishlist linkRemoving Welcome message from magento 2 - just xmlHow to add some custom content in magento header before welcome textMagento 2: Disable default header and add custom header contentHow to add custom link in header in magento 2how to add currency switcher dropdown in magento2 custom headerAdd a link into error messageRe-position just the welcome messageMagento 2: Login user programmatically showing wrong default header message “Default welcome msg!” instead of showing “Welcome, user!”













1















enter image description here



How can add a custom page link in the header Before the Welcome Message










share|improve this question




















  • 2





    I donot think this is a duplicated answer

    – Amit Bera
    5 mins ago
















1















enter image description here



How can add a custom page link in the header Before the Welcome Message










share|improve this question




















  • 2





    I donot think this is a duplicated answer

    – Amit Bera
    5 mins ago














1












1








1








enter image description here



How can add a custom page link in the header Before the Welcome Message










share|improve this question
















enter image description here



How can add a custom page link in the header Before the Welcome Message







magento2 headerlink






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 6 mins ago









Amit Bera

59.2k1575176




59.2k1575176










asked 17 mins ago









HaFiz UmerHaFiz Umer

3129




3129








  • 2





    I donot think this is a duplicated answer

    – Amit Bera
    5 mins ago














  • 2





    I donot think this is a duplicated answer

    – Amit Bera
    5 mins ago








2




2





I donot think this is a duplicated answer

– Amit Bera
5 mins ago





I donot think this is a duplicated answer

– Amit Bera
5 mins ago










2 Answers
2






active

oldest

votes


















1














Please check on below URL. it shows how to add custom blog link.



Let me know if it helps.



https://zemez.io/magento/support/how-to/magento-2-1-x-manage-top-header-links/






share|improve this answer



















  • 1





    Please donot p put a single link answer.Answer must has some content

    – Amit Bera
    4 mins ago



















1














Add this code in default.xml



 <referenceBlock name="header.links">
<block class="MagentoCustomerBlockAccountRegisterLink" name="register-link-new" after="-">
<arguments>
<argument name="label" xsi:type="string" translate="true">Create an Account</argument>
</arguments>
</block>
<block class="VendorModuleBlockToplink" name="add.subscriptionplan.top" ifconfig="Vendor_Module/general/enable" after="-" />
</referenceBlock>
<referenceBlock name="register-link" remove="true"/>




share























    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%2f266268%2fhow-can-add-link-in-header-link-before-the-welcome-message-in-magento-2%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









    1














    Please check on below URL. it shows how to add custom blog link.



    Let me know if it helps.



    https://zemez.io/magento/support/how-to/magento-2-1-x-manage-top-header-links/






    share|improve this answer



















    • 1





      Please donot p put a single link answer.Answer must has some content

      – Amit Bera
      4 mins ago
















    1














    Please check on below URL. it shows how to add custom blog link.



    Let me know if it helps.



    https://zemez.io/magento/support/how-to/magento-2-1-x-manage-top-header-links/






    share|improve this answer



















    • 1





      Please donot p put a single link answer.Answer must has some content

      – Amit Bera
      4 mins ago














    1












    1








    1







    Please check on below URL. it shows how to add custom blog link.



    Let me know if it helps.



    https://zemez.io/magento/support/how-to/magento-2-1-x-manage-top-header-links/






    share|improve this answer













    Please check on below URL. it shows how to add custom blog link.



    Let me know if it helps.



    https://zemez.io/magento/support/how-to/magento-2-1-x-manage-top-header-links/







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered 12 mins ago









    YogeshYogesh

    182111




    182111








    • 1





      Please donot p put a single link answer.Answer must has some content

      – Amit Bera
      4 mins ago














    • 1





      Please donot p put a single link answer.Answer must has some content

      – Amit Bera
      4 mins ago








    1




    1





    Please donot p put a single link answer.Answer must has some content

    – Amit Bera
    4 mins ago





    Please donot p put a single link answer.Answer must has some content

    – Amit Bera
    4 mins ago













    1














    Add this code in default.xml



     <referenceBlock name="header.links">
    <block class="MagentoCustomerBlockAccountRegisterLink" name="register-link-new" after="-">
    <arguments>
    <argument name="label" xsi:type="string" translate="true">Create an Account</argument>
    </arguments>
    </block>
    <block class="VendorModuleBlockToplink" name="add.subscriptionplan.top" ifconfig="Vendor_Module/general/enable" after="-" />
    </referenceBlock>
    <referenceBlock name="register-link" remove="true"/>




    share




























      1














      Add this code in default.xml



       <referenceBlock name="header.links">
      <block class="MagentoCustomerBlockAccountRegisterLink" name="register-link-new" after="-">
      <arguments>
      <argument name="label" xsi:type="string" translate="true">Create an Account</argument>
      </arguments>
      </block>
      <block class="VendorModuleBlockToplink" name="add.subscriptionplan.top" ifconfig="Vendor_Module/general/enable" after="-" />
      </referenceBlock>
      <referenceBlock name="register-link" remove="true"/>




      share


























        1












        1








        1







        Add this code in default.xml



         <referenceBlock name="header.links">
        <block class="MagentoCustomerBlockAccountRegisterLink" name="register-link-new" after="-">
        <arguments>
        <argument name="label" xsi:type="string" translate="true">Create an Account</argument>
        </arguments>
        </block>
        <block class="VendorModuleBlockToplink" name="add.subscriptionplan.top" ifconfig="Vendor_Module/general/enable" after="-" />
        </referenceBlock>
        <referenceBlock name="register-link" remove="true"/>




        share













        Add this code in default.xml



         <referenceBlock name="header.links">
        <block class="MagentoCustomerBlockAccountRegisterLink" name="register-link-new" after="-">
        <arguments>
        <argument name="label" xsi:type="string" translate="true">Create an Account</argument>
        </arguments>
        </block>
        <block class="VendorModuleBlockToplink" name="add.subscriptionplan.top" ifconfig="Vendor_Module/general/enable" after="-" />
        </referenceBlock>
        <referenceBlock name="register-link" remove="true"/>





        share











        share


        share










        answered 7 mins ago









        Birjitsinh ZalaBirjitsinh Zala

        551115




        551115






























            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%2f266268%2fhow-can-add-link-in-header-link-before-the-welcome-message-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

            Gersau Kjelder | Navigasjonsmeny46°59′0″N 8°31′0″E46°59′0″N...

            What is the “three and three hundred thousand syndrome”?Who wrote the book Arena?What five creatures were...

            Are all UTXOs locked by an address spent in a transaction?UTXO all sent to change address?Signing...