Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter drago.uix

    (@dragouix)

    Hello Oguz thanks for your interest, I think it would be good to add a multiple selection of images to optimize, this is useful for those who install the plugin already having many uploaded images.
    Another thing that would be fantastic the ability to choose whether to regenerate the thumbnails, this would really be a fantastic thing.
    thanks for your professionally and user care.
    Have a nice day

    Thread Starter drago.uix

    (@dragouix)

    I’m using id in fact, however, but i wanted to know if someone had the same problem for information purposes.
    You have tried to handle this?
    (the same theme in wordrpress 4.3 works fine)

    Thread Starter drago.uix

    (@dragouix)

    yes i’ve check the slug also in the database and i’ve also create a new custom theme whit only this in function file:
    <?
    $speciali = new WP_Query( array(‘category_name’ => ‘speciali’, ‘posts_per_page’ => 4));
    ?>
    otherwise:
    <?
    $speciali = new WP_Query( array(‘cat’ => ’14’, ‘posts_per_page’ => 4));
    ?>
    works fine :/

Viewing 3 replies - 1 through 3 (of 3 total)