Tagged Questions
0
votes
1answer
740 views
custom post type with supersized plugin [closed]
Is not working. Is Showing only just the first image's custom post type.
<?php
// get custom post type ==> slides
global $post;
$args = array(
'post_type' =>'slides',
'numberposts' ...