Forums Forums Search & Filter Pro Date not always showing

Tagged: ,

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

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

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

    Anonymous
    #30180

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

    Any idea what could be causing this ?

    Anonymous
    #30182

    Scrap that idea.

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

    Thanks.

    Anonymous
    #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
    Anonymous
    #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/

    Anonymous
    #30313

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

    Anonymous
    #30383

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

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