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
Category Archives: wordpress hacks
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
Show the comments from custom post type in wordpress
Some time we shows the posts and there comments in sidebar. But what to do for show the comments for custom post type. It’s not well documented, but according to the codex, you can pass a ‘post_type’ variable in the … Continue reading
Change uploaded image name to post slug during upload using variables
If you want to rename files during upload and set their names to the post slug the files are beeing attached to, plus some random characters (a simple incremental counter will de just fine) to make the filenames different. In … Continue reading
Solved: qTranslate slug with Widget not working with pages
We just saw the issue with qtranslate slug with widget is not working for 0.5 version. URL is showing but URL is not opening and 404 page is opening. The problem was exactly at the function qTranslateSlug_filter_request inside de file … 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
How to add the custom post type with associated tags and category
Many times we use the custom post type in wordpress. Some times we need to category and tags for custom post type which are only associated. you can use the following code in funcations.php file. Please consult with your developer. … Continue reading









