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.

eli Shvrzman

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • eli Shvrzman in reply to:
    displaying search terms without labels
    #46966

    yes sure. hoping it will help others as well.

    eli Shvrzman in reply to:
    displaying search terms without labels
    #46964

    got it! here is the solution.

    <?php
    	             global $wp_query;
    	             $sf_current_query = $wp_query->query_vars['_sft_position']; ?>
    						   <?php if (isset ($sf_current_query))  :  ?>
    						<?php 
                   echo '<span class="results-term">' . $sf_current_query . '</span>';
    							 
    							?> 
    						   <?php endif; ?>

    the vars can be changed to any search term you have.

    eli Shvrzman in reply to:
    displaying search terms without labels
    #46962

    o.k thanks.
    but i don’t understand why is it so complicated. i can display each one easily but can’t get it to display the name without the label

    eli Shvrzman in reply to:
    displaying search terms without labels
    #46960

    hi,
    i don’t think this would help me. what i need is to display each taxonomy separately (so i can control the order) and show the name of the active term for each taxonomy. this way i can add any connecting word or sign between the terms.

    eli Shvrzman in reply to:
    displaying search terms without labels
    #46958
    This reply has been marked as private.
    eli Shvrzman in reply to:
    displaying search terms without labels
    #46954

    hi Trevor,
    i have tried to call them directly as you offered but it keeps showing me either both together or non of them. would really appreciate a direction on how to get it done properly.

    regards, eli.

    eli Shvrzman in reply to:
    displaying search terms without labels
    #45832

    hi trevor, this is exactly what i needed.
    thanks’s so much!!!.
    another thing is that i’M always displaying 2 search terms and i want an & sign between tham

    eli Shvrzman in reply to:
    search results with bbpress and ajax
    #37700
    This reply has been marked as private.
    eli Shvrzman in reply to:
    search results with bbpress and ajax
    #37193

    hi ross,
    i don’t think so, because i copied the loop-single-topic.php into results.php and this is what i get.
    any ideas what can be wrong?.
    another thing is that after getting the results the search form stops working.

    eli Shvrzman in reply to:
    search results with bbpress and ajax
    #37050
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 10 total)