`
$args = array(
‘numberposts’ => 9999,
‘post_type’ => ‘portfolio’,
‘order’ => ‘DESC’,
‘orderby’ => ‘post_date’,
‘post_status’ => ‘publish’
);
$portfolio = wp_get_recent_posts( $args );
`
My question is: I would like the section with the tilde ” ~ ” at the top of the sort list.
Here’s the shortcode as I now have it..
[mctagmap show_empty="yes" columns=5 num_show=1 basic_heading="yes" group_numbers="yes" manual="~,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z"]
Thank you (in advance)
Yours,
– Timothy Hall
I tried sorting the list in both Chrome and Firefox with no differences.
]]>Thank you!
]]>To troubleshoot, I have switched theme to TWENTY SIXTEEN” and have disabled all plugins (except for WC of course) – still the issue continues.
Under PRODUCTS > ATTRIBUTES the default sort order is set to “Custom Ordering”.
Under the individual product / variations, I have dragged the options into the order I would like, then saved and updated the page. See screenshot here: https://buwalda.ca/be-variations.jpg
You can see from the above screenshot that the February date is the first one (in face they are all ordered by date.
If you go to the sites front end and try to make a purchase, you will see that April is now at the top of the order? https://buwalda.ca/fe-variations.jpg
I can’t seem to find any resolution on this anywhere? Is this a bug in Woocommerce or am I missing something? Or, maybe a work-around or a plugin that may help this?
Thanks in advance for any help on this,
Abe
https://www.ads-software.com/plugins/woocommerce/
]]>How can I fix this?
Using WP 4.3 and Woocommerce 2.4.6
https://www.ads-software.com/plugins/woocommerce/
]]>can we give custom sort for this list.
that means can we show them according to that custom order and then according to date.
if i explain further..
we have 3 items july 27, 28, 29,30.
but we need to show july 29th one as a first record.
can we do that?
Thank you,
Asanka Ranabahu.
https://www.ads-software.com/plugins/events-listing-widget/
]]>I am using the Vantage theme by AppThemes to create a business directory and I am having a problem with sorting my listing categories by custom order rather than alphabetically. I am not referring to the Category Page or the menu item, I am talking about the categories which are displayed next to the business within the list of listings and on the business’s page.
For example, the business listings look something like this:
AAA Handyman Service
1752 Grandview St., Colorado Springs, CO 80929
General Services, Handyman, Home Repairs, Kitchen Work, Repairs, Tool Rental
But I need to be able to sort the categories in a custom order so that I can display the more important categories first and the specific categories last.
I am currently displaying the categories via <p class=”listing-cat”><?php the_listing_categories(); ?></p>
Any ideas?
]]>