Best of Resources for wordpress theme development

Best of Resources for wordpress theme-development

Many new designers and developers are searching for resources for wordpress theme development. Where to start and how to start the wordpress development. Many people dont want to use the free themes and they want to develop there own theme. … Continue reading

install and update the wordpress plugins without providing ftp access

install and update the wordpress plugins without providing ftp access

I did so much R&D about installing and updating the wordpress plugin without using ftp access. I got very nice trick to solve this issue. First you need to add the following code in your wp-config.php file. But this is … Continue reading

Add Feedburner RSS feed email subscription form in wordpress without plugin

wordpress-rss-feed-subscription

Many blogger and people want to add the feedburner RSS feed email subscription form in there website. In this post I created very simple tutorial for this. What is RSS? The easiest way to receive latest posts from your favorite … Continue reading

How to implement the Jquery UI datepicker in wordpress

How to implement the Jquery UI datepicker in wordpress

How can use the Jquery UI in your wordpress theme and plugin using following code. For adding the datepicker in theme you need to just add the following code in functions.php file or plugin. For showing the datepicker control in … Continue reading