为俄语显示的WordPress问号

时间:2018-04-09 05:35:32

标签: php wordpress

我使用以下代码显示帖子。

This is the output

$args = array(
    'posts_per_page' => -1,
    'post_type' => 'products',
    'post_status' => 'publish',
    'post_parent' => 0,
    'orderby' => 'menu_order',
    'order' => 'ASC',
);
$the_query = new WP_Query($args);

0 个答案:

没有答案