Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Edda Puglisi

Forum Replies Created

Viewing 5 posts - 11 through 15 (of 15 total)
  • Edda Puglisi in reply to:
    Pagination
    #265810

    Thanks for the help, I tried, the results.php page is composed as follows:

    global $searchandfilter;
    $sf_current_query = $searchandfilter->get(11690)->current_query();
    if ((!$sf_current_query->is_filtered())&&($sf_current_query->get_search_term()==””)) {
    echo ‘<div>Nothing to see here folks!</div>’;
    } else {
    // the current resuts.php code here
    }

    ?>

    <?php
    while ($query->have_posts())
    {
    $query->the_post();

    ?>
    <div class=”farmacia”>
    <h2 class=”nome-farmacia”>“><?php the_title(); ?></h2>
    <?php the_content(); ?>

    </div>

    <hr />
    <?php
    }
    ?>

    If I go to https://www.staging2.biotechmed.it/farmacie/ it shows me all the results… My client does not want that someone can easily see all the results and download all the names.

    Another question, is it possible to search only in two specific fields and ignore the others in the search?

    Edda Puglisi in reply to:
    Pagination
    #265491
    This reply has been marked as private.
    Edda Puglisi in reply to:
    Search for fields created with the Pods plugin
    #265288

    Thank you very much I had not enabled Relevanssi, it works now

    Edda Puglisi in reply to:
    Search for fields created with the Pods plugin
    #265282

    I installed Relevanssi and added in the settings to search for my custom posts and also set to search in all custom fields but it doesn’t work… do you have suggestions?

    Edda Puglisi in reply to:
    Search for fields created with the Pods plugin
    #265278

    Thank you,
    so I have to package Relevanssi, together with your plugin, is that correct?

Viewing 5 posts - 11 through 15 (of 15 total)