PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

How to add an extra links into sitemap using Yoast SEO plugin

Open your site current wp theme (child) file functions.php and add there next code:

In array $links set your links you want to add into site sitemap. If you are developer you can add your own logic for generating links. Also read about WooCommerce Products filter module ‘SEO URL request’

How to optimize wordpress site loading time

Here is some instructions and code you can use for site speed optimizing which you can test here https://developers.google.com/speed/pagespeed/insights/?hl=en Install plugin Autoptimize and set next options: Install plugin WP Super Cache Install plugin Compress JPEG & PNG images Set your options here ‘/wp-admin/options-general.php?page=tinify’ Install plugin Disable Embeds Install plugin Disable Emojis (GDPR friendly) Add next […]

HTTP Error 500 Internal server error

Internal server errors (errors 5xx) are often caused by plugin or theme function conflicts, so if you have access to your admin panel, try deactivating all plugins, to define source of the troubles. If you do not have access to your site wp admin panel, try manually reset the plugins (no Dashboard access required): by […]

How to test WordPress plugins to get script conflicts

Use next algorithm to define what exactly does not work on your WordPress site after any changes with core, theme or/and plugins: create site duplicate using plugin https://wordpress.org/plugins/duplicator/ create test subdomain on your site using hosting panel install duplicate bundle on your test subdomain on the test sub-domain deactivate all plugins except one main plugin […]

How to remove fields on woocommerce shop checkout page

To remove fields on woocommerce shop checkout page use hook: woocommerce_checkout_fields As an example drop next code in your site current wordpress theme file functions.php:

See fields keys you can disable: Billing Fields billing_first_name billing_last_name billing_company billing_country billing_address_1 billing_address_2 billing_city billing_state billing_postcode billing_phone billing_email Shipping Fields shipping_first_name shipping_last_name shipping_company shipping_country shipping_address_1 shipping_address_2 shipping_city shipping_state […]

Envato birthday 30% OFF

From 13-08-2019 to 20-08-2019 discounts for Envato birthday (GMT+1): WOOF – WooCommerce Products Filter – 30%, just for 23 USD (34$) WOOCS – WooCommerce Currency Switcher – 30%, just for 21 USD (30$) WOOBE – WooCommerce Bulk Editor Professional – 30%, just for 21 USD (30$) MDTF – WordPress Meta Data & Taxonomies Filter – 30%, just for 21 USD (30$) WPCS – WordPress Currency Switcher – 30%, just […]

Black Friday AND Cyber Monday 2018

2018 year discounts for Black Friday 23-11-2018 10:00 and Cyber Monday 27-11-2018 10:00 (GMT+1): (CLOSED) WOOF – WooCommerce Products Filter – 50%, just for 17 USD (34$) WOOCS – WooCommerce Currency Switcher – 50%, just for 15 USD (31$) WOOBE – WooCommerce Bulk Editor Professional – 50%, just for 12 USD (23$) MDTF – WordPress Meta Data & […]

How to reset page cache in the browser

press CTRL+R CTRL+F5 Ctrl+Shift+R Apple + R or command + R (apple) in Chrome browser the best way is: Open the developer tools: Ctrl + Shift + I Now, leaving the panel open, left click on the “Update” button (next to the address line) and do not release the button. After a few seconds, you […]