Aggiunta di un tipo di articolo personalizzato nella schermata del menu
2 risposta
- voti
-
- 2012-01-03
Per visualizzarei tipi dipostpersonalizzatiin Aspetto -> Menu,devifare due cose:
-
Controllai tuoi argomentie assicurati che show_in_nav_menus siaimpostato su true".
-
Vai allapagina Aspetto -> Menue in alto,fai clic su Opzioni schermo .Nelpannello che si apre,assicurati chei tuoitipi dipostpersonalizzati siano selezionati.
Ètutto!
To get your custom post types to show up in Appearance -> Menus, you need to do two things:
Check your arguments and make sure that show_in_nav_menus is set to true.
Go to the Appearance -> Menus page and at the very top, click on Screen Options. In the panel that opens, make sure that your custom post types are checked.
That's all!
-
Wowgrazie!È statopiùfacile di quantopensassi.Quandonon riesco atrovare una risposta velocemente,probabilmente èperché èmolto semplicee pochi altri hanno lo stessoproblema;)Wow thank you! That was easier than i thought. When I can't find an answer fast, it's probably because it's really simple and few others have the same problem ;)
- 0
- 2012-01-03
- Ole Henrik Skogstrøm
-
Ilpunto "2"era quello che stavo cercandoPoint "2" was what i was looking for
- 7
- 2016-10-17
- Alex K
-
Sfortunatamente,almeno coniltema che sto usando (bridge),i tipifigliononilluminano questa voce dimenu come una sottopagina dellapagina di archivio,motivoper cui stavo cercando unmodointegratonelprimo caso.Èpossibile accedervi con cssperò agganciandosi alla classe cpt sultagbodye alla classe sulla voce dimenu.Unfortunately, at least with the theme I'm using (bridge), the child types don't light up this menu item as a sub-page of the archive page, which is why I was looking for a built-in way in the first case. Its possible to access it with css though by hooking into the cpt class on the body tag and the class on the menu item.
- 0
- 2018-11-30
- rtpHarry
-
@thanks signore,iltuo aiuto ha davvero risoltoilmioproblema usando l'opzione solo sullo schermonellaparte superiore dellapagina delmenu.@thanks sir, your help is really solved my problem using the just screen option at top of the menu page.
- 0
- 2019-02-02
- Bhavin Thummar
-
Mi hafatto risparmiare cosìtantotempo.Stavoper creare dei loopper ognielenco a discesa,ecc ... Devo sempre ricordare quelle opzioni dello schermo!Saved me so much time. I was about to create loops for each drop-down etc... Always gotta remember that screen-options!
- 0
- 2019-08-30
- sheriffderek
-
- 2012-01-03
Mi sonoimbattutoin questa stessa situazionein cui avevobisogno dimenu dinamiciper lemie pagine di archivio deitipi di articolipersonalizzati da visualizzarenell'editor dimenu.
Puoiprovareilmioplugin CPT Archiveto Nave vedere se questoti dà quello che vuoi. http://wordpress.org/extend/plugins/cpt-archive-to-nav/ Devifare clic sulmenu "Opzioni schermo"nellaparte superiore dellapagina,quindi selezionarei CPT richiesti da visualizzare sullo schermo.Quindinella scheda "Visualizzatutto" deltipo diposte la selezionein alto dovrebbeessere lapagina di archivio.
Questo lomaschera semplicementeperessere untipo di voce dimenupersonalizzatoinvece di doverloinseriremanualmenteper creareilmenu.Attualmentenonesiste unmodoper creare unnuovotipo di voce dimenu diverso da quello che ègià disponibileperte.
I came across this same situation where I needed dynamic menus for my Custom Post Type Archive pages to show up in the Menu editor.
You can try my CPT Archive to Nav plugin and see if that gives you what you want. http://wordpress.org/extend/plugins/cpt-archive-to-nav/ You have to click on the "Screen Options" menu at the top of the page, and then select the requested CPT's to be displayed on the screen. Then in the "View All" tab of the post type and the top selection should be the archive page.
This just masks it to be a custom menu item type instead of having to manually enter it in to create the menu. Currently there is not a way to create a new menu item type other than what is already available to you.
-
Questopotrebbeessere davvero utilein unmomento successivo.Grazie :)This might be really handy at a late point. Thank you :)
- 0
- 2012-01-03
- Ole Henrik Skogstrøm
-
Wow.Ho desiderato questafunzionalitàper unpo '.wow. I've been wanting this functionality for a while.
- 1
- 2012-01-25
- Norcross
Hobisogno di unmodoper aggiungeretipi dipostpersonalizzati all'opzione "Aspetto -> Menu"in Wordpress.ho creato untipo dipostpersonalizzato con:
register_post_type('produksjoner',$args);
Trovo chetuttigliesempi aggiungano semplicemente lepagine almenu aggiungendomanualmente l'URLin una voce dimenupersonalizzata.Voglio che siain grado di aggiungerlo automaticamente scegliendolo come qualsiasi altrapagina.
Sono duegiorni che cerco ...perfavore aiutami: -/