I have two loops in my WP index, but I need a maximum of 3 posts in total. ... $query1 = new WP_Query('posts_per_page=3'); $query2 = new ...
確定! 回上一頁