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,…
Author: Bishal Napit
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…
Recover Forgotten Password From Local WordPress Install
As we know, most of the developers/designers build out their WordPress projects within local server and then later on, move to production site. But what if, you forgot the login password for your development site? Is there a way to…
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…
What Is Shortcode In WordPress?
WordPress, let’s you add shortcodes for your site to manage your site properly as you need. It can help you in many means, for eg: you can add the layout for your site as well as display the videos of…
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…
How To Create Meta Box In WordPress
WordPress, as CMS, allows you to create meta box into it, which can help you to represent the design uniquely. It will also help you to maintain the main content of the post/page created to be highlighted uniquely. So, let’s…
Extend Customizer Options To Include Radio Image Option
WordPress allows you to customize the customizer options as required for your site. You can do whatever you like to extend the WordPress Customizer options. However, here we will study about how to extend it to add the radio image…
Creating Sticky Post In WordPress
WordPress allows you to create the sticky post in your site, which will always stick at the top of your blog page. So, if you would like to know more on the sticky post feature in WordPress, then, let’s move…