Year: 2018
-
Get Woocommerce Currency Symbol
Hello, welcome to therichpost.com. In this post, I will tell you, How to Get woocommerce currency symbol? 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 wordpress. …
Written by
-
How to Add Featured Image to WordPress RSS Feed?
Hello, welcome to therichpost.com. In this post, How to Add Featured Image to WordPress RSS Feed?WordPress is the best cms. I personally like it very much and my mostly posts are related to wordpress. We will How to Add Featured Image to WordPress RSS Feed with wordpress add filter hook and here is the working code…
Written by
-
How to get related posts of any post type on single post page?
Hello, welcome to therichpost.com. In this post, How to get related posts of any post type on single post page? WordPress is the best cms. I personally like it very much and my mostly posts are related to wordpress. Here is the working code for get related posts of any post type on single post page:…
Written by
-
How to encrypt laravel id in URL?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to encrypt laravel id in URL? Like I always say that laravel is the best Mvc php framework. Sometimes, we need to send id in url but this is not safe, if we will send direct id in url like( user/1,…
Written by
-
Return success message to Laravel view
Hello guys if you are new in Laravel 8 then please check below links for more tutorials: Laravel8 Tutorials Laravel8 Free Templates Guys here is the working code snippet for Return success message to Laravel view: Hello to all, welcome to therichpost.com. In this post, I will tell you, How to Return success message to…
Written by
-
How to solve a timeout error in Laravel?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to solve a timeout error in Laravel? Like I always say that laravel is the best Mvc php framework. Today I am facing timeout error in laravel 5.5 because I am having lots of records around(90000) but I found one solution…
Written by
-
Change weekend days Color Fullcalendar
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to Change weekend days Color Fullcalendar? fullcalendar is the best A JavaScript event calendar. Customizable and open source. In this post, we will change weekend days color(sat, sunday) of fullcalendar: // You just need to add below css code and you…
Written by
-
Disable close the Bootstrap modal window when clicking outside the modal
Hello, welcome to therichpost.com. In this post, I will tell you, Disable close the Bootstrap modal window when clicking outside the modal. Bootstrap is the most popular front-end framework. The popup design, which I will make in this post, we will show dynamic content on jquery click function. With the help of jquery code, we…
Written by
-
How to make Twitter Bootstrap columns all the same height?
Hello, welcome to therichpost.com. In this post, I will tell you, How to make Twitter Bootstrap columns all the same height? Bootstrap is the most popular front-end framework. The popup design, which I will make in this post, we will show dynamic content on jquery click function. Here is the working image: We will make bootstrap…
Written by
-
How to generate unique token in laravel helper avoiding duplication?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to generate unique token in laravel helper avoiding duplication? Like I always say that laravel is the best Mvc php framework. Here is the working code and you can add this into your laravel helper file: function generateToken() { return md5(rand(1,…
Written by