Advertisement
kkarpieszuk

$wp_query of taxonomy 'konkurs' = 'zolc' archive page

Mar 19th, 2014
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 5.35 KB | None | 0 0
  1. WP_Query Object
  2. (
  3.     [query] => Array
  4.         (
  5.             [konkurs] => zolc
  6.         )
  7.  
  8.     [query_vars] => Array
  9.         (
  10.             [konkurs] => zolc
  11.             [error] =>
  12.             [m] =>
  13.             [p] => 0
  14.             [post_parent] =>
  15.             [subpost] =>
  16.             [subpost_id] =>
  17.             [attachment] =>
  18.             [attachment_id] => 0
  19.             [name] =>
  20.             [static] =>
  21.             [pagename] =>
  22.             [page_id] => 0
  23.             [second] =>
  24.             [minute] =>
  25.             [hour] =>
  26.             [day] => 0
  27.             [monthnum] => 0
  28.             [year] => 0
  29.             [w] => 0
  30.             [category_name] =>
  31.             [tag] =>
  32.             [cat] =>
  33.             [tag_id] =>
  34.             [author] =>
  35.             [author_name] =>
  36.             [feed] =>
  37.             [tb] =>
  38.             [paged] => 0
  39.             [comments_popup] =>
  40.             [meta_key] =>
  41.             [meta_value] =>
  42.             [preview] =>
  43.             [s] =>
  44.             [sentence] =>
  45.             [fields] =>
  46.             [menu_order] =>
  47.             [category__in] => Array
  48.                 (
  49.                 )
  50.  
  51.             [category__not_in] => Array
  52.                 (
  53.                 )
  54.  
  55.             [category__and] => Array
  56.                 (
  57.                 )
  58.  
  59.             [post__in] => Array
  60.                 (
  61.                 )
  62.  
  63.             [post__not_in] => Array
  64.                 (
  65.                 )
  66.  
  67.             [tag__in] => Array
  68.                 (
  69.                 )
  70.  
  71.             [tag__not_in] => Array
  72.                 (
  73.                 )
  74.  
  75.             [tag__and] => Array
  76.                 (
  77.                 )
  78.  
  79.             [tag_slug__in] => Array
  80.                 (
  81.                 )
  82.  
  83.             [tag_slug__and] => Array
  84.                 (
  85.                 )
  86.  
  87.             [post_parent__in] => Array
  88.                 (
  89.                 )
  90.  
  91.             [post_parent__not_in] => Array
  92.                 (
  93.                 )
  94.  
  95.             [author__in] => Array
  96.                 (
  97.                 )
  98.  
  99.             [author__not_in] => Array
  100.                 (
  101.                 )
  102.  
  103.             [ignore_sticky_posts] =>
  104.             [suppress_filters] =>
  105.             [cache_results] => 1
  106.             [update_post_term_cache] => 1
  107.             [update_post_meta_cache] => 1
  108.             [post_type] =>
  109.             [posts_per_page] => 10
  110.             [nopaging] =>
  111.             [comments_per_page] => 50
  112.             [no_found_rows] =>
  113.             [taxonomy] => konkurs
  114.             [term] => zolc
  115.             [order] => DESC
  116.         )
  117.  
  118.     [tax_query] => WP_Tax_Query Object
  119.         (
  120.             [queries] => Array
  121.                 (
  122.                     [0] => Array
  123.                         (
  124.                             [taxonomy] => konkurs
  125.                             [terms] => Array
  126.                                 (
  127.                                     [0] => zolc
  128.                                 )
  129.  
  130.                             [include_children] => 1
  131.                             [field] => slug
  132.                             [operator] => IN
  133.                         )
  134.  
  135.                 )
  136.  
  137.             [relation] => AND
  138.         )
  139.  
  140.     [meta_query] => WP_Meta_Query Object
  141.         (
  142.             [queries] => Array
  143.                 (
  144.                 )
  145.  
  146.             [relation] =>
  147.         )
  148.  
  149.     [date_query] =>
  150.     [queried_object] => stdClass Object
  151.         (
  152.             [term_id] => 3
  153.             [name] => ΕΌΓ³Ε‚Δ‡
  154.             [slug] => zolc
  155.             [term_group] => 0
  156.             [term_taxonomy_id] => 3
  157.             [taxonomy] => konkurs
  158.             [description] =>
  159.             [parent] => 0
  160.             [count] => 0
  161.             [filter] => raw
  162.         )
  163.  
  164.     [queried_object_id] => 3
  165.     [request] => SELECT SQL_CALC_FOUND_ROWS  wp_posts.ID FROM wp_posts  INNER JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id)  JOIN wp_icl_translations t ON wp_posts.ID = t.element_id
  166.                         AND t.element_type IN ('post_post') JOIN wp_icl_languages l ON t.language_code=l.code AND l.active=1 WHERE 1=1  AND ( wp_term_relationships.term_taxonomy_id IN (3) ) AND wp_posts.post_type = 'post' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'private') AND t.language_code='en' GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 10
  167.     [posts] => Array
  168.         (
  169.         )
  170.  
  171.     [post_count] => 0
  172.     [current_post] => -1
  173.     [in_the_loop] =>
  174.     [comment_count] => 0
  175.     [current_comment] => -1
  176.     [found_posts] => 0
  177.     [max_num_pages] => 0
  178.     [max_num_comment_pages] => 0
  179.     [is_single] =>
  180.     [is_preview] =>
  181.     [is_page] =>
  182.     [is_archive] => 1
  183.     [is_date] =>
  184.     [is_year] =>
  185.     [is_month] =>
  186.     [is_day] =>
  187.     [is_time] =>
  188.     [is_author] =>
  189.     [is_category] =>
  190.     [is_tag] =>
  191.     [is_tax] => 1
  192.     [is_search] =>
  193.     [is_feed] =>
  194.     [is_comment_feed] =>
  195.     [is_trackback] =>
  196.     [is_home] =>
  197.     [is_404] =>
  198.     [is_comments_popup] =>
  199.     [is_paged] =>
  200.     [is_admin] =>
  201.     [is_attachment] =>
  202.     [is_singular] =>
  203.     [is_robots] =>
  204.     [is_posts_page] =>
  205.     [is_post_type_archive] =>
  206.     [query_vars_hash] => 2bada4732cfb98765d385b938b267716
  207.     [query_vars_changed] =>
  208.     [thumbnails_cached] =>
  209.     [stopwords:WP_Query:private] =>
  210. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement