2015-01-25, 16:05:24
I would like to remove language from the links in results within a component
I am using the following code in my component to call search results
[php]<?php get_i18n_search_results(array('tags'=>'_special-grocery','HEADER'=>null)); ?>]/php]
I don't know the syntax to add the code to remove the language designation for my results display.
http://medbake.com/groceries/
I have it working here :
http://medbake.com/search/?tags=&words=o...rch=Search
using
(% searchform %)
(% searchresults i18n=0 %)
Sorry to have to ask. I have searched the forums but it's very difficult to find an answer. I promise I spend time searching and testing before I ask all these questions!
Thanks for any help!
Sherri
I am using the following code in my component to call search results
[php]<?php get_i18n_search_results(array('tags'=>'_special-grocery','HEADER'=>null)); ?>]/php]
I don't know the syntax to add the code to remove the language designation for my results display.
http://medbake.com/groceries/
I have it working here :
http://medbake.com/search/?tags=&words=o...rch=Search
using
(% searchform %)
(% searchresults i18n=0 %)
Sorry to have to ask. I have searched the forums but it's very difficult to find an answer. I promise I spend time searching and testing before I ask all these questions!
Thanks for any help!
Sherri