-
Secure your wp-admin folder in WordPress
Sometimes you will see that your site has been compromised by hacker. You may have seen that they do it by hacking your wp-admin folder. Your site might be public but you can restrict your wp-admin folder by providing little extra security with a htaccess file. You can limit access to this folder for some…
-
How to Secure your wordpress site from Hackers
Several of my websites are hacked today. All of my sites are hosted in Hostgator VPS server and my sites are hacked by “Prishtina Hackers Group”. Thanks to this group who insisted me to seriously thinking about the security of my sites. My sites are hacked that does not means that those hacker group is…
-
Nice procedure to create a wordpress widget plugin in step by step
-
Rss feed for Custom Post Type – WordPres
-
Switch Blog in WPmu
Some time we need to make some common header,sitebar and footer in wpmu site sub-domain . We can do this easily by make a common template in root site and use those header,sitebar and footer on that sub-domain site . To use root’s header in sub-domain by wordpress default function , we just set the…
-
Read more link tips in Wp
-
Blog on Template Page
-
Get The first Image from Post in WP.

Some time we need to get the 1st image of the post , So we can display it on our own way. For this we can call a function which return the 1st image url . function get_the_first_image() { global $post, $posts; $first_img = ”; ob_start(); ob_end_clean(); $output = preg_match_all(‘//i’, $post->post_content, $matches); $first_img = $matches…
-
.htm pages in wordpress plugin