Because not all plugins play nice, can break your site, or can do all kinds of interesting things with your site if you are not careful, I thought I would share a few WordPress plugin tips with you! Is that okay? So here we go! What to Know Before Adding WordPress Plugins Before you...
In this post, we’ll show you how to integrate LinkedIn with your WordPress website. This will be done with the help of plugins and LinkedIn-based applications. Let’s get started! How to Add LinkedIn to WordPress There are two methods you can use to add LinkedIn to WordPress. The first...
You’re never alone with Schema Pro. Our expert team has your back and is always ready to help you when you need it. A Brainstorm Force Product Schema Pro is built with passion by Brainstorm Force! We are the same people behind popular WordPress products like the Astra Theme, Ultimate ...
Anyone who has created a WordPress plugin understands the need to create configurable fields to modify how the plugin works.There are countless uses for configurable options in a plugin, and nearly as many ways to implement said options. You see, WordPress allows plugin authors to create their ...
Plugins add a new feature to your WordPress website that may or may not be visible. However, when you activate a WordPress plugin, it may install a widget on your behalf—which is where the confusion can begin. Unlike plugins, widgets are always visible, often in the footer or sidebars....
('woocommerce_get_price_html', 'my_price_html, 99, 2); function my_price_html( $price, $product ){ return 'Was:' . str_replace( '', ' Now:', $price ); }. As an alternative, you can use plugins likeCURCYAnd you can check thisresourcefrom WooCommerce to learn more about Multi...
The date displayed in the Aperture Layout will follow the format supplied in your general settings for your WordPress site. To adjust this, go to Settings -> General and select the date format you would like to use. Then Save Changes. ...
Stop bundled plugins & themes WordPress makes it so easy, just add this line to your site’swp-config.php: PHP define('CORE_UPGRADE_SKIP_NEW_BUNDLED',true); Done! Say goodbye to unwanted bundled plugins and themes; they will not return once you delete them. I’ve been using this techni...
Compatibility– Has the plugin been tested with your version of WordPress? Have other users complained of issues? Documentation & Support– It’s tough to be picky about documentation and support for free plugins, but it’s still worth looking at. Pay attention to the number of people using ...
This is still a feature that developers are trying to figure out how to implement natively in the plugins they create. Luckily for WordPress users, a website called TinyPNG has launched a freely available WordPress plugin that will optimize all the images you upload automatically....