我想使用offset函数跳过第一篇文章,我有一段代码,里面需要放一个offside=1,但无论我在哪里插入它,我都会收到错误。。。你知道我可以在下面的代码中添加它吗?
<?php
$recent = new WP_Query( array(
\'tag\' => get_option(\'gd_slider_tags\'),
\'showposts\' => get_option(\'gd_slider_num\'))
);
while($recent->have_posts()) : $recent->the_post();?>