Add suffix on price sale woocommerce
resources: stackoverflow
Add current menu on navigation block based on url using javascript
in this case I used are kadence theme element to create navigation block to display on archive page based on url, in default navigation block don’t have a class current menu, so I tried to find a way and found this article and it worked resources: github
How to fix CSS Clip-path Polygon on Safari browser
add -webkit prefix in front of clip-path properties, it will work in safari browser
Displaying all terms within a custom taxonomy with ACF taxonomy image in Oxygen Builder
In the post, I will displaying all terms on archive page by custom post type include ACF taxonomy image, terms title and description, like screenshot on below Create ACF image Create archive page on oxygen builder Add code block and paste code on there
Create featured post in elementor builder using ACF
Create acf field first for handle which post make to featured, you can follow this screenshot below After acf field has been created, insert this code on snippet or functions.php