Similar Posts
Five Reasons Why a Responsive Website Design is a Must
If you have ever tried to open a website on a tablet or smart phone that was not optimized for mobile viewing with the frustrating pinch and zooming action with your thumb and index finger, then you have a solid understanding of how important responsive website design is for user access on mobile devices. Responsive web…
wordpress change excerpt length
By default, excerpt length is set to 55 words. To change excerpt length using excerpt_length filter, add the following code to functions.php file in your theme:
Exclude pages from wordpress search
If you want to exclude wordpress pages from the search then you have to add following code in your themes function.php file.
WordPress Detect Browser
Following function is used to detect user’s browser and can be used to apply specific style or scripts for different browsers.
wordpress qtranslate plugin get current selected language
If you are using qtranslate wordpress plugin on your website and want to display content based on selected language. Then qTranslate plugin have one function to return selected language. Using this function you can display content based on selected language inside your theme’s PHP files. qTranslate plugin display different wp_nav_menu() based on selected language If you…
WordPress 3.1 Enable, Disable / Remove admin bar
WordPress 3.1 added new feature “WordPress admin Bar ” which adds admin bar to easily access wordpress backend features when you are logged in on your wordpress blog similar to wordpress.com blog. Disable / Remove admin bar from wp-Admin Each User can manage Enable/Disable admin bar from there profile page. Just login to your wordpress wp-admin…