For anyone who gets irritated with pingbacks to their posts when they link them the code below you can add to a [ Code Snippets ] Plugin to stop these from running on your blog.
function no_self_ping( &$links ) {
$home = get_option( 'home' );
foreach ( $links as $l => $link )
if ( 0 === strpos( $link, $home ) )
unset($links[$l]);
}
add_action( 'pre_ping', 'no_self_ping' );
Scriptless Social Sharing is a simple and easy way to add the main social sharing icons to your blog without causing the hated slow loading.
If you are building an Amazon Affiliate niche website then having a feature rich plugin to partner on that journey is a MUST!
Being able to smooth scroll to the top of your website may seem simple but users love it and it is super simple to make and please the visitors!
You can have a simple bar with a call to action without installing plugins that may make your site insecure, instead build on with code snippets.
This is a core plugin that I run on every site as it increases the ability to keep people on the site as long as possible, you should too!