comment afficher le nom de la catégorie de publication
-
-
Vous devrez utiliser ` Phpthe_category (',');?> `et comme suggéré ci-dessous,n'utilisezjamais` query_posts`.Utilisezplutôt `WP_Query`.You will have to use `` and as suggested below, never use `query_posts`. Use `WP_Query` instead.
- 2
- 2014-09-22
- Robert hue
-
Merci Robert,çamarchemaisj'ai un autreproblème.J'ai une catégorieet une sous-catégorie,puis le résultatmontre les deux catégorieset je veuxjuste la sous-catégorie. (parexemple) Nom du chat: développement Nom du sous-chat: Wordpress Je veuximprimer uniquement lenom du sous-chat.Thanks Robert, it's works but i have another problem. I have one category and one subcategory, then the result shows both categories and i want just the subcategory. (e.g) Cat Name: Development SubCat name: Wordpress I want to print just SubCat Name.
- 0
- 2014-09-22
- Irwin
-
Veuillezeffectuer une recherche sur le site. Je suis sûr à 99,99% de ce que vous avez déjà reçu.Please search the site I'm 99.99% sure that what you has been answered before.
- 1
- 2014-09-22
- Nicolai
-
Vous devriez avoir une lecture [ici] (http://wordpress.stackexchange.com/q/145915/31545).Celapourrait aiderYou should have a read [here](http://wordpress.stackexchange.com/q/145915/31545). This might help
- 1
- 2014-09-22
- Pieter Goosen
-
Si la réponse vous a été utile,envisagez de l'accepter.Voir »[Que dois-jefaire quand quelqu'un répond àma question?] (Http://wordpress.stackexchange.com/help/someone-answers)«et/ou »[Pourquoi voterest-ilimportant?] (Http://wordpress.stackexchange.com/help/why-vote) «,plus d'informations sur lemodèle [wordpress.se] sont disponibles dans [help].If the answer was helpful to you, then consider accepting it. See »[What should I do when someone answers my question?](http://wordpress.stackexchange.com/help/someone-answers)« and/or »[Why is voting important?](http://wordpress.stackexchange.com/help/why-vote)«, more information about the [wordpress.se] model is available at the [help].
- 0
- 2015-04-28
- Nicolai
-
1 réponses
- votes
-
- 2014-09-22
Ilexiste:
the_category()
,quinon seulementsemble êtretout àfaitnommé.En dehors de cela,n'utilisezpas
query_posts
,carpour savoirpourquoijetez un œil à ces deuxfils:There is:
the_category()
, which not only seems to be all to fittingly named.Aside from that, don't use
query_posts
, as for the why take a look at those two threads:
Je suisnoviceen développement wordpresset j'ai ceproblème.
Commentpuis-je afficher lenom de la catégorie depublication?
Exemple:
Titre dumessage: Règles Wordpress! Auteur dumessage: Irwin R. Date depublication: 22/09/2014 Nom du chat: Wordpress
J'utilise le code suivant:
J'apprécierai votre aide!