serena16
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Queries] Custom Taxonomy Archive queryCiao @kkriss
Scusa il ritardo nella risposta. Se devo essere onesta, alla fine per il mio progetto sono passata ai plugin di Crocoblock, nello specifico JetEngine. Consente di creare delle Custom Query in modo molto molto flessibile. Purtroppo non è una soluzione gratuita, ma se realizzi siti spesso, ti consiglio la licenza lifetime. Per me è stato la svolta per risolvere questo e altre decine di problemi.
Forum: Plugins
In reply to: [Advanced Queries] Custom Taxonomy Archive query@shabti thank you for your reply.
Do I need to replace “category_artists” with the name of my taxonomy or should I keep it as it is?

Hi Sandip,
I’ve actually solved it with this code inside Woocommerce’s email format
$user_id = get_current_user_id(); // Get the user ID $custom_field_value = get_user_meta($user_id, 'user_registration_selezione_gas', true); // Get the custom field value if ($custom_field_value) { echo 'Selected GAS: ' . $custom_field_value; }where “selezione_gas” was the custom field name.
Thank you for your help.Forum: Plugins
In reply to: [WP MapIt] Map not displaying correctly@phpwebdev my email is [redacted by moderator]
Thank you again for your help.- This reply was modified 2 years, 11 months ago by Steven Stern (sterndata).
Forum: Plugins
In reply to: [WP MapIt] Map not displaying correctlyThe page link is:
http://wringing.netsons.org/separatore-wringing
It’s a work in progress so it’s a bit messy.
Thank you