elrodrigo
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] make subjects appear randomly each time a page reopensThank you again,
I have change the code by
[jobs orderby=” rand_featured” show_filters=”false”]
But that still not working.Sorry
Forum: Plugins
In reply to: [WP Job Manager] make subjects appear randomly each time a page reopensHello @braehler,
And above all thank you for your answer!
Unfortunately it does not work 🙂
I tried some variant
orderby = ”rand”
orderby = ”rand_featured”
orderby = ”random”none works 🙂
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] How to display the form of my choiceHello,
Oups… sorry…
Ok, thank youI have find this solution
to add
‘FR’ => array( // French Regions.
‘I’ => __( ‘Alsace, Champagne-Ardenne et Lorraine’, ‘woocommerce’ ),
‘A’ => __( ‘Aquitaine, Limousin et Poitou-Charentes’, ‘woocommerce’ ),
‘B’ => __( ‘Auvergne et Rhône-Alpes’, ‘woocommerce’ ),
‘C’ => __( ‘Bourgogne et Franche Comté’, ‘woocommerce’ ),
‘D’ => __( ‘Languedoc-Roussillon et Midi-Pyrénées’, ‘woocommerce’ ),
‘E’ => __( ‘Nord-Pas-de-Calais et Picardie’, ‘woocommerce’ ),
‘F’ => __( ‘Basse-Normandie et Haute-Normandie’, ‘woocommerce’ ),
‘G’ => __( ‘Bretagne’, ‘woocommerce’ ),
‘H’ => __( ‘Corse’, ‘woocommerce’ ),
‘J’ => __( ‘Centre’, ‘woocommerce’ ),
‘K’ => __( ‘Île-de-France’, ‘woocommerce’ ),
‘L’ => __( ‘Pays de la Loire’, ‘woocommerce’ ),
‘M’ => __( ‘Provence-Alpes-Côte d Azur’, ‘woocommerce’ ),
),in …./wp-content/plugins/woocommerce/i18n/states.php
enjoy 😉