Year: 2018

  • Add custom message to the woocommerce Order Completed Email

    Hello, welcome to therichpost.com. In this post, I will tell you, Add custom message to the woocommerce Order Completed Email. 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…

    woocommerce
  • How to remove public from laravel url?

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to remove public from laravel url? Like I always say that laravel is the best Mvc php framework.’ Today we will remove public from laravel url and here are the steps: step 1 : copy all file from public and paste…

    Laravel 7.2 routing with route group auth guard check with prefix
  • Laravel Pagination Example

    Hello to all, welcome to therichpost.com. In this post, I will tell you, Laravel Pagination Example. Like I always say that laravel is the best Mvc php framework. laravel has default pagination and Laravel’s paginator is integrated with the query builder. Here is the simple and easy way to create laravel pagination: //Controller code <?php…

    Laravel 7.2 routing with route group auth guard check with prefix
  • Upload file in laravel with ajax jquery

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to Upload file in laravel with ajax jquery? Like I always say that laravel is the best Mvc php framework. Laravel file upload with jquery ajax formdata. Here is this post, we will upload file in laravel with ajax and here…

    Laravel 7.2 routing with route group auth guard check with prefix
  • How to Override WordPress Child Theme styling to Parent theme?

    ,

    Hello, welcome to therichpost.com. In this post, I will tell you, How to Override WordPress Child Theme styling to Parent theme? WordPress is the best cms. 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. Now I am…

    How to add custom meta title and meta description in Wordpress?
  • WordPress hook to Save contact form 7 data into custom db

    Hello, welcome to therichpost.com. In this post, I will tell you, WordPress hook to Save contact form 7 data into custom db. WordPress is the best cms. 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. Now I…

    How to add custom meta title and meta description in Wordpress?
  • Remove required attribute from checkout addresses fields WooCommerce

    Hello, welcome to therichpost.com. In this post, I will tell you, How to Remove required attribute from checkout addresses fields WooCommerce? 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…

    woocommerce
  • Change alert message text for variation in Woocommerce

    Hello, welcome to therichpost.com. In this post, I will tell you, How to Change alert message text for variation in Woocommerce? 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…

    woocommerce
  • Add logo in fullcalendar header

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to Add logo in fullcalendar header? fullcalendar is the best A JavaScript event calendar. Customizable and open source. Today  In this post, I will tell you, how to Add logo in fullcalendar header: $(‘#calendar’).fullCalendar({ header: { left: ”, center: ‘title’, right:…

    fullcalendar
  • How to use laravel Auth::user() id in query?

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to use laravel Auth::user() id in query? Like I always say that laravel is the best Mvc php framework. In this post, I will tell you to use laravel Auth::user() id in query and here are they: $activated_up = User::where(‘id’,Auth::user()->id)->get(); //or…

    Laravel 7.2 routing with route group auth guard check with prefix