March 17, 2022
WordPress ci permette di creare (in tempi brevi e in modalità no-code/low-code) pagine con griglie e filtri di ricerca avanzati: interfacce adatte a qualsiasi tipo di sito (dagli e-commerce ai blog aziendali) con effetto “Amazon like” o “Google like”.
Mostreremo come è possibile arricchire cards, grids e facets in base agli obiettivi di ogni progetto: un ottimo metodo per rappresentare graficamente grandi quantità di schede prodotto o post, filtrando le tassonomie e i metadati sottostanti.
WordPress Meetup Milan (Milano) 2022 9
Andrea Paternostro 3
Max Nardini 1
May 23, 2022 at 6:11 pm |
var userId = your_user_id || null; // Replace your_user_id with your own if available.
window.hj(‘identify’, userId, {
// Add your own custom attributes here. Some EXAMPLES:
// ‘Signed up’: ‘2019—06-20Z’, // Signup date in ISO-8601 format.
// ‘Last purchase category’: ‘Electronics’, // Send strings with quotes around them.
// ‘Total purchases’: 15, // Send numbers without quotes.
// ‘Last purchase date’: ‘2019-06-20Z’, // Send dates in ISO-8601 format.
// ‘Last refund date’: null, // Send null when no value exists for a user.
});
LikeLike