Year: 2018
-
How to Remove Woocommerce cart quantity selector from cart page?
Hello, welcome to therichpost.com. In this post, I will tell you , How to Remove Woocommerce cart quantity selector from cart page? WordPress is the best cms and Woocommerce is the best Ecommerce plugin. WordPress hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the files and this is…
Written by
-
React js Onclick Event Handler Example
Hello, welcome to therichpost.com. In this post, I will tell you, React js Onclick Event Handler Example. Reactjs is a Javascript Library to build user interface. Today, In this post, I will tell you reactjs onclick event handler working and I will the li value with reactjs onclick event and this is very interesting. react…
Written by
-
Reactjs dynamically added class to html elements
Hello, welcome to therichpost.com. In this post, I will tell you, Reactjs dynamically added class to html elements. Reactjs is a Javascript Library to build user interface In this post, I am adding className property to li based on object value and this is very interesting and I am doing it first time. I will…
Written by
-
Best way to reset form in Bootstrap Popup modal after modal close
Hello, welcome to therichpost.com. In this post, I will tell you, Best way to reset form in Bootstrap Popup modal after modal close. Bootstrap is the most popular front-end framework. I was facing one problem that, how to reset form in Bootstrap Popup modal after modal close? and I tried all the ways but I…
Written by
-
How to Exclude categories from RSS feed WordPress?
Welcome to therichpost.com. In this post, I will tell you, How to Exclude categories from RSS feed WordPress? Like I always say WordPress is the best cms. Here is the working code for Exclude categories from RSS feed WordPress and you need to add this into your theme’s functions.php file: function exclude_cat_wps($query) { if ($query->is_feed)…
Written by
-
How to Disable WooCommerce shop page?
Hello, welcome to therichpost.com. In this post, I will tell you , How to Disable WooCommerce shop page? WordPress is the best cms and Woocommerce is the best Ecommerce plugin. WordPress hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the files and this is the best thing about…
Written by
-
How to render an array of objects in React?
Hello, welcome to therichpost.com. In this post, I will tell you, How to render an array of objects in React?Reactjs is a Javascript Library to build user interface. Now I am also learning Reactjs these day because of my passion to learn new things. In this post, we will render an array data. We will…
Written by
-
How to Change the author slug WordPress?
Welcome to therichpost.com. In this post, I will tell you, How to Change the author slug WordPress? Like I always say WordPress is the best cms. Here is the working code for Change the author slug WordPress and you need to add this into your theme’s functions.php file: add_action(‘init’, ‘cng_author_base’); function cng_author_base() { global $wp_rewrite; $author_slug…
Written by
-
How to Require minimum comment length for post in wordpress?
Welcome to therichpost.com. In this post, I will tell you, How to Require minimum comment length for post in wordpress? Like I always say WordPress is the best cms. Here is the working and tested wordpress hook for Require minimum comment length for post in wordpress and you need to add this into your theme’s…
Written by
-
How to merge two components in reactjs?
Hello, welcome to therichpost.com. In this post, I will tell you, How to merge two components in reactjs? Reactjs is a Javascript Library to build user interface. Now I am also learning Reactjs these day because of my passion to learn new things. In this post, we will merge two components and render combine output.…
Written by