Tell us what you are trying to do? I have a view which - when set random order - also shows this within the sort by pulldowns
[wpv-filter-start]
<div class="form-group">
<div class="catalog-filter">[wpv-control-post-taxonomy taxonomy="product_cat" type="select" default_label="Select category" url_param="wpv-product_cat"]</div>
<div class="catalog-filter"> [wpv-control-post-taxonomy taxonomy="artist" type="select" default_label="Select artist" url_param="wpv-artist"]</div>
<div class="catalog-filter"> [wpv-control-postmeta field="views_woo_price" type="textfield" placeholder="max. price" url_param="wpv-views_woo_price"]</div>
<div class="catalog-filter-butt">[wpv-filter-submit name="filter" output="bootstrap" class="button-search"] [wpv-filter-reset reset_label="reset" output="bootstrap" class="button-reset"]</div>
<div class="catalog-sort"> sort by: [wpv-sort-orderby type="select" options="price,field-wpcf-year" label_for_price="Price" label_for_field-wpcf-year="Year" orderby_ascending_for="price,field-wpcf-year"] [wpv-sort-order type="select" options="asc,desc" label_for_asc="Asc." label_for_desc="Desc." label_asc_for_price="Asc." label_desc_for_price="Desc." label_asc_for_field-wpcf-year="Asc." label_desc_for_field-wpcf-year="Desc."]</div>
</div>
[wpv-filter-end]
Is there any documentation that you are following? see attached images
Is there a similar example that we can see?
What is the link to your site? hidden link

Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Rob,
Thank you for getting in touch.
I'm assuming here that you're referring to the default sort ordering being shown as an option initially.
This is by design to show how the items are currently sorted. Once the user select their own custom sorting then this will no longer appear.
Thanks,
Shane
My issue is resolved now. Thank you!