Viewing 1 replies (of 1 total)
  • Thread Starter nathanprestes

    (@nathanprestes)

    i have this code:

    <?php
    $pegaTags = htmlspecialchars($_GET[“tags”]);
    if($pegaTags == ”){$pegaTags = ‘NR’;}

    $varTroca = array(“-“, ” “);
    $varTroca2 = str_replace($varTroca, “”, $pegaTags);
    $varTroca3 = str_replace(“,”, “, “, $varTroca2);
    $varTroca4 = strtolower($varTroca3);

    echo do_shortcode(‘[flickr_tags user_id=”28004289@N03″ tags=”‘.$varTroca4.'” tags_mode=”all” pagination=”prevnext”]’);
    ?>

    but the pagination dont work, someone is with this error?

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Flickr Justified Gallery] Pagination dont work’ is closed to new replies.