Obtenha postagens por tipo de postagem personalizada, taxonomia e termo
-
-
Ok,entãoparece queeupensei quetudoissoe a soluçãofoi realmente simples:Ok, so it looks like I over thought all of this and the solution was really simple:
- 0
- 2012-03-14
- Rise
-
Porfavor,marque sua resposta como correta ouexclua otópico.Please mark your answer as correct or delete the topic.
- 0
- 2012-03-14
- AlxVallejo
-
Euprecisoesperar 7 horasparapostar a solução :(I need to wait 7 hours to post the solution :(
- 0
- 2012-03-14
- Rise
-
1 responda
- votos
-
- 2012-03-22
Esta é a respostapara apergunta :)
<?php $args = array( 'post_type'=> 'services', 'areas' => 'painting', 'order' => 'ASC' ); $the_query = new WP_Query( $args ); if($the_query->have_posts() ) : while ( $the_query->have_posts() ) : $the_query->the_post(); // content goes here endwhile; wp_reset_postdata(); else: endif; ?>
This is the answer to the question :)
<?php $args = array( 'post_type'=> 'services', 'areas' => 'painting', 'order' => 'ASC' ); $the_query = new WP_Query( $args ); if($the_query->have_posts() ) : while ( $the_query->have_posts() ) : $the_query->the_post(); // content goes here endwhile; wp_reset_postdata(); else: endif; ?>
OK,entãoeutenho umtipo depostagempersonalizado chamado "Serviços". Estetipo depostagempersonalizadotem umataxonomia chamada "Áreas"e há 5termosnessataxonomia.
digamos quetenho 10postsem "serviços"e há 5postsnotermo "pintura"e 5maisnotermo "Fotografia".
Eupreciso ser capaz de consultarposts de "serviços",masem vez demostraresses 10posts,apenasmostre 5 associados a "pintura".
Nomomento,consigo consultartaxonomiae termos,masissomostrarátodos osposts de "serviços" semfiltroportermo.
basicamente consultarpostporpost_type apartir dotermo queescolho.
Qualquer ajuda seriaincrível. Obrigado.
Então,seeupudesseespecificar apenas sobre os $ ARGS de qualtipo depostagempara obter osposts deste seria resolvido.