Send email to your Users about new wordpress posts without plugin

send-email-to-wordpress-users

For increasing traffic of your wordpress blog or website. It is always good to send email to subscribers about new post. There are many wordpress plugins available for sending email but I given small code for sending email to wordpress … Continue reading

Share buttons in wordpress without wordpress plugin

share-buttons-without-wordpress-plugin

There are many wordpress plugins available for adding share button in wordpress or any website. I don’t recommend you to use the wordpress plugin for adding the share buttons like, facebook, twitter, linkedin, stumbleupon, delicious and Google buzz. Because when … Continue reading

Prevent the HTML content in wordpress comments

Prevent the HTML content in wordpress comments

If you are wordpress developer then only use following code. Open your functions.php file from your theme and put following code in that file. Just copy and paste the following code on your functions.php file:

Add a search from in your navigation menu of wordpress theme

search-wordpress

If you are wordpress developer then only use following code. Open your functions.php file from your theme and put following code in that file. Using following code in you can add the search form in your menu bar.

Set the style for default search widget

wordpress_com_text_widget

Many people having issue when creating the wordpres theme and show search widget in theme. In this tutorial I will show you how to show default search widget with our custom styling. you can override the default wordpress search widget. … Continue reading

jquery tips for wordpress theme developers

add-jquery-wordpress

All web developers know about jquery. May be all of us know or heard about jquery. Jquery is javascript open source library. WordPress itself uses the jquery library for long time but many developers does not know about that. Because … Continue reading

Disable WordPress Post Revision in wordpress admin

wordpress-short-code

For improving the WordPress website or blog performance you need use following method. WordPress saves the post revisions after every 2 min. That takes so much mysql storage. To save MySQL storage, some WordPress user will be happy using this … Continue reading

Modify the wordpress Custom excerpt length

wordpress-excerpt

In wordpress api we having the the_excerpt method for showing the short description from wordpress post. On WordPress 2.9 there are new featured that we can added on the_excerpt(), one of them is change the excerpt length. For changing the … Continue reading

Show author information on each wordpress post

blogger-boy

Showing the information about the author is really good habit in wordpress post. So reader will know information writer who is writing the article. Many people like this information and they really read the information about author. For showing the … Continue reading

Prevent external requests for your WordPress blog

prevent-request

When you run the wordpress blog there must be many external links would be created by others. which are not good for your blog. Some sites may be only using your wordpress images by your images links. For prevent the … Continue reading