Change wording on orderby tag
-
Hi hope posting in correct place…
Trying to change the wording used by orderby (relevance) below is the source but unable to locate where this wording is set as need to remove the words lotteries from the site..
<div class=”catalog-ordering hide-results”>
<form class=”woocommerce-ordering” method=”get”>
<select name=”orderby” class=”orderby” aria-label=”Shop order”>
<option value=”relevance” selected=’selected’>Relevance</option>
<option value=”popularity” >Sort by popularity</option>
<option value=”date” >Sort by latest</option>
<option value=”price” >Sort by price: low to high</option>
<option value=”price-desc” >Sort by price: high to low</option>
<option value=”all_lottery” >Sort by all lotteries</option>
<option value=”ticket_count” >Sort by most ticket sale on-going lotteries</option>
<option value=”recently_started” >Sort by recently started lotteries</option>
<option value=”ending_soon” >Sort by ending soon lotteries</option>
<option value=”closed” >Sort by closed lotteries</option>
<option value=”on_going” >Sort by on-going lotteries</option>
<option value=”future” >Sort by future lotteries</option>
</select>
<input type=”hidden” name=”paged” value=”1″ />
<input type=”hidden” name=”s” value=”com” /><input type=”hidden” name=”post_type” value=”product” /></form>
<p class=”woocommerce-result-count”>
Showing all 3 results</p>The blog I need help with is: (visible only to logged in users)
-
Hidden it for now with
.woocommerce-ordering {
display: none;
}But would prefer to be able to just change the wording if possible.
Thank you :)
-
Hi there!
It sounds like your question is related to WooCommerce. Please post on the WooCommerce support forum so that you can get help directly from the WooCommerce support team. :)
On this forum, we can primarily help with WordPress.com sites for WordPress.com questions/issues. Please post on the WooCommerce support forum for help with your question.
Regards
-
- The topic ‘Change wording on orderby tag’ is closed to new replies.