archive-listings.php
Property Listings
Add category to page
// Abilita categorie (e, opzionalmente, tag) per le Pagine add_action('init', function () { register_taxonomy_for_object_type('category', 'page'); //…
Show Product Categories in the Vendor Product Catalog
This PHP code snippet automatically detects any page or post that contains the [wcv_products] shortcode and…
ACF_KEYSMST_MSTCASECPT - TAB: SAFETY & RISK (v3.0 Modular)
/** * ============================================ * MST CASE - TAB: SAFETY & RISK (v3.0 Modular) * ============================================ *…
Custom Vendor Product Fields for HTS and Export Classification Number
Vendor Product Editor Backend Preview: https://snipboard.io/KszCjU.jpg Vendor Product Page Frontend Preview: https://snipboard.io/FNGhHt.jpg
Change Donor Count
Example where a donor count is changed for a specific campaign.
Hide Cart Price Button
/** * Hide Price & Add to Cart for Non Logged in Users for Specific Products…
WPForms: add several new smart tags for newly submitted CPT: ID, title and URL.
Mainly useful when the Post Submissions addon is used. Several new smart tags are registered to…
Untitled Snippet
function vqs_leaderboard_assets() { wp_enqueue_style( 'vqs-leaderboard-css', get_stylesheet_directory_uri() . '/vqs-leaderboard.css', [], '1.0' ); wp_enqueue_script( 'vqs-leaderboard-js', get_stylesheet_directory_uri() . '/vqs-leaderboard.js',…