• Resolved erismarcds

    (@tom2)


    Hi, I would like to be able to filter popular posts by category

    <?php
    $args = array(
    'limit' => 15,
    'range' => 'last24hours',
    'category' => 'videos',
    'wpp_start' => '<div class="carouselMaisLidas owl-carousel">',
    'wpp_end' => '</div>',
    'thumbnail_width' => 252,
    'thumbnail_height' => 147,
    'post_html' => '<div class="item"><div class="thumb"><a href="{url}"><div class="thumbnail" style="background-image: url({thumb_url})"></div></a></div> <div class="left"><div class="titulo"><a href="{url}" class="titulo">{text_title}</a></div><div class="cast"></div></div></div>'
    );
    wpp_get_mostpopular($args);
    ?>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.