Category: Website
-
Add Extra Security Using Cloudflare to WordPress Login Page
This is one of my idea to use Cloudflare Web Application Firewall (WAF) and Cloudflare Turnstile (Captcha) to add some extra security layer to your default wordpress login page by stopping most automated login attempt (or brute force).
-
PremiumPress – Coupon Theme Review
I purchased the VIP Club membership in PremiumPress, so i have access to all of their themes. Initially i was interested with their Auction Theme, which i need for my project. But i saw that their other themes looked good too, so i bought the bundle package. Now i will review their coupon theme. As…
-
Change WooCommerce Items Per Page
To change displayed WooCommerce Items Per Page, add this code to any PHP file (end of “woocommerce.php” / your theme functions.php, etc) // Woo commerce 9 items per page add_filter( ‘loop_shop_per_page’, create_function( ‘$cols’, ‘return 9;’ ), 20 );
-
Quick Adsense Random Align
Quick Adsense is one of useful WordPress Plugin which can be downloaded here http://wordpress.org/extend/plugins/quick-adsense/ It can insert ads to your post content automatically. Here is a hack to make your ads to be aligned randomly left / right AND center / none :
-
AioShared.com Stole My Script, AioShared Scammer
I have a domain appraisal script here http://forums.digitalpoint.com/showthread.php?t=1776537 I sold it to a person (fortunately there was only one buyer), next someone told me that Aioshared.com stole our script and resell it. Plus, they ioncubed it. What a shame that someone scrap other’s script, encode, and resold it as “Website Value Calculator” script. Here is…
-
With or Without WWW
Folks, some of you have might have a website. For example you develop http://www.google.com (OF COURSE this is just an example :)). You might have a question, whether use http://google.com (w/o “www”), or http://www.google.com (w/ “www”). I don’t suggest that “www” is better, vice versa. But i’ll tell it about how to use with only,…