There are many wordpress plugins available for adding share button in wordpress or any website. I don’t recommend you to use the wordpress plugin for adding the share buttons like, facebook, twitter, linkedin, stumbleupon, delicious and Google buzz. Because when … Continue reading
Category Archives: wordpress api
Add the extra new users details or fields to wordpress without plugin
For adding the extra details use can use following sample code in your functions.php file. You can modify the code as per your requirement. Note: If you are not wordpress developer then you should ask any wordpress developer to do … 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.
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
How to change the Visual Editor Font Size wordpress without plugin
You need to open your functions.php file and put following code in that file.using following code you can change the font size of editor. Note: If you are not having knowledge of wordpress code and php then dont use the … Continue reading
Useful mysql queries for wordpress website migration
When you want to change your domain name for wordpress site. You need to first take backup of your file system and mysql database. Make sure that backup is completely taken. Verify with any wordpress developer. Then only you start … Continue reading
remove category word from wordpress
If you want to remove the /category/ word from your URL you need to use the following code. If you are not wordpress developer and you are not having knowledge of apache server then dont use this code. first take … 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
How to create links template page in wordpress
Links template page concept is new in wordpress theme. From wordpress 3 version wordpress introduced the links.php template file in wordpress themes. Adding the links page to your wordpress site or blog is very good for seo.Links page is same … Continue reading









