Archive for August, 2012:
-
How to change WordPress logo on login page
If you want to change the WordPress Login screen logo to your own site logo for branding, you can change it easily. Insert below code into theme functions.php.
Continue reading..
-
How to add custom avatar icon in WordPress
To add custom avatar image in wordpress, pest this code into theme functions.php
Continue reading..
-
How to add post attachment image as featured image if no thumbnail is assigned or set a default fallback image in WordPress.
Featured image is assigned with post for various purposes in wordpress. If themes are designed to show mini thumbnail images next to recent posts, related posts, popular posts etc. you must assign featured image from the post editor panel unless […]
Continue reading..
-
How to create custom meta description for each individual posts in wordpress
In respect to search engine optimization, we may need to add unique meta description for each post so that search engines can show the predefined custom excerpt in their search results . We can do it creating a custom meta box for […]
Continue reading..
-
How to create CSS3 drop shadow around div elements
Creating drop shadows on elements is always done with images, but it is possible to create drop shadows on elements using CSS. The css box-shadow property allows designers to easily implement drop shadow effect on box elements. I am going to show […]
Continue reading..
-
WordPress tutorial for beginner
What is WordPress WordPress is a free and open source blogging tool and a dynamic content management system (CMS). It has many features including a plug-in architecture and a template system. WordPress is currently the most popular CMS in use on the Internet. It was first released […]
Continue reading..
-
How to add custom image size for wordpress post thumbnail
The default image sizes of WordPress are “thumbnail” (150px x 150px max ), “medium” (300px x300px max ), “large” (640px x 640px max ) and “full” (the original size of the image you uploaded). These image sizes can be configured […]
Continue reading..
-
How to add your profile picture next to all comments in all blog posts using Gravatar
When you read and comment on blogs, you see there are some default icons (commonly on a gray background a white guy) and some profile pictures are shown next to the commenter’s name. This is called Avatar. Commenter doesn’t need […]
Continue reading..