Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS pick latest 5 posts tagged video for the anything slider…

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #36777
    eprabidhi
    Member
    $loop = new WP_Query(
    array(
    'numberposts' => 2,
    'orderby' => 'post_date',
    //'post_type' => 'anything_slides',
    //'orderby' => $attr,
    'order' => $attr,
    'posts_per_page' => -1,
    //'slide_cat' => $attr,
    '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

    #97234
    TheDoc
    Member

    Do you have a link to the site?

    #97262
    eprabidhi
    Member

    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

    #97533
    Mottie
    Member

    Sorry, I’m clueless with this stuff… maybe Jacob can help you… try posting this question over in the WordPress forums.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.