How To Get More Subscribers To Your Online Content Using MailChimp and Ninja Popups

Besides actually getting traffic to your website, the hardest part for any website owner is probably turning those unique visitors into loyal readers. Why do we want this? Because consistent viewership boosts everything. It boosts shares on social media, page rank, authority and income if you sell personal or affiliate products. The best and easiest […]

Hardening WordPress Security

How to enhance WordPress security Most WordPress users makes a common mistakes like using admin as an username, they don't make updates and many many more. But your WordPress security is a top priority task if you want to make your users visits safe. Getting compromised by hackers is sometimes equal to be banned in […]

How To Display Code In Post Or Pages

Today I'll show you how to fast and easy display code in WordPress post or page. The solution is to change < ? php to &lt ;? it's effective, but what when you want to show a long code? Nothing easier, just go to http://www.elliotswan.com/postable/ and "translate" it. Here's the example <?php get_header(); ?>

How To Make Different Admin And Theme Languages

Hey folks! WP-Snippet.com gave us a great solution, how to manage different language for dashboard and theme in WordPress. But remember to delete language define in wp-config.php first! <?php // setup one language for admin and the other for theme // must be called before load_theme_textdomain() function set_my_locale($locale) { $locale = ( is_admin() ) ? […]