Month: August 2019
-
Remove Wp Version – for security
Hello to all, welcome to therichpost.com. In this post, I will tell you, how to Remove Wp Version – for security. I came with another Wp Trick. This will help you in many ways like first for security purpose. Here, I am going to share the code and you just need to add this into…
Written by
-
Rewrite wordpress post url working example
Hello to all, welcome to therichpost.com. In this post, I will tell you, how to Rewrite wordpress post url working example. Here I am introducing the new chapter of my blog and that is called Wp Tricks. Now I come to this post, first I will tell you very short story behind this post. last…
Written by
-
Laravel select2 with json data working example
Hello to all, welcome to therichpost.com. In this post, I will tell you, Laravel select2 with json data working example. Here is the complete working code and you can add this any of your’s laravel blade template file: http://prntscr.com/ouhn27 <!doctype html> <html lang=”{{ str_replace(‘_’, ‘-‘, app()->getLocale()) }}”> <head> <meta charset=”utf-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1″> <title>Laravel</title>…
Written by
-
Woocommerce mini cart add change quantity button
Hello to all, welcome therichpost.com. In this post, I will tell you, how to add Woocommerce mini cart add change quantity buttons? Very soon, I am making video tutorial for this. Woocommerce is the best Ecommerce WordPress Plugin. Woocommerce gives us many features and Mini Cart feature is one of the best. But in Woocommerce Mini…
Written by
-
Fullcalendar with select year and month dropdown
Hello to all, welcome to therichpost.com. In this post, I will tell you, Fullcalendar with select year and month dropdown . Most of the things, I have done with jQuery and I like jQuery the most. Without jQuery, I think, site is incomplete(haha). Also, for good looks, I have used Bootstrap 4. I have shared…
Written by
-
How to use case in Laravel query?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to use case in Laravel query? Laravel is the top PHP MVC framework and today, I am just telling you simple code snippet for Case Statement in Laravel Query. use DB; $employee = “SELECT firstName, CASE WHEN status = 2 THEN…
Written by
-
How to create new user role in WordPress and add capability to that role?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to create new user role in WordPress and add capability to that role? WordPress is the best part for me in developer websites. We will create new user role like “administrator” with wordpress custom functionality. We will create “employee” user role…
Written by