WordPress let’s you add as many images as you need for your site. But, what about you add the image details on those images added in your posts or pages? Is that even possible for your site? Well, WordPress has…
WordPress Dashboard
Disable Comments Automatically After Specific Number Of Days
WordPress, being as CMS, let’s you create blog post in your site, along with the ability for the user comments. But, what if you want to enable the comments for the posts created in your site to be disabled after…
Disable Comments For Future Posts In WordPress
WordPress, being as CMS, let’s you create blog post in your site, along with the ability for the user comments. But, what if you are building the site for information purposes only, in which no comments at all is required.…
How To Disable Comments In WordPress?
WordPress, being as CMS, let’s you create blog post in your site, along with the ability for the user comments. But, what if you are building the site for information purposes only, in which no comments at all is required.…
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,…
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…
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…
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…