Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
Copa WPB
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

Como adicionar títulos no menu do WordPress sem vincular a uma página

Nota editorial: Ganhamos uma comissão de links de parceiros no WPBeginner. As comissões não afetam as opiniões ou avaliações de nossos editores. Saiba mais sobre Processo editorial.

Você está procurando uma maneira de adicionar títulos ao menu do WordPress sem adicionar um link?

Por padrão, o menu do WordPress exige que cada item de menu seja vinculado a uma página ou a um link personalizado. No entanto, ao criar um menu suspenso, você pode querer adicionar um título para submenus sem vinculá-lo a uma página específica.

Neste artigo, mostraremos como adicionar títulos ao menu do WordPress sem criar um link para uma página.

Add WordPress Menu items without links

Por que adicionar títulos de menu sem vincular a uma página?

O WordPress oferece várias opções para personalizar seu site, de modo que você possa atingir seu público-alvo e oferecer uma experiência excepcional ao usuário.

Para proporcionar uma experiência de usuário tranquila, seu site WordPress deve ter um menu de navegação bem estruturado. Isso facilita para os usuários encontrarem o conteúdo e as diferentes páginas do seu site.

Quando você adiciona títulos de menu, o WordPress exige que cada menu tenha um link para uma página ou um link personalizado por padrão. No entanto, você pode querer mostrar um título de menu, mas não um link para uma página em determinadas situações.

Por exemplo, você pode ter um menu suspenso de categorias em que deseja que o texto do título seja “categorias” para o menu, mas não precisa adicionar um link. Quando os usuários clicarem em categorias, isso simplesmente abrirá um submenu no menu suspenso.

Dito isso, vamos ver como você pode adicionar um título ao menu do WordPress sem criar um link para uma página.

Como adicionar o título do menu do WordPress sem vincular a uma página

A primeira coisa que você precisa fazer é adicionar um novo item de menu ao seu menu. Você pode fazer isso acessando Appearance ” Menus no painel de administração do WordPress.

Em seguida, você deseja adicionar um link personalizado. Você pode ver as opções de “Links personalizados” na seção “Adicionar itens de menu”.

Se você não vir os Links personalizados, basta clicar no botão “Screen Options” (Opções de tela) no canto superior direito da tela. Em seguida, marque a caixa de “Links personalizados”.

Screen options in WordPress

Depois disso, você precisará inserir um rótulo ou título para o item de menu.

No campo URL, digite o símbolo da hashtag (#) e clique no botão “Add to Menu”.

Add a custom link menu item

Seu item de menu será adicionado ao menu do WordPress.

Em seguida, você precisará clicar na seta suspensa ao lado desse link personalizado para editar o item de menu. Remova o sinal de hashtag do campo URL e clique no botão “Save Menu” (Salvar menu).

Remove the hashtag sign and save menu

Você pode adicionar submenus a esse item de menu e vinculá-los a qualquer página ou inserir um link personalizado, se desejar.

Agora, se você acessar seu blog do WordPress, verá um item de menu sem um link.

Menu title preview without link

Esperamos que este artigo tenha ajudado você a aprender como adicionar títulos ao menu do WordPress sem criar um link para uma página. Talvez você também queira conferir nosso guia sobre como registrar um nome de domínio e nossas escolhas de especialistas para o melhor software de chatbot de IA para o seu site.

Se você gostou deste artigo, inscreva-se em nosso canal do YouTube para receber tutoriais em vídeo sobre o WordPress. Você também pode nos encontrar no Twitter e no Facebook.

Divulgação: Nosso conteúdo é apoiado pelo leitor. Isso significa que, se você clicar em alguns de nossos links, poderemos receber uma comissão. Veja como o WPBeginner é financiado, por que isso é importante e como você pode nos apoiar. Aqui está nosso processo editorial.

Avatar

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

O kit de ferramentas definitivo WordPress

Obtenha acesso GRATUITO ao nosso kit de ferramentas - uma coleção de produtos e recursos relacionados ao WordPress que todo profissional deve ter!

Reader Interactions

105 ComentáriosDeixe uma resposta

  1. Syed Balkhi says

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. Ken says

    Just what I needed.
    I was scratching my head wondering how I would be able to do this.
    Then I came across this article, thank you very much.

  3. Petur Kirke says

    One small thing missing in this article.
    How to get rid of the hand (cursor: pointer), or is it only me, who have this problem ?

  4. Scot says

    I’ve used this type of custom link in the top level of my primary menu, and it works great on the desktop. But on mobile devices, when I tap the custom link, it doesn’t open the sub menus below it, so none of those pages are available. Is there a way to fix that?

  5. Steve says

    I added a title to my web site menu as you suggested using the # method but needed to remove it. I did so on Dashboard but it still shows on my site main menu and when opened it says “blank page” and that it is unsecure. How do it remove it.

    • WPBeginner Support says

      If you are using a caching plugin then please delete cached files. Also visit Menus screen to make sure that you have deleted the menu item. Don’t forget to click on the save menu item after removing or adding an item to the menu. Hope this helps.

      Administrador

  6. Pam Hill says

    I have an existing menu that I need to remove page links from. How do I do that? I have 3 titles in the header that link to its own page. I do not want it to link to any page.

  7. Danielle says

    OMG this was a life saver and I’d wish I found this about 6 mos ago….I’ve been trying to figure this out for the longest time. THANK YOU SO MUCH!!

  8. Brendan Dunne says

    I used this method to solve my problem and it works great thanks.

    However, the created menu header is not a page so when I go to map the sub pages, how do I structure them?

  9. Marek says

    Hello,

    I created a custom menu item in which I want to function as a label only, so I deleted the URL from that item, but it still shows a different color on mouse-over as if it was a link. How do I disable that hover effect from that item?

    You can see it here: and the item is the ‘Written About Braunstein’s:’ in the menu below the logo.

    Thanks

    • Susan Taunton says

      This is in response to Marek’s August 9th question about how to remove the hover effect from a non-linked menu title:

      Marek,

      You can use the browser development tool to identify that title’s menu-item-number and then use css to define the link, visited, hover, focus, active colors to all be the same and so remove the hover effect.

      Example:
      #menu-item-2036 a,
      #menu-item-2036 a:link,
      #menu-item-2036 a:visited,
      #menu-item-2036 a:hover,
      #menu-item-2036 a:focus,
      #menu-item-2036 a:active {
      color:#C1A45B;
      }

      Susan

  10. Rui says

    Using Appearance>Menus,create a Custom Links item with the URL as

    javascript: void(0);

    This is the a great way of solving that problem :)

  11. Rajit says

    Hi, How do I modify the styling of custom links? I want to separate two sets of menu items with separate non-clickable headings.

    Thanks

  12. Carol M. Smith says

    Thanks … but I do not want the words “Menu Item” to be in the menu … Can I change the name “Menu Items” ?

  13. Bob Varaleau says

    I was using categories to do this but this is much better. There is one problem that you might be able to help me with.

    If a viewer was to click on the custom link the custom menu link will remain high lighted until you click on a sub item or some where else on the page. It is a minor thing but if it could be rectified it would make this fix for the menu even better. Is it possible to make this custom link menu button non-clickable using CSS??

  14. Mike says

    Oddly this doesn’t work on the iPad. Before the submenu can appear, it asks if you want to save the image? Works perfectly well when the drop down button has a normal page link, i.e, the menu item is drawn from ‘Pages’.

  15. George says

    This is great – it works. However, the title of my drop-down menu has changed colour – from white to blue. Can anyone explain how I can correct this in wordpress?

  16. jhodgski says

    Thanks for this, but wouldn’t it result in invalid HTML as I see you end up with an anchor/link element which has no href attribute. It would also be semantically incorrect to use and anchor/link element if the item isn’t actually a link. Is there a better way?

  17. viktoriana says

    This didn’t work in my case :/ Have “converted” a menu which was a ul list of links into a registered wp_nav_menu and now the categories which where listed as wp_list_categories do NOT appear under the custom link as they used to. Somehow wp_list_categories has to be added still into the wp_nav_menu , and it’s not at all that simple as this post suggests. :/

  18. viktoriana says

    except this is not working :( followed exactly what you’ve written, added two categories us subpages, but submenu is not showing.
    there must be some wp_list_categories thingy messing up my wp_nav_menu …

  19. Rob Lowndes says

    Just what I am looking for. But when I place some pages as sub items under the new blank menu item it looks great until I save the menu and then those pages autmatically revert to the main menu! In other words WP 3.7.1 is not allowing me to save any sub menus to the new item. Can someone help me?

  20. Wayne Gerald says

    I did this on my extensive training website. However, I ran out of custom links, meaning I reached WordPress’s custom link limit. Going past this limit, the navigation menu no longer saves. So how do bypass this custom link limit? Is there a plugin? If so, I can’t find it.

    Any help would be much, much appreciated.

  21. grrprep says

    I want to do something reverse. I want to add pages but not let them appear in menus. I have around 20 pages and do not want 20 sub links in my menu. help is appreciated.

    • CHRIS says

      Go to the menus and uncheck the “Automatically add new top-level pages” Now if you want any page to appear at menu you will have to add by yourself.

  22. Chris says

    Is there any way when we left the mouse on that menu item who hasent got any link, not to change the mouse cursor? Practicaly the browser not to understand as a link?

    Thanks.

  23. Beth Pittman says

    Thank you for this post! Is it just me but does anyone else have trouble getting the drop down arrows on the menu screen to open up? When I click on the arrow, it simply moves the menu item down on the menu. I have to repeatedly do this until, finally, it will open. Any tips?

  24. SmittenbyBritain says

    Thanks for the tip. I was trying to figure out how to do that. I just linked things back to home if I didn’t have a url. This works great!

  25. bob says

    what if you have already established a large menu bar? can you go back and change the first menu bar title to not connect to a page?

Deixe uma resposta

Obrigado por deixar um comentário. Lembre-se de que todos os comentários são moderados de acordo com nossos política de comentários, e seu endereço de e-mail NÃO será publicado. NÃO use palavras-chave no campo do nome. Vamos ter uma conversa pessoal e significativa.