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…
Tutorial
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…
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…
Add And Display Featured Image In WordPress
WordPress being as CMS and used by around 27% of whole websites currently available allows you to add the featured image, ie, main image of the post or pages in your site and display it. So, here we will describe about…
Display Date As Set In WordPress Date Format Setting
WordPress has the option of setting the date display type in it. And we can display the current date using the PHP code. And what about displaying the current date setup in WordPress Date Format setting? Is it possible? Well,…
Integrate Bootstrap Responsive Table In WordPress Theme
Bootstrap framework, has many features built within it. One of the feature includes the responsive table. Out of the box, tables are not much responsive. But, if you are using Bootstrap for your WordPress theme development then, you can utilize…