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
Category Archives: wordpress tutorials
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
how to add the google plus button code for wordpress without plugin
Many people asking me how to add the google plugin button in wordpress without plugin. You can easily add the google plus button counter to your site. I added the google button code to digcms.com site. You just need to … Continue reading
Add Feedburner RSS feed email subscription form in wordpress without plugin
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 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
add javascript and css files into wordpress theme
Many developers want to add the javascript and css files into wordpress themes. You just need to add following code into functions.php file. You just need to replace Your theme name and javascript and css file name. Incoming search terms:newsletter … Continue reading
How to include the jquery-ui in wordpress
When you enqueue your script, it enqueues for the whole site including admin panel. If you don’t want the script in the admin panel, you can only include them for the site in frontend. This following code you need to … Continue reading
Send email through wp_mail in html format with wordpress
In wordpress we use the wp_mail function for sending email. Following parameters we use for wp_mail Parameters Simple example: We can use this code for contact form or in functions.php file For html format email from wordpress. we just need … Continue reading
how to integrate the wordpress with php or html
WordPress is very easy to work on. you can very easily integrate the wordpress with php or html site. There may be only a few features of WordPress you want to use when integrating it with your site, or you … Continue reading
Solved for WordPress old and new versions – PHP Fatal error: Allowed memory size of 33554432 bytes exhausted
We got always following ERROR PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 10485761 bytes) in This issue with old and new wordpress versions both. First you need to increase memory limit for your php … Continue reading









