Como o item de menu de nível superior não tem link, mas tem sub-menus que estão vinculados?
-
-
Vocêpodefazerisso usando JS.Experimenteeste artigo.http://www.kvcodes.com/2014/07/make-menu-link-wordpress-Witter-adding-page/You can do this by using js. try this article. http://www.kvcodes.com/2014/07/make-menu-link-wordpress-without-adding-page/
- 0
- 2016-02-16
- Kvvaradha
-
Na caixa URL,deixeem branco.In the URL box, leave it blank.
- 0
- 2018-07-11
- AMY WANG
-
Ninguémmencionou a classe WP_NAV_MENU_WALKER,vocêpoderiaescrever seupróprio andador que cospe o que deseja.Nobody mentioned the WP_NAV_MENU_WALKER Class, you could write your own walker that spits out what you want.
- 0
- 2018-09-18
- user3135691
18 respostas
- votos
-
- 2011-10-05
Eutenho algumasideias:
- .
- Defina o linkpersonalizadopara
#
quenão retornaránada - Adicione uma classepersonalizada aositense usejQuerypara remover os links.
- Use um PHPequivalente aométodojQuery
- use o desabilitar o link domenupai plugin (ou afastadoeescreva o seupróprio)
I have a few ideas:
- Set the custom link to
#
which won't return anything - Add a custom class to the items and then use jQuery to remove the links.
- Use a PHP equivalent to the jQuery method
- Use the Disable Parent Menu Link plugin (or take it apart and write your own)
-
Obrigadopelas dicase links!Como Gavin sugeriu,usando um #para um linkpersonalizado "funciona";As outras opçõespodemfuncionarmelhor,emboranão sejatãofácil.Bem,oplugin éprovavelmentefácil,maseu odeio usarplugins seeupuder realizar amesma coisamais diretamente.Vouter que decidir amelhor abordagem.Obrigadonovamente!Thank You for the tips and links! As Gavin suggested, using a # for a custom link "works"; the other options may work better, though aren't as easy. Well, the plugin is probably easy but I hate to use plugins if I can accomplish the same thing more directly. I'll have to decide the best approach. Thanks again!
- 1
- 2011-10-05
- PVA
-
Se vocêpretende usá-loem dispositivostáteis,tenha cuidado com o uso de "href=" vazio ""porque amaioria dos usuários do dispositivotáctilnãopoderá ver omenu suspenso sem usar o JSIf you plan to use it in tactile devices, be careful with using empty `href=""`because most tactile device users won't be able to see dropdown menu without using JS
- 0
- 2013-11-21
- Simon
-
Links quebram.Vocêpode querertrabalhar algumas dessasideiasem sua respostaLinks break. You might want to work a few of these ideas into your answer
- 0
- 2015-05-13
- shea
-
Além disso,# 2e # 3 Consulte `WP_List_Pages ()`,não `wp_nav_menu ()`) `Also, #2 and #3 refer to `wp_list_pages()`, not `wp_nav_menu()`
- 0
- 2015-05-13
- shea
-
- 2011-10-05
Amaneiramaisfácil defazê-lo sem umplugin ou qualquer coisa é usar afunção "menus" do WordPress.Aquiestão asinstruçõespara o WordPress 4.8:
- .
- do seupainel do WordPress,vápara "Aparência -> Menus"
- Naguia "Editar Menus",selecione "Linkspersonalizados"
- para o URL,digite "#" (sem citações)
- para otexto do link,insira otexto desejadopara onível superior domenu suspenso
- Cliquenobotão "Adicionar aomenu"
- Arraste oitem demenupara aposição desejadaem seumenu
- para oitem demenu que você acabou de adicionar,cliquena setaparabaixo à direita doitem (ele lerá "linkpersonalizado"para aesquerda doitem)
- Remova o "#" do URL.Isso -em todos osnavegadores - converterá o linkparatexto simples.
- Cliquenobotão "Salvarmenu"
The easiest way to do it without a plugin or anything is to use the "Menus" function of WordPress. Here are the instructions for WordPress 4.8:
- From your WordPress dashboard, go to "Appearance -> Menus"
- In the "Edit Menus" tab, select "Custom Links"
- For the URL, Enter "#" (no quotes)
- For the link text, enter your desired text for the top level of your drop-down menu
- Click the "Add to Menu" button
- Drag the menu item to its desired position within your menu
- For the menu item you just added, click the down arrow to the right of the item (it will read "custom link" to the left of the item)
- Remove the "#" from the URL. This - in all browsers - will convert the link to plain text.
- Click on the "Save Menu" button
-
Obrigadoporessa dica.É EZ,emboranão sejaperfeitoem que os rótulos aindaparecem "links" quando vocêmouseover,maselesnão vão a lugar algum.Entãopodefuncionarem umapitada.Thank You for that tip. It's ez, though not perfect in that the Labels still look like "links" when you mouseover, but they don't go anywhere. So it can work in a pinch.
- 0
- 2011-10-05
- PVA
-
Você leutodo o comentário?* Após o linkfor adicionado,cliquena seta suspensapelonome do linke remova o "#"na caixa detexto URL.Isso,em todos osnavegadores,fará com que o linknão seja clicker. *Did you read the whole comment? *After the link is added, click the dropdown arrow by the link's name, and remove the "#" from the URL textbox. This, in all browsers, will cause the link to not be clickable.*
- 1
- 2011-10-06
- GavinR
-
Sim,obrigado,eu li o comentáriointeiro.Eu volteie tenteinovamentee percebimeuproblema.Quandoeu deixo o #,apalavra apareceno Navbar,mas como um "linkmorto".Quando removi o # apalavranão apareceuno Navbar,amenos queeupairasse sobreelee aparecesseem umestado de Hover.Entãoeu suponho que significa queeutenho que aplicar CSS àpalavrapara quepareça sem ser vinculado.Eunãotenho certezaporque oestado de Hover aparece ...Yes, thank you, I did read the whole comment. I went back through and tried again and realized my problem. When I leave the #, the word appears in the navbar but as a "dead link". When I removed the # the word didn't appear in the navbar unless I hovered over it and it would appear in a hover state. So I assume that means I have to apply CSS to the word so that it appears without being linked. I'm not sure why the hover state shows up...
- 1
- 2011-10-06
- PVA
-
Isso aindaem 4.9.5,noentanto,nãotenho certeza de que "sente" como uma vantagem detacking de umbug.Senão .. vai salvarmuitas dores de cabeça ... Isso é como ofato de que o WordPress considera "1 2 3 4 5 6" uma senhaforte ... ainda.This still in 4.9.5, however I'm not sure as it 'feels' like a hack tacking advantage of a bug. If not.. it's going to save people a lot of headaches... This is kind of like the fact that Wordpress considers "1 2 3 4 5 6" a strong password...still.
- 0
- 2018-05-22
- brooklynsweb
-
FYI,se vocêfizer opasso 8 (por qualquerbommotivo),o cursornão será umponteiro quando vocêpassa o linkpersonalizado.Nesse caso,vocêpoderiaestilizá-lo componteiro: cursor.FYI, if you do Step 8 (for whatever good reason), then your cursor won't be a pointer when you hover over the custom link. In that case, you could style it with pointer:cursor.
- 1
- 2018-11-17
- MarsAndBack
-
Sim,o linknão é clicável,utilizandoestemétodo,mas otexto aindaestáenvoltonatag de âncora,que é semanticamenteincorreto!Yes, the link is not clickable by utilising this method, but text is still wrapped in anchor tag, which is semantically incorrect!
- 0
- 2020-08-27
- Lovor
-
- 2014-09-27
Ométodomais simples queeuinventeifoi criar umitem de linkpersonalizado com o valor do URL do link de
#
. Issoestáenviando o usuáriopara um hash vazionamesmapágina,então ligabasicamenteem nenhum lugar.Noentanto,existem algunsefeitos colaterais de usar hashes vaziospara links deespaço reservado. O link ainda apareceráe se comportará como um link,para queelepossa confundir um usuário quandoelesestão clicandono queparece ser um link,masnada acontece. O outroefeito é que clicarem um link de hash vazio substituirá qualquer hashexistente,enviando o usuáriopara otopo dapágina. Issopodenão sertãopreocupantepara ummenu queestánotopo dapágina de qualquermaneira,mas ébastante chocante quando apáginainesperadamentepula quando vocênãoestáesperando,especialmente seissoforpara ummenu de rodapé.
A solução é combinar ométodo hash vazio com umapeça de códigopara detectar quando links de hash vazioforem usados nomenue remover o atributo
href
desse linkinteiramente. Uma
sem um atributohref
é o método correto de HTML 5 de criar um link deespaço reservado./** * Remove the href from empty links `<a href="#">` in the nav menus * @param string $menu the current menu HTML * @return string the modified menu HTML */ add_filter( 'wp_nav_menu_items', function ( $menu ) { return str_replace( '<a href="#"', '<a', $menu ); } );
The simplest method I came up with was to create a Custom Link item with the Link URL value of
#
. This is sending the user to an empty hash on the same page, so basically links nowhere.However, there are some side-effects of using empty hashes for placeholder links. The link will still appear and behave like a link, so it could confuse a user when they are clicking on what appears to be a link but nothing happens. The other effect is that clicking on an empty hash link will override any existing hash, sending the user to the top of the page. This might not be so worrying for a menu which is at the top of the page anyway, but it is quite jarring when the page unexpectedly jumps when you are not expecting it, especially if this is for a footer menu.
The solution is to combine the empty hash method with a piece of code to detect when empty hash links are used in the menu and to remove the
href
attribute from that link entirely. Ana
element without ahref
attribute is the correct HTML 5 method of creating an placeholder link./** * Remove the href from empty links `<a href="#">` in the nav menus * @param string $menu the current menu HTML * @return string the modified menu HTML */ add_filter( 'wp_nav_menu_items', function ( $menu ) { return str_replace( '<a href="#"', '<a', $menu ); } );
-
Vocêpode atémudar otodo umatag: ` '],[' '],$menu); });?> `.Apenasnão seesqueça de adicionar omenu suspensopor CSS ou JS.You can even change the whole a tag: `'], [''], $menu ); } ); ?>`. Just don't forget to add the dropdown by css or js.
- 0
- 2020-04-02
- quasi
-
- 2016-10-13
Issofuncionouparamim:
Eu ativei classes CSS em menus> Opções detela> Classes CSS Entãoeu dei oelemento demenu que queria desativar a classe ".nolink" e adicionouestepedaço de código aomeupainel CSSpersonalizado:
.nolink { pointer-events: none; cursor: default; }
This worked for me:
I activated CSS Classes in Menus > Screen Options > CSS Classes Then I gave the menu element that I wanted to deactivate the class ".nolink" and added this piece of code to my custom CSS panel:
.nolink { pointer-events: none; cursor: default; }
-
Issotambémmata.This kills dropdown too.
- 0
- 2017-06-28
- user385917
-
Usando `` # `` `como o destino do linke,em seguida,aplicando uma classe CSSpersonalizadaparafins deestilo,é a soluçãomenos hackynaminha opinião.Noentanto,definindo "eventos deponteiro:nenhum"nãofazmuito sentidoparamim,já queeleirá quebrar os submenus.Vocêpoderiaelaborarpor que você definiuesse atributo?Using ``#`` as the link target and then applying a custom CSS class for styling purposes, is the least hacky solution in my opinion. However, setting ``pointer-events: none`` does not make a lot of sense for me, since it will break sub menus. Could you elaborate on why you set that attribute?
- 0
- 2019-07-04
- user1438038
-
- 2017-11-11
Usando a abordagem PHP adicioneieste código afunções.php:
function remove_link_contact_menu($item_output, $item) { if ($item->post_name == 'contact') return '<span>' . $item->title . '</span>'; return $item_output; } add_filter('walker_nav_menu_start_el', 'remove_link_contact_menu', 20, 2); add_filter('megamenu_walker_nav_menu_start_el', 'remove_link_contact_menu', 20, 2);
Isso substituirá o link com umelemento Spanpara omenu Item com opost_name=="Contato",que é o queeuestavaprocurando.Vocêpodefacilmente alterar quepara verificar otítulo domenu ou o ID,ou adicionar algum códigopara verificar seeletem qualqueritem demenufilhoetc.
Using the PHP approach I added this code to functions.php:
function remove_link_contact_menu($item_output, $item) { if ($item->post_name == 'contact') return '<span>' . $item->title . '</span>'; return $item_output; } add_filter('walker_nav_menu_start_el', 'remove_link_contact_menu', 20, 2); add_filter('megamenu_walker_nav_menu_start_el', 'remove_link_contact_menu', 20, 2);
This will replace the link with a span element for the item menu with the post_name == "contact", which is what I was looking for. You can easily change that to check for the menu title or the ID, or add some code to check if it has any child menu items etc.
-
- 2017-11-20
Aprecieeste é umfio antigo,mas,para umamaneira rápidae suja deter um linkno WordPress,tornando a URL do link como:
#_
Observe o sublinhado após a hashtag.Destaforma,se o seumenu rolaparabaixo apágina (ou seja,fixo),vocênão obterá um saltopara otopo dapágina ao clicarnelee não requernenhumplugins/script.
Appreciate this is an old thread, but for a quick and dirty way of having a link in Wordpress is by making the link URL as:
#_
Notice the underscore after the hashtag. This way if your menu scrolls down the page (ie. fixed), you don't get a jump to the top of the page when clicking on it and doesn't require any plugins/script.
-
- 2018-08-13
Criar "item demenu" Personalizado "e adicionar" Javascript :; "(sem citações)para o campo URL.Isso émelhor do que usar "#"porquenão rolará suapáginanotopo quando clicado.
Create "Custom Links" menu item and add "javascript:;" (without quotes) for the URL field. This is better way than using "#" because it won't scroll your page to the top when clicked.
-
- 2014-07-28
Eu resolvi dessamaneira:em header.php (do seutema)euprocurei:
'link_before' => '', 'link_after' => '',
e substituídopor:
'link_before' => '<script>var scriptTag=document.getElementsByTagName("script");scriptTag=scriptTag[scriptTag.length-1];if(scriptTag.parentNode.href)if(scriptTag.parentNode.href.slice(-1)=="#")document.write("<span onclick=\"return false\">")</script>', 'link_after' => '<script>var scriptTag=document.getElementsByTagName("script");scriptTag=scriptTag[scriptTag.length-1];if(scriptTag.parentNode.href)if(scriptTag.parentNode.href.slice(-1)=="#")document.write("</span>")</script>',
em palavras simples,este script verifica se seu linkpaitermina com "#",nesse caso,ele adiciona umelemento deextensão ao redor do conteúdo damarca A,que desativa o clique.
Espero que ajude: -)
I solved this way: in header.php (of your theme) I searched for:
'link_before' => '', 'link_after' => '',
and replaced with:
'link_before' => '<script>var scriptTag=document.getElementsByTagName("script");scriptTag=scriptTag[scriptTag.length-1];if(scriptTag.parentNode.href)if(scriptTag.parentNode.href.slice(-1)=="#")document.write("<span onclick=\"return false\">")</script>', 'link_after' => '<script>var scriptTag=document.getElementsByTagName("script");scriptTag=scriptTag[scriptTag.length-1];if(scriptTag.parentNode.href)if(scriptTag.parentNode.href.slice(-1)=="#")document.write("</span>")</script>',
In simple words, this script checks if its parent link ends with "#", in this case it adds a span element around the content of the A tag, that disables the click.
Hope it helps :-)
-
Oi,eu sei queesta é uma resposta antiga,maspara referênciafutura,eunãoiria simplesmenteentrare mudar seu arquivo de cabeçalho detemasporque quandoele é atualizadoem seguida,todo o seu código será sobrescrito.Amelhor soluçãoparaisso é criar umtemainfantil com seu códigopersonalizado.Hi, I know this is an old answer but for future reference, I wouldn't just go in and change your themes header file because when it updates next all your code will be overwritten. The best solution for this is to create a child theme with your custom code.
- 0
- 2017-03-21
- Scott
-
- 2015-05-07
Como outros aqui sugeriram que vocêpode criar umitem demenu de linkspersonalizado com o # como seu URL.Em seguida,apague o # quandoele é adicionado aomenu.E,finalmente,vocêpode usareste simples regexparatirar atag real desses links.
preg_replace('/<a>([^<]+)<\/a>/i', '<span class="no-link">$1</span>', $navHTML);
As others here have suggested you can create a custom link menu item with the # as its url. Then erase the # once it is added to the menu. And finally, you can use this simple regex to strip the actual tag from those links.
preg_replace('/<a>([^<]+)<\/a>/i', '<span class="no-link">$1</span>', $navHTML);
-
- 2016-03-18
Isso removerá o clique (e unstille oitem).Destaforma,vocênãoprecisa usar os linkspersonalizadosno seumenu.
add_action( 'wp_footer', function(){ ?> <script> (function( $ ) { var itemm = $('#main-menu .menu-item-has-children > a'); itemm.click(function(){ document.activeElement && document.activeElement.blur(); return false; }); })(jQuery); </script> <?php }, 1, 0 );
This will remove the click (and unstyle the item). This way, you dont have to use the custom # links in your menu.
add_action( 'wp_footer', function(){ ?> <script> (function( $ ) { var itemm = $('#main-menu .menu-item-has-children > a'); itemm.click(function(){ document.activeElement && document.activeElement.blur(); return false; }); })(jQuery); </script> <?php }, 1, 0 );
-
- 2017-12-21
Eupercebo queestou atrasadonojogo,masestes são os doismétodos que uso:
1) Faça oitem demenupai uma duplicata doprimeiro sub-iteme altere suaetiqueta.Porexemplo,se oprimeiroitem em "Produtos"for "Produto 1",use "produto 1" comoitem demenupai,altere suaetiquetapara "produtos".Dessaforma,ambos os "produtos"e "produto 1" levarão aoproduto dapágina 1.
2) Adicione um redirecionamentopara que apágina deprodutos seja redirecionadapara oproduto 1. Obenefício desta opção é queelepermite criar umapágina deprodutosem brancopara criar uma listagem hierárquicaem páginas,mas se alguémtentarirparaapágina deprodutosem branco,eles serão redirecionados.
I realize I'm late in the game, but these are the two methods I use:
1) Make the parent menu item a duplicate of the first sub-item, and change its label. For example, if the first item under "Products" is "Product 1", use "Product 1" as the parent menu item, then change its label to "Products". That way, both "Products" and "Product 1" will lead to the page Product 1.
2) Add a redirect so that the Products page is redirected to Product 1. The benefit of this option is that it allows you to create a blank Products page to create a hierarchical listing in Pages, but if anyone tries to go to the blank Products page, they will be redirected.
-
- 2018-01-26
Vápara a aparênciae cliqueem menus.Nesta seção,vá sob aestrutura domenue cliquena setaparabaixoparaexpandir apáginae você verá uma caixa que diz desativar o link.Verifiqueessa caixae salve.
Go to Appearance, then click on menus. In this section go under menu structure and click on the arrow down to expand the page and you'll see a box that says disable link. Check that box and save.
-
Estafuncionalidadenão éfornecidapelonúcleo.Talvez umtema oupluginesteja adicionando-o à sua configuração?This functionality is not provided by core. Perhaps a theme or plugin is adding it to your setup?
- 0
- 2018-01-26
- Dave Romsey
-
Eujá viisso antestambém,gostaria de saber qualplugin outemafezisso.I've seen this before too, I wish I knew which plugin or theme did this.
- 0
- 2019-01-15
- DavGarcia
-
- 2018-06-22
- .
- Defina o linkpersonalizadopara # quenão retornará qualquer coisaitem de lista
-
Adicioneestefiltro:
add_filter( 'wp_nav_menu_items', 'wpse_remove_empty_links' ); function wpse_remove_empty_links( $menu ) { return preg_replace("/<a href=\"#\">(.+?)<\/a>/is", "<span>$1</span>", $menu); }
-
editar span csspara obter omesmoestilo como
<a>
,nãoesqueçacursor: context-menu;
.
- Set the custom link to # which won't return anything List item
Add this filter:
add_filter( 'wp_nav_menu_items', 'wpse_remove_empty_links' ); function wpse_remove_empty_links( $menu ) { return preg_replace("/<a href=\"#\">(.+?)<\/a>/is", "<span>$1</span>", $menu); }
Edit span CSS to get same style as
<a>
, don't forgetcursor: context-menu;
.
-
- 2019-01-15
Escrita de 1/2019,a solução queproduz HTML5 adequada éfazer o seguinte.
- .
- Adicione um linkpersonalizado com o URL definido como #,e qualquernome que você deseja.Ambos os campos sãonecessários.
- Edite o linkpersonalizado recém-adicionadopara que o URLesteja vazio.
- Salve as alterações.
Issoproduzirá uma NAV denível superior que é
<a>Menu</a>
Qual é amaneira correta de representar um linknão clicável.Writing from 1/2019, the solution that produces proper HTML5 is to do the following.
- Add a Custom Link with the URL set to #, and whatever name you'd like. Both fields are required.
- Edit the newly added Custom Link so that the URL is empty.
- Save the changes.
This will produce a top level nav that is
<a>Menu</a>
which is the correct way to represent a non-clickable link. -
- 2019-03-09
Vocêpode desativar oseventosno
& lt;
tagparatodos ositens demenu deprimeironível usando CSSpuro..main-menu Classepodeter outronome de acordo com onome do seumenu. /* Desativaritens domenupai */ ul.main-menu >li >uma { Eventos deponteiro:nenhum; }
You may disable the events on the
<a>
tag for all first level menu items using pure css..main-menu
class may have another name according to your menu naming./* disable parent menu items */ ul.main-menu > li > a { pointer-events: none; }
-
- 2019-12-23
Crie ummenu de linkpersonalizado como outro como dito.Veja o código-fontee procure o href do submenu,porexemplo: #mm-1.Coleissono URL do linkpersonalizadoe salve omenu.Issofará com que a versãomóvelfuncionebem quando vocêtocarnotexto domenu.
Create a custom link menu as other as said. View the source code and look for the href of the submenu, for example: #mm-1. Paste this into the URL of the custom link and save the menu. This will make the mobile version work as well when you tap the menu text.
-
- 2020-03-28
minha versão é assim:
primeiro,nomenunopainel Adminno link desejadono campo
href
colocar#
ou deixá-lo vazioe,emfunction.php
temas são adicionados:function replace_empty_menu_links( $item_output, $item, $depth, $args ) { if ( $item->url == '#' || $item->url == '' ) { $item_output = sprintf( '%1$s<' . 'div' . '%2$s>%3$s%4$s%5$s</' . 'div' . '>%6$s', $args->before, $attributes, $args->link_before, apply_filters( 'the_title', $item->title, $item->ID ), $args->link_after, $args->after ); } return $item_output; } add_filter( 'walker_nav_menu_start_el', 'replace_empty_menu_links', 10, 4 );
Vocêpode substituir
'div'
por qualquerelemento que lhe convier.Issofuncionapara a versão 5.3.2 (testadonesta versão,mas devefuncionarem outrostambém).
Nesteformulário,otrabalho detodos os argumentos
'before'
,'after'
,'link_before'
,'link_after'
,etc. dewp_nav_menu()
épreservado.Além disso,issotambémfuncionapara submenus.
My version looks like this:
first, in the menu in the admin panel in the desired link in the
href
field put#
or leave it empty, and then infunction.php
themes are added:function replace_empty_menu_links( $item_output, $item, $depth, $args ) { if ( $item->url == '#' || $item->url == '' ) { $item_output = sprintf( '%1$s<' . 'div' . '%2$s>%3$s%4$s%5$s</' . 'div' . '>%6$s', $args->before, $attributes, $args->link_before, apply_filters( 'the_title', $item->title, $item->ID ), $args->link_after, $args->after ); } return $item_output; } add_filter( 'walker_nav_menu_start_el', 'replace_empty_menu_links', 10, 4 );
You can replace
'div'
with any element that suits you.This works for version 5.3.2 (tested in this version, but should work in others too).
In this form, the work of all arguments
'before'
,'after'
,'link_before'
,'link_after'
, etc. fromwp_nav_menu()
is preserved.Also, this works for sub-menus too.
-
- 2015-02-03
Muita soluçãomaisfácilpode serencontradaem outrapergunta:
Menu Admin - Destaque Menu denível superior quandoem umapágina de submenu (semmostrar submenu)
Procure a resposta de Askelon.Otrabalho éperfeitamente,semprecisarfazer qualquerpreg_replaces oujQuery.
Much easier solution can be found on another question:
Admin Menu - Highlight top-level menu when on a sub-menu page (without showing sub-menu)
Look for Askelon's answer. Work's perfectly, without needing to do any preg_replaces or jquery.
Estou construindo ummenu horizontale algumas dasentradasnessemenuterão suspensos (sub-menus),e algunsnão serão. Aqueles quetêm submenusnão são realmentepáginas. Eles são apenas destinados a seremguiaspara os dropdowns.
Porexemplo,digamos que omenu horizontal seja como segue:
Home| Sobrenós| Produtos| Instruções| Contato
e oitem "produtos" li destina-se ater 3páginas linkadasem uma lista suspensa vertical abaixo dela,então "produtos"em sinão representa umapágina,comopossofazerissono WP?
(i USE WP como cms,com casaestáticae páginasinternas. Eu construomeusprópriosmodelos,estilizamos osmenusno CSSe registre osmenusnasfunções.phpe ligueparaelesnosmodelos.) No WP você Adicioneentradas aosmenus através da lista depáginas oupelos linkspersonalizados. Maseunão quero "produtos" vinculados. Seeunão adicionar um linkpara o linkpersonalizado,nãopermite adicioná-lo aomenu.
Isso éfactível através dosmenus admin oueutenho que abordar de outramaneira?
Obrigadopor qualquer ajuda!