10 great free newsletter wordpress plugins for blog

10 great free newsletter wordpress plugins for blog

Newsletter functionality is required in every website. In wordpress we can collect subscribers information by adding the form into our wordpress sites. We collected some free newsletter wordpress plugins which are very useful for wordpress blog sites. MailPress The WordPress … Continue reading

show only current authors post in wordpress admin panel

hide-posts

When you logged in to wordpress panel that time you are able to see the all users post. I got requirement to show only current users post in admin panel. Because is there are lot of users in wordpress then … Continue reading

Add Buttons to WordPress wysiwyg editor

New-button-added-to-wordpress

You can add different buttons to wordpress editor by using following code. For changing the wordpress editor we need to use the quick_tags.js file. But from wordpress 3.1 version we can customize the wordpress editor by using wordpress filter. Adding … Continue reading

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

wordpress and jquery conflicts – How to solve that

jquery-wordpress-conflicts

Jquery is most powerful javascript framework and which is used widely. WordPress is most powerful and famous cms in the world. When you are using the jquery in wordpress that time you need to keep in mind some issues. Many … Continue reading

where to submit free wordpress themes

submit-free-wordpress-themes

When I started developing the wordpress theme I was worried about where to submit the wordpress theme. I already developed many wordpress plugins but that plugins I submitted to wordpress plugin site. After doing googling I found some site where … 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

Add the extra new users details or fields to wordpress without plugin

Add the extra new users details or fields to wordpress without plugin

For adding the extra details use can use following sample code in your functions.php file. You can modify the code as per your requirement. Note: If you are not wordpress developer then you should ask any wordpress developer to do … Continue reading