Category: Admin
Google Analytics Trackin
Google Search Console Verification
Google Search Console
google-site-verification=2cD88PiH77SW3-7_W4NAENAER1K0yKAoxVdNAd_DVqsContinue reading
butterfly effect
Google Tag – Body
Google Tag – Head
om-embed-code-example.js
archive-listings.php
Property ListingsContinue reading
functions.php (copy)
jQuery(function($) { $(document).on(‘click’, ‘.favorite-toggle’, function(e) { e.preventDefault(); const btn = $(this); const post_id = btn.data(‘post-id’); const isFavorited = btn.attr(‘data-favorited’) === ‘1’; $.post(”, { action: ‘toggle_favorite’, post_id: post_id }, function(response) { if (response.success) { btn.text(isFavorited ? ‘♡’ : ‘❤️’).attr(‘data-favorited’, isFavorited ?…Continue reading