You can add different buttons to wordpress editor by using following code. For changing the wordpress editor we need to use the quick_tags.js file. But from wordpress 3.1 version we can customize the wordpress editor by using wordpress filter. Adding … Continue reading
Category Archives: wordpress tutorials
Send email to your Users about new wordpress posts without plugin
For increasing traffic of your wordpress blog or website. It is always good to send email to subscribers about new post. There are many wordpress plugins available for sending email but I given small code for sending email to wordpress … Continue reading
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. Incoming search terms:wordpress hide visual editordisable quicktags in comment editor wordpresswordpress … Continue reading
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
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
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
add tags support in custom post type
In wordpress 2.9 we can create the custom post type. In this tutorial I will show you how to add the category and tags support for custom post type. You just need use the following code in your arguments. Here … Continue reading
enable the comments for custom post type
In wordpress we can create the custom post types. For enabling the comments for custom post type just use the following line. Following line will add the title, thumbnail, excerpt and comments functionality to your custom post type. For more … Continue reading









