Syterr.com – Monitor Website Performance, Content Changes, Domain and more!
Syterr.com – Monitor Website Performance, Content Changes, Domain and much more!
Continue readingWordpress HOW TO's, Snippets & Life Savers
Syterr.com – Monitor Website Performance, Content Changes, Domain and much more!
Continue readingThis will automatically assign the ALT & TITLE attributes to <img> elements that miss those. The value will be the
Continue readingFollowing the Add A Required Checkbox Field In WooCommerce Checkout Page, this is the guide to adding multiple required checkboxes
Continue readingIf you need to insert a parent link item in your menu with no link and your only solution is
Continue readingWhen we use custom query loop in wordpress, we lose SEO befenits such as the rel prev/next meta tags that’s
Continue readingCopy this code to your theme’s functions.php and use [country_by_ip] shortcode/tag ANYWHERE to print the visitor’s country by his IP
Continue readingCopy this code to your theme’s functions.php and each call your ‘3rd party integrations’ plugin will make after a visitor
Continue readingCopy this code to your theme’s functions.php to manipulate the posted data by the visitor, update, add or remove fields
Continue readingThis is how you add a checkbox to checkout in Woocommerce. The Checkbox will appear in the checkout is not
Continue readingPaste this into your theme’s functions.php file to prevent from Hreflang tags to appear on the same current language and
Continue readingAdd this to your theme’s function.php to hide all product tabs on a single product page:
Continue readingPaste those into your theme’s functions.php and edit the contact form shortcode inside do_shortcode function.
Continue readingThis is how you add rel=”nofollow” to tag links in the tag cloud using wp_tag_cloud(). Add it to your theme’s
Continue readingAdd the following code to your theme’s functions.php file to remove the HREF attribute from all the links that link
Continue readingHere’s the solution for eliminate render blocking fonts, javascript and css and load non-render blocking resources warning in Google Lighthouse
Continue readingThis is how you add a checkbox to checkout in Woocommerce. The Checkbox will appear in the checkout and will
Continue readingIn this post I will include my code to track, store and pass HasOffers (affiliate id + transaction id +
Continue readingPut it in your theme’s functions.php. Whenever your visiot will try to add a product twice mistakenly, it will keep
Continue readingPut it in your theme’s functions.php and update the form id (999999) to your CF7’s form ID.
Continue readingPut it into your theme’s functions.php:
Continue readingThis code will disable coupon on cart if it’s already applied.
Continue readingCopy this code to your theme’s functions.php and it will return posts in search result also by their category/tag name.
Continue readingAdding a featured image for each post is important for your website’s beauty & very much for the SEO part.
Continue readingDisabling a link can be sometimes a dirty task to do. Sometimes we need to do that only temporarily and
Continue readingThere are many plugins that will let you add Facebook, Google Analytics, Google Tag Manager or any other data collector
Continue readingIntegrating your website with MailChimp is easily done with this code. You can connect it with any form that’s processed
Continue readingCustomizing the archive/category page can be very useful if you want to take your website one step further by fine
Continue readingChanging the WordPress logo in the login screen is pretty cool when you build a website to another client. Placing
Continue readingDisabling Admin Bar can be done in 2 methods: Method #1: Update specific user profile And then uncheck the “Show
Continue readingThe following code example will remove all “?ver=” querystring parameters from static resources such as JS or CSS files, and
Continue readingHow many times did you encounter a “Add to Cart” button or “View Cart” button on your WooCommerce website and
Continue readingDebugging WordPress error can be sometimes a tough mission. For that, we can use that simple code to create error
Continue readingThis snippet is one of the most useful I’ve ever used. It allows you to fully customize the shown columns
Continue readingThe following function will return the visitor’s IP address: Usage:
Continue readingSometimes you need to change your website’s url to a new url, it could be for many reasons but we
Continue reading