display your posts words count in wordpress
http://wordpressapi.com/2011/03/19/display-posts-words-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...
View ArticleHow to hide the wordpress visual editor and HTML editor
http://wordpressapi.com/2011/03/19/hide-wordpress-visual-editor-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...
View ArticleShare buttons in wordpress without wordpress plugin
http://wordpressapi.com/2011/03/19/share-buttons-in-wordpress-without-wordpress-plugin/There are many wordpress plugins available for adding share button in wordpress or any website. I don’t recommend...
View Articlehow to easily add google ad through text widget in wordpress
http://wordpressapi.com/2011/04/15/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...
View Articlehow to inject the html code into wordpress head
Many wp developers asked me same question multiple times. How to push the some HTML code into the wordpress head section. It is quite easy to push or inject the the some HTML code into the head...
View ArticleHow to add the custom background functionality support to wordpress theme
In new wordpress version we can add the background image or color to wordpress websites. Many older wp themes has no support for custom background functionality. You can very easily add the custom...
View ArticleHow to to list the all wordpress roles in selectbox
In your theme code backend or plugin code you can list your wp roles. You need to display wordpress users roles many times in theme configuration and plugins page. For fetching the wp users roles you...
View ArticleAfter WP registration send user to specific page
Many wordpress website users allow user to register on there site. After new user registration if we want to show them specific instructions or registration success page then you can use the following...
View ArticleShow the image attachments count in Post list section
Many people wants to see the number of attachments which are used for posts. In Post list page people wants to see the number of image and other attachments. Using following code you will be able to...
View ArticleHow to count post views without wordpress plugin
There are many wordpress plugin which will give you the post views using custom tables. But here using following code you can track the post views of your wp site. Using external plugin, you can get...
View Article