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
Tag Archives: wordpress
show only current authors post in wordpress admin panel
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
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
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 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
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
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
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
Display Categories in a drop down Menu
For showing the categories in drop down menu just use the following code. For more information you can use the following code.
Display wordpress Tags In A Dropdown Menu without plugin
If you want to display the tags in drop down menu then use following code in functions.php file. In footer or sidebar file or where you want to display the tags in dropdown use the following code.









