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.
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.
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
Display Author information end of article in wordpress
Many people want to read the author information after the article. This is good for seo also. You can show the author information in single page using following code. just open your single.php file and put following code after 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
Checklist for self hosted wordpress sites
When you creating the website in wordpress that time you need to be very careful and you need think and check about following things. I created the checklist for wordpress sites. About Theme Use the Minimum images You should use … Continue reading
keyboard shortcuts for wordpress editor for bloggers in wordpress 3.0
In wordpress admin panel and with new post option we can use keyboard shortcuts also. Here is list of keyboard shortcuts for wordpress editor for admin panel. wordpress shortcuts are available from wordpress 2.6 version and that is still there. … Continue reading









