C'è una differenza tra tassonomie e categorie?
-
-
Penso che dovresti crearetassonomiepersonalizzateperi tipi dipostpersonalizzatipiuttosto che utilizzare le categorienative,quindi èmeno confuso.I think you should create custom taxonomies for custom post types rather than use the native categories so its less confusing.
- 0
- 2015-07-31
- Brad Dalton
-
3 risposta
- voti
-
- 2014-08-18
Letassonomie,come descrittein precedenza,sono unnome collettivoper quanto segue
category
post_tag
post_format
link_category
-
tassonomiapersonalizzata
Leprime quattro sonotassonomieincorporate,mentre letassonomiepersonalizzate sonotassonomie createmanualmente dall'utente con
register_taxonomy
. Letassonomiepersonalizzatepossonoesseregerarchiche (come latassonomiaincorporatacategory
) omeno (comei tagpost)Le categoriee itag che creinelback-endnella schermata "Post" sonoin realtàtermini delletassonomie
category
epost_tag
Non èpossibile crearetermini aggiuntiviin
post_format
.post_format
ha labuildin termini comepost_format_video
,post_format_gallery
ecc. Vediil codicepertuttii formati dipostinclusi<"EDIT"
Ho aggiornato lapagina Tassonomie nel codiceperincludereilmio diagrammae latassonomia
post_format
mancanteTaxonomies, as previously described are a collective noun for the following
category
post_tag
post_format
link_category
custom taxonomy
The first four are built-in taxonomies, while custom taxonomies are taxonomies that are manually created by the user with
register_taxonomy
. Custom Taxonomies can be hierarchical (like the build-in taxonomycategory
) or not (like post tags)The categories and tags that you create in the back end under the 'Posts' screen are in actual fact terms of the taxonomies
category
andpost_tag
You cannot create extra terms in
post_format
.post_format
have the build in terms likepost_format_video
,post_format_gallery
etc. See the codex for all post formats includedEDIT
I have updated the Taxonomies page in the codex to include my diagram and the missing
post_format
taxonomy-
+1.Solo unpo 'dipedanteria: anche letassonomieincorporate vengono createtramite `register_taxonomy`.[2 volte] (https://github.com/WordPress/WordPress/blob/master/wp-settings.php#L205).:)+1. Just a bit of pedantry: even built-in taxonomies are created via `register_taxonomy`. [2 times](https://github.com/WordPress/WordPress/blob/master/wp-settings.php#L205). :)
- 3
- 2014-08-18
- gmazzap
-
Jip,manon vengono creatimanualmente dall'utente.Vediiltuopuntoperò,in realtà avrei dovuto aggiungere quel dettaglio specificonellamia risposta.:-) GraziemoltoJip, but they aren't manually created by the user. See your point though, I actually should have added that specific detail in my answer. :-) Many thanks
- 0
- 2014-08-18
- Pieter Goosen
-
Adessere sincero ho aggiuntoi commentipernonperdere l'occasione di stuzzicare WordPress su quella stupida doppia registrazione ditipi diposte tassonomie: DTo be honest I added the comments to not miss the opportunity to tease WordPress about that stupid double registration of post types and taxonomies :D
- 0
- 2014-08-18
- gmazzap
-
Sarebbemeglio se quandofai clic sull'immagine @goose,aumentasse di dimensioni.Would be better if when you click the image @goose, it increases in size.
- 1
- 2014-08-18
- Brad Dalton
-
@ G.M.hahaha,vedi lo scherzoin tutto questo.È comemangiare due volte lo stessopezzo di carne@G.M. hahaha, see the joke in all of this. It's like eating the same piece of meat twice
- 1
- 2014-08-18
- Pieter Goosen
-
- 2014-08-17
Categoria,tag,categoria di linke formati dipost sonoincorporatinelletassonomie.
Da Codex
Fondamentalmente,unatassonomia è unmodoper raggruppare le coseinsieme.
Inomi dei diversi raggruppamentiin unatassonomia sono chiamatitermini.Usando raggruppamenti di animali comeesempio,potremmo chiamare ungruppo "uccelli"e un altrogruppo "pesce".& quot; Pesce & quot;e & quot; uccelli & quot;sonotermininellanostratassonomia.Comeesempio da WordPress,una categoria o untag (vedere la sezione successiva) è untermine.
Category, Tag, Link Category and Post Formats are built in taxonomies.
From Codex
Basically, a taxonomy is a way to group things together.
The names for the different groupings in a taxonomy are called terms. Using groupings of animals as an example, we might call one group "birds", and another group "fish". "Fish" and "birds" are terms in our taxonomy. As an example from WordPress, a category or tag (see next section) is a term.
-
- 2017-03-07
Category
è una delletaxonomy
incorporatain WordPress.quindiper chiarire le cose: latassonomia è unmodoper raggruppare le coseinsieme.
possiamo crearetassonomiepersonalizzatein WordPressproprio come quelleintegrate.adesempio
Cars
potrebbeessere unatassonomia conterms
similiAudi Toyota Benz Mazda
sono disponibiliprincipalmente duetipi ditassonomie che sono
hierarchical
enon hierarchical
Category
èilmiglioresempio ditassonomiagerarchicaeTag
è unesempio ditassonomianongerarchicaCategory
is one of the built intaxonomy
in WordPress.so to clear things: taxonomy is a way to group things together.
we can create custom taxonomies in WordPress just like builtin ones. for example
Cars
could be a taxonomy withterms
likeAudi Toyota Benz Mazda
there are mainly two types of taxonomies available which are
hierarchical
andnon hierarchical
Category
is best example of hierarchical taxonomy andTag
is an example of non hierarchical taxonomy
Ho letto attentamenteil codiceper WordPresse sono rimasto confuso riguardo alle definizioni vaghetra cosa sia unatassonomiae cosa sia una categoria.Del resto,iltermine è anche unaparola usatanella descrizione delletassonomie,ma sembra usatain unmodo che suggerisce chenon è limitataesclusivamente a unatassonomia.
Entrambi sono descritti come unmodoper classificaree raggrupparei post.Capisco che letassonomie siano unaformapiùgenerale di categorie,ma come si relazionanoesattamentetra loro?
C'è una sottile differenza chenon sto rilevando?