Share buttons in wordpress without wordpress plugin

share-buttons-without-wordpress-plugin

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

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

Best wordpress tips and techniques of all time

wordpress-techniques

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

create-links-template-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