SEO Wordpress Code 2014 JackSparrow 6:03 AM Add Comment Edit I use simple code to make my sites SEO Friendly without plugin. Simply just paste below codes as i collected Read More
Prevent Duplicate Content using "canonical" JackSparrow 5:59 AM Add Comment Edit Just paste this code on header.php between <head>..</head> <link rel="canonical" href="<?php the_permalink... Read More
Dynamic Itemprop For Wordpress SEO JackSparrow 5:55 AM Add Comment Edit Just Paste this code on your header.php <meta itemprop="name" content="<?php esc_attr( the_title() ); ?>"> ... Read More
Remove blog description/name on title on single post JackSparrow 5:04 AM Add Comment Edit Just paste this code on header.php <title><?php if( is_home() || is_front_page() ) bloginfo('name'); else wp_title(); ?... Read More
WP Crash after Install New Child theme JackSparrow 3:53 AM Add Comment Edit If this happen to you, when you just set up new child theme or just trying, wp theme crash, and wp system also . Trying to upload fresh wp s... Read More
Dynamic Keyword using Tag Without Plugin JackSparrow 4:18 AM Add Comment Edit Dynamic keyword is useful to prevent duplicate content on your web page. We can create dynamic content from tag or category. First, remove... Read More
Forget Wp Security Plugin, Back To Protect Manually JackSparrow 2:01 AM Add Comment Edit After last attack on previous article , someone coming from ip 146.185.253.118 and login succesfully, and change wp password. After that, my... Read More
WP Security Plugin Problem: 347 times login attempts JackSparrow 12:45 AM Add Comment Edit I have already set WP Security Plugin to prevent brute force by limiting login attempt max only 1 failed login. BUT, today i found that logi... Read More