wordpress XMLRPC api integration with ruby and rails

wordpress-Ruby_on_Rails

First setup wordpress. Login to wordpress admin and enable the XMLRPC. Go to Settings->writing and enable the XMLRPC checkbox. Now you can fetch the wordpress posts, pages, tags etc.. using XMLRPC. Following script is written in Ruby. If you are … Continue reading

how to easily add google ad through text widget in wordpress

how to easily add google ad through text widget in wordpress

wordpress blogs and google ads is most common thing in blogs. Through google ads you can earn easily money. Many times many people search for how to place the google ads in wordpress sites. Some times they spend so much … Continue reading

Display wordpress Tags In A Dropdown Menu without plugin

Display Categories in a drop down Menu

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.

How to hide the wordpress visual editor and HTML editor

hide-html-visual-editor-wordpress

If you want to hide the wordpress editor from admin panel then you can use the following code in functions.php file. This is achived with very simple css trick. Incoming search terms:wordpress hide visual editor

display your posts words count in wordpress

word-count-wordpress

If you want to display the words count in your post. you should use the following code in functions.php file. If you are not wordpress developer then dont use this code in your theme files.   In single.php file put … Continue reading

Best wordpress tips and techniques of all time

wordpress-techniques

I created the list of best of wordpress tips and techniques which are all time favorite for all wordpress developers. Robots.txt file Put valid Robots.txt file so search engine will crawl your site data. For checking robots.txt file you should … Continue reading