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
Tag Archives: wp api
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 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.
How to hide the wordpress visual editor and HTML editor
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
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
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






