WordPress, as CMS, let’s you create header image support for your builtin WordPress project. However, since WordPress is constantly evolving, it will introduce new feature within it as well as the bug fixes too in each of the update. One…
WordPress Development
Register Multiple Default Header Image In WordPress
WordPress, as CMS, let’s you register default header image for your built in WordPress themes. However, will it also allow you to add multiple default header image support for your built in WordPress project too? Well it does and here…
How To Add Default Header Image In WordPress?
WordPress, let’s you create theme support for header image, from which you can better brand out your site. Also, what if you are creating the WordPress theme to be used in your clients site and you want to provide default…
How To Implement Yoast SEO Breadcrumb In Your Theme?
Yoast SEO or WordPress SEO, provides you with many features built within it to enhance the SEO of your site. For eg: it helps you to add open graph tags within your site, manages meta tags for your site too.…
Change Thumbnail Image Gallery Size In WordPress
WordPress, as CMS, let’s you create gallery in it. It also allows you to choose the sizes to display the gallery image sizes within it. But, what if you do not want to use the Thumbnail size provided via WordPress…
How To Change Login Logo URL In WordPress?
WordPress, being as CMS, creates you with the login page by default to login to your site, in order to manage out your site as you need. However, it will by default, add its own logo with its own url,…
How To Change Login Logo In WordPress?
WordPress, being as CMS, creates you with the login page by default to login to your site in order to manage out your site. However, it will by default, add its own logo in the login form when you view…
How To Create Shortcode With Attributes In WordPress?
WordPress, since version 2.5, allows you to create shortcode for your built in themes and plugins. We also already had the surface look about what is shortcode in WordPress as well as how to create simple shortcode for your theme/plugin…
How To Create Shortcode In WordPress?
As we have already learned about what is shortcode in WordPress, now, we will learn about how to create shortcode in WordPress to be used in your site. For that, you can use the function: add_shortcode, which we will be…
How To Filter WordPress Content
WordPress as CMS, allows you to add the custom content within the WordPress post created within your site. You can add that above or below the post as required. Hence, here we will study the same, ie, how to filter…