Avatar of APD Toronto
APD TorontoFlag for Canada

asked on 

Wp_Query No Limit

Hi Experts,

I have the following simple query, but how do I set it to return unlimited posts, or a high number? Right now I only get 10.

    <?php
        $args = array(
            'category_name'  => $category,
            'orderby' => 'date'
        );
        $post_query = new WP_Query($args);

        if($post_query->have_posts() ):

            //print_variable($post_query);
            while($post_query->have_posts() ):
                /* invoke the current Post*/
                $post_query->the_post();
                $_post = $post_query;
            ?>

Open in new window

Thanks.
PHPWordPress

Avatar of undefined
Last Comment
David H.H.Lee
ASKER CERTIFIED SOLUTION
Avatar of David H.H.Lee
David H.H.Lee
Flag of Malaysia image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
PHP
PHP

PHP is a widely-used server-side scripting language especially suited for web development, powering tens of millions of sites from Facebook to personal WordPress blogs. PHP is often paired with the MySQL relational database, but includes support for most other mainstream databases. By utilizing different Server APIs, PHP can work on many different web servers as a server-side scripting language.

125K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo