Year: 2018

  • How make custom logo upload option in WordPress admin dashboard panel?

    ,

    Hello, welcome to therichpost.com. In this post, I will tell you, How make custom logo upload option in WordPress admin dashboard panel? 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?
  • Woocommerce Hook Change the add to cart text on single product pages

    Hello, welcome to therichpost.com. In this post, I will tell you, Woocommerce Hook Change the add to cart text on single product pages. 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…

    woocommerce
  • How to open bootstrap modal popup on dayClick FullCalendar?

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to open bootstrap modal popup on dayClick FullCalendar?. Here is the workin code and you can add this into your html file: <!– Fullcalendar Starts –> <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css”> <script src=”https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js”></script> <script src=”https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js”></script> <script src=”https://momentjs.com/downloads/moment.min.js”></script> <script src=’https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.1.0/fullcalendar.js’></script> <link rel=’stylesheet’ href=”https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.1.0/fullcalendar.min.css” />…

    fullcalendar
  • WordPress login with email only

    ,

    Hello, welcome to therichpost.com. In this post, I will tell you How to WordPress login with email only? 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 going to tell…

    How to add custom meta title and meta description in Wordpress?
  • How to check Email already exists in laravel with ajax?

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to check Email already exists in laravel with ajax? I am doing with laravel first time in my website. Laravel is one of the top php mvc framework. I always share on my blog that what I like and what i…

    Laravel 7.2 routing with route group auth guard check with prefix
  • WOOCOMMERCE: ADD WHOLESALE PRICE IN ADMIN PRODUCT PAGE

    Hello, welcome to therichpost.com. In this post, I will tell you WOOCOMMERCE: ADD WHOLESALE PRICE IN ADMIN PRODUCT 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…

    woocommerce
  • Woocommerce Hook Change Product Price Tags

    Hello, welcome to therichpost.com. In this post, I will tell you Woocommerce Hook Change Product Price Tags. 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.…

    woocommerce
  • WOOCOMMERCE – CART: REDIRECT EMPTY CART TO EMPTY CART PAGE

    ,

    Hello, welcome to therichpost.com. In this post, I will tell you How to WOOCOMMERCE – CART: REDIRECT EMPTY CART TO EMPTY 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…

    woocommerce
  • LocalStorage Javascript with Json data

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, LocalStorage Javascript with Json data .This is code will be very helpful to all and I must say, this code helped my friend. Javascript is the best Language in the world and I really like it very much. We can get localStorage…

    Javascript Array methods cheat sheet part - 1
  • How to use carbon in laravel for date time?

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to use carbon in laravel for date time? I am doing with laravel first time in my website. Laravel is one of the top php mvc framework. Here is the way to use carbon in laravel: In blade template you can…

    Laravel 7.2 routing with route group auth guard check with prefix