Forums Get help. Give help.

pick latest 5 posts tagged video for the anything slider...
  • eprabidhieprabidhi February 22
    $loop = new WP_Query(
    array(
    'numberposts' => 2,
    'orderby' => 'post_date',
    //'post_type' => 'anything_slides',
    //'orderby' => $attr['orderby'],
    'order' => $attr['order'],
    'posts_per_page' => -1,
    //'slide_cat' => $attr['cat'],
    'tag' => 'video'
    )
    );

    I am able to extract posts tagged video for anything slider however the player is not being seen. How can I fix this problem. Your help will be appreciated.

    Thanks
  • TheDocTheDoc February 22
    Do you have a link to the site?
  • eprabidhieprabidhi February 22
    Unfortunately I am working locally.

    I am using [jwplayer.....]
    I can see the shortcode of jwplayer along with the content section in the slider....

    However, If I use the posts from the anything slider then it works fine...

    Is there any video slider that picks the recent posts....

    Thanks
  • MottieMottie February 26
    Sorry, I'm clueless with this stuff... maybe Jacob can help you... try posting this question over in the Wordpress forums.



Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Apply for Membership

Tips

Just some helpful hints to get the most out of the forums.