← WordPress

Lista de artigos de uma tag

Lida 1309 vezes

Offline

Ricardo75 
Membro
Mensagens 1660 Gostos 0
Troféus totais: 28
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1

E possível criar uma lista de artigos que contenham uma determinada tag assim com se criam listas de uma determinada categoria?
Sabem como?
Offline

Pedro Lopes 
Beta tester
Mensagens 3568 Gostos 18
Feedback +6

Troféus totais: 32
Trófeus: (Ver todos)
Level 6 Windows User Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3

Para mostrar todos os posts que contenham pelo menos uma destas tags(separadas por virgulas):
Código: [Seleccione]
query_posts('tag=carro,mota,gajas');

Para mostrar todos os posts que contenham TODAS estas tags no mesmo post(separadas por "+"):
Código: [Seleccione]
query_posts('tag=carro+mota+gajas');
Offline

Ricardo75 
Membro
Mensagens 1660 Gostos 0
Troféus totais: 28
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1

:obrigado:
Offline

Pedro Lopes 
Beta tester
Mensagens 3568 Gostos 18
Feedback +6

Troféus totais: 32
Trófeus: (Ver todos)
Level 6 Windows User Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3