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.

Forums Forums Search & Filter Pro Date not always showing

Tagged: ,

Viewing 10 posts - 1 through 10 (of 16 total)
  • Daniele Dambrosio
    #30179

    Can you tell me why the date seems to not show for all posts on my page:

    http://whazat.ca/resource-library/

    Daniele Dambrosio
    #30180

    The date seems to mysteriously disappear for older posts when I add a new one.

    Any idea what could be causing this ?

    Daniele Dambrosio
    #30182

    Scrap that idea.

    How can I get the categories to not show in a list format ?

    Thanks.

    Daniele Dambrosio
    #30184

    I just want it displayed as:

    Categorized in: Category Name

    on the same line since they are in one category only. I don’t want a bulleted list.

    How can I accomplish this ?

    Ross Moderator
    #30256
    Daniele Dambrosio
    #30310

    That doesn’t work. I used the following code:

    <?php //Get a single fields values using labels
    //replace 1526 with the ID of your search form
    global $searchandfilter;
    $sf_current_query = $searchandfilter->get(14458)->current_query();
    echo $sf_current_query->get_field_string(“_sft_category”);
    ?>

    The output is:

    Categories: All Categories

    What I had before was better since it displayed the proper category.

    What I’m looking for is a way to display:

    Category: CategoryName

    And have the category linked to display the output as if selecting from the dropdown instead of a different layout.

    This is the current page below which is almost there.

    http://whazat.ca/resource-library/

    Daniele Dambrosio
    #30313

    I tried a few of the codes including the tags, output arrays. None of them work and don’t return the forms values.

    Daniele Dambrosio
    #30383

    Your answer didn’t work. Can you please provide a solution ?

    Ross Moderator
    #30482
    This reply has been marked as private.
    Daniele Dambrosio
    #30500
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 16 total)

The forum ‘Search & Filter Pro’ is closed to new topics and replies.