Filter Category Order

I would like our portfolio filter to be in a certain order, and not alphabetically.
Please can you help?

Here's a link to our site with the filter http://peripericreative.co.za/wp/video_concept/we-did-that
We want the order to be Websites, Logo & Designs, Identity, Prints & Ads, Other.

In what file in the code can I make the changes?
I know PHP well.

Thanks in advance,
Regards,
Luana

Comments

  • Hi Luana,

    we are very sorry but we do not have any option to order these categories. If you know PHP well, then you can play with functions/theme-shortcodes.php file where all items/shortcodes are.

    Thanks!
  • I use this colution:

    Insert numbers in your categories name, so that they so that they appear in your desired order.

    Example:
    01-Categoryname1
    02-Categoryname2
    03-Categoryname3

    Then with Javascript remove the first 3 characters (2 numbers + the -):
    (function($){
       jQuery(".filters_wrapper .categories li a").each(function()
       {
          this.text = this.text.replace(/^[0-9][0-9]\-/,"");
       });
      
    })(jQuery);

    Not perfect, but works :-)
  • Thanks for explanation! :)
  • Thank dimizu.... works also for me :-)
  • edited August 2018
    Thanks dimizuWorked perfectly! 


Sign In or Register to comment.
This website uses cookies

We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.

Cookies are small text files that can be used by websites to make a user's experience more efficient.

The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.

This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration on our website.

Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your consent.