[NSFW] Pull webstories page
-
How do I pull web stories on my blog?
I already tried webstories
webstory
story
web stories…<?php
$args = array(
‘post_type’ => ‘Web_Stories‘,
‘order’ => ‘DESC’,
‘posts_per_page’ => ‘3’,);
$the_query = new WP_Query($args);
?>
<?php if(have_posts()) : while ($the_query -> have_posts()) : $the_query -> the_post(); ?>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘[NSFW] Pull webstories page’ is closed to new replies.