Archive for the ‘Wordpress’ Category:
-
Change “From” name of email in WordPress when it sends notifications to users
This snip of code lets you customize the email “from” that appear on emails sent from WordPress. By default the “From Name” on emails sent from wordpress has a name “WordPress”. To change from name with your blog name, simply […]
Continue reading..
-
Remove unnecessary meta information from your WordPress site
Removing unnecessary meta information enhance security and performance of your wordpress site. Many WordPress themes by default include the version information. It helps hackers to easily target your site. You should not display which version of WordPress that’s running on your […]
Continue reading..
-
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..
-
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..