php Recorrelasclassíasytrae los posts

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Recorrelasclassíasytrae los posts相关的知识,希望对你有一定的参考价值。

<?php

// Define la taxonomy

$taxonomia = "puntosventa";

// Denir argumentos. http://codex.wordpress.org/Function_Reference/get_terms

$args = array( 'hide_empty=0' );

// Nombre de la taxonomía. Devuelve todo en un array

$terms = get_terms($taxonomia, $args);

// Si efectivamente devolvió algo

if ( !empty( $terms ) && !is_wp_error( $terms ) ) {

  foreach ($terms as $term) {

      $the_query = new WP_Query( array ( $taxonomia => $term->slug  ));
      while ( $the_query->have_posts() ) : $the_query->the_post();
      
        // AQUI VA EL CONTENIDO DE LOS POST

      endwhile;
      // Reset Post Data
      wp_reset_postdata();


  }

}

?>

以上是关于php Recorrelasclassíasytrae los posts的主要内容,如果未能解决你的问题,请参考以下文章

php Vlastnívalidačnípravidla

php Připojeníkomponentynaurčitémístodostromu

php Pedidomínimo

php Nettevlastní过滤器,助手,拿铁

php Sustituireltítuloenlapáginaclannda

php Sustituireltítuloenlapáginaclannda