WordPress security – BulletProof Security vs Better WP Security, which is the best

Wordpress security - BulletProof Security vs Better WP Security, which is the best

BulletProof Security and Better WP Security both wordpress plugins are used for wordpress security purpose. Both have some nice and unique features. There are wordpress hackers and they are looking to hack your wordpress sites. You should protect your wordpress … Continue reading

Change uploaded image name to post slug during upload using variables

Change uploaded image name to post slug during upload using variables

If you want to rename files during upload and set their names to the post slug the files are beeing attached to, plus some random characters (a simple incremental counter will de just fine) to make the filenames different. In … Continue reading

Remove first image from wordpress post

remove first image from wordpress post

In many wordpress old site they used the first image as post or featured image so while showing the single post they not want to show the first image which is uploaded. Using following code you can remove the first … Continue reading

Add Custom Content to End of RSS Post

Add Custom Content to End of RSS Post

RSS (most commonly expanded as Really Simple Syndication) is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format. RSS feed are very important. WordPress has own … Continue reading

Remove the upload buttons for author and other wordpress user

Remove the upload buttons for author and other wordpress user

If you want to restrict the normal author to upload media file your wordpress blog. So you can use the following code in your functions.php file. Following function will remove the upload media button from wordpress dashboard. Following code will … Continue reading

Hide WordPress Dashboard Login Errors

how to Hide Wordpress Dashboard Login Errors

Hiding wordpress dashboard login error is very basic thing for keep away hackers. Whenever you and any hackcer are trying to login using the correct username but with the wrong password, that will give you a message saying “Error: Incorrect … Continue reading

How to set post first image as featured image automatically

featured-image-wordpress

From wordpress 3.0 version wordpress launched the feature called featured image. Many new wordpress themes are compatible with new wordpress version. So using or choosing the image as featured image for post is another manual work we need to do. … Continue reading

How to send smtp email through wordpress without plugin

Many people want to sent the email through smtp from wordpress. WordPress uses the PHPmailer in there CMS. But many wordpress developer dont know how to use the wordpress phpmailer functionality. Using PHPmailer you can send the email using STMP … Continue reading

File upload with add_meta_box or custom_post_type in wordpress

From wordpress 3.0 version wordpress introduced the custom_post_type function. Many people want to attach the file field with add_meta_box function. In this tutorial I will tell you how to upload file with custom meta box and post type. In this … Continue reading

How to use the custom post type in wordpress 3.0

From wordpress 3.0 version release wordpress gives the facility to add a custom post type functionality. With custom post type wordpress is became more powerful and expendable and more advanced. WordPress recognized the need to people and industry and they … Continue reading