Sometimes we need to get values through the query string in the URL on the browser address bar. But the question is how to get these query string values in JavaScript or jquery because we need them on the client-side.
Author » Amit Sonkhiya
Display WooCommerce Products in a Table – Guide and Overview
If you’re looking for a way to create product tables in your WooCommerce store then this guide is for you. Here I’m telling you about the best plugin for creating tables for your WooCommerce products from my experience.
How to Install a WordPress Plugin – Free/Premium, Manually/FTP
Setting up plugins and a theme are the next things to do after installing WordPress for your website. Here, I’m explaining 3 different ways to install a WordPress plugin, either it is free or a premium one. You will also learn to install plugins via the WordPress admin as well as manually using FTP.
How to Password Protect Category or Custom Taxonomy in WordPress
Sometimes you want to password protect a category or certain categories in your WordPress website. Or wish only logged-in users with appropriate roles to access protected categories or custom post types category (taxonomy) within a public blog.
10 Best Free Privacy Policy Generator Tools for Websites & Apps Quickly
10 best Privacy Policy generator tools offer free as well as paid services to quickly generate a Privacy Policy and other statements for websites and apps. A Privacy Policy page is mandatory if your website or app collects personally identifiable information from visitors.
6 Best Domain Registrars – Pricing Overview, Pros, and Cons
Finding the best domain registrars among more than a thousand web hosts is quite inconvenient. It has been harder to know which domain registrar is best for your website. However, the trouble is over. We’ve got you covered here with overview of pricing, pros, and cons.
15 Things before Starting a Blog – Know for Success
Are you thinking about starting a blog? Definitely, a blog is one of the effective ways to start earning a splendid income. Blogging is a great hobby too. However, starting a blog is easier but achieving success and monetization isn’t the same.
5 Best Hosting Plans for Beginners and New Website
Either you’re a beginner or launching a new website for business, you need to pick the right hosting plan. Web hosting needs for a new business or beginner website isn’t the same as established websites. The article mentions 5 best hosting providers and plans for beginners at a lower cost.
6 Reasons – HTML5 Required Attribute Validation not Working
HTML5 is rich with plenty of features. The support of the required attribute and built-in browser validation is one such feature. With the HTML5 required attribute, you can perform form input validation without the complicated JavaScript code.
site_url() and base_url() in CodeIgniter, Difference and when to Use
site_url() and base_url(), both are useful functions in CodeIgniter. However, developers get confused about what is the difference between them and when to use site_url() or base_url(). In this article, we’re explaining both and use scenarios.