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…
WordPress
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 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…
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 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…
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…