Some people want to show selected posts to only registered users in site. You can easily achieve this. You just need to create public and private category and publish your selected posts in private category. Use the following code in index.php … Continue reading
Tag Archives: wordpress
Limit excerpt length by characters in wordpress
I already written about this in following article. But some people need the more advanced excerpt. http://wordpressapi.com/2010/08/11/set-wordpress-post-excerpt-length-limited-characters/ First open your functions.php file and put following code in that file. Use this function if you’re planning on using it more than … Continue reading
How to create the breadcrumbs in wordpress
In many sits we need to show the breadcrumbs in site. For pages and category we can create the breadcrumbs. We need to put following code in functions.php file. After that put following code in header.php file. After putting above … Continue reading
WordPressapi launched new plugin called Selective Tags
We are very happy to launch the new wordpress plugin called Selective Tags. Some time people want to show the only selective tags from all site. Through this widget you can select the post tags which you want to show … Continue reading
wordpress theme wysiwyg editor default css
Many wordpress developers are creating wordpress theme. But many times when you are writing through editor and applying the formatting. Formatting is not exactly coming in theme. Some time image alignment and photo caption is not coming properly. When you … Continue reading
wordpress 3.3 version is now ready for testing
WordPress 3.3 is ready for testers. Following changes has been fixed in wordpress 3.3 version. Updated the Blue theme Fixed IE7 and RTL support Improved flyout menu styling and fixed several glitches Finished the Pointers implementation Landed the dashboard Welcome … Continue reading
Remove first image from wordpress post
In many wordpress old site they used the first image as post or featured image so while showing the single post they not want to show the first image which is uploaded. Using following code you can remove the first … Continue reading
Add the Comment Preview to Comment box without WordPress Plugin
Many times comments preview will be useful for visitors to see how comments will be looking. Using google Jquery or wordpress jquery you can add the comment preview to your wordpress blog. In this tutorial I am using the wordpress … Continue reading
WordPress 3.2.1 has been Released with server incompatibility related issues
wordpress 3.0 got huge success and after that wordpress 3.2 is downloaded millions of times. This release came after some problem on many hosting company on JavaScript Modul JSon. As well as a few other fixes in the new dashboard … Continue reading
increase the file upload limit in wordpress
Many times people want to upload big size media files into wordpress blog for download. Some people asked me about uploading the PDF files and video files into wordpress blog. You can easily upload big size media file to wordpress. … Continue reading









