Set the 2 or many excerpt lengths for different custom post type

Set the 2 or many excerpt lengths for different custom post type in wordpress

From wordpress 3.0 version wordpress intruded the custom post type function. Many wordpress theme developers are using custom post type method for showing different sections. Many times we need to change the excerpt text length and showing on main landing … Continue reading

Hide WordPress Dashboard Login Errors

how to Hide Wordpress Dashboard Login Errors

Hiding wordpress dashboard login error is very basic thing for keep away hackers. Whenever you and any hackcer are trying to login using the correct username but with the wrong password, that will give you a message saying “Error: Incorrect … Continue reading

How to add custom text in every wordpress post

How to add custom text in every wordpress post

There is always common content we want put in every post. using following function we can add the custom text in every wordpress post. just open your functions.php file from wordpress theme folder and put the following code in that … Continue reading

WordPress: How to retrieve custom field from normal posts

featured-image-wordpress

Many people use the custom meta fields in wordpress posts. In this article I will show you how to retrieve the custom field from wordpress post. For fetching the custom fields you just need to use the following code. If … Continue reading

use wordpress shortcode in widget

wordpress-short-code

In your shortcode in your wordpress widget section you need to use the only following code. From wordpress 2.5 version shortcode method is included in wordpress. If you need the more information about using the wordpress short code then refer … Continue reading

Use WordPress Update Services for better SEO

Use WordPress Update Services for better SEO

WordPress is having great setting for SEO purpose but many wordpress blogger did not know about that feature. WordPress has feature called update services. This service will ping when your blog is updated with new post or article. This feature … Continue reading

How to use the bloginfo() function in wordpress theme

How to use the bloginfo() function in wordpress theme

For each wordpress theme developer the bloginfo() function is very useful. If you are not used the bloginfo function then use the bloginfo function.   Displays information about your blog, mostly gathered from the information you supply in your User … Continue reading

Free 40+ Professional 3 Column WordPress Themes

Free 40+ Professional 3 Column Wordpress Themes

Many people are somtimes searching for 3 column wordpress themes. I found very professional 3 columns worpdress themes and I made a very nice list of wordpress themes. In this post you can view demo and for download theme you’ve … Continue reading

wordpress pagination style without wordpress plugin

wordpress pagination style without wordpress plugin

When we think wordpress pagination style then first thing came in mind which is. We need to install wp-pagenavi wordpress plugin for pagination styling. There are multiple pagination plugins available for pagination styling but wp-pagenavi is most popular. I always … Continue reading

How to Convert plain text URI to HTML links in wordpress themes

How to Convert plain text URI to HTML links in wordpress themes

When you put some URL and email address you need to manually add the link URL to that text. This action always takes the some time of wordpress blogger. WordPress has facility to add the links to your URL and … Continue reading