Add the extra new users details or fields to wordpress without plugin

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 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

How to change the Visual Editor Font Size wordpress without plugin

wordpress-visual-editor-font

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

author-information-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

keyboard shortcuts for wordpress editor for bloggers in wordpress 3.0

keyboard shortcuts for wordpress editor for bloggers in wordpress 3

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