Year: 2018

  • Send Forgot Password Email WordPress

    ,

    Hello, welcome to therichpost.com. In this post, I will tell you How to Send Forgot Password Email WordPress? 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. In this post, I have made…

    How to add custom meta title and meta description in Wordpress?
  • Use StdClass Object In PDO

    , ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to Use StdClass Object In PDO? PDO means PHP Data Object. PDO is more secure and it is opps based. In this post, I will use php StdClass in pdo query with creating custom StdClass properties. stdClass is PHP feature. With…

    Php Preg_Match Pattern for Week Days Name
  • Jquery Show Hide Nested Ul Li

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, Jquery Show Hide Nested Ul Li. I personally like jquery very much. Most of my code is full with jquery. When I stuck in php or other language then that stuckness I remove with jquery code. You can do this code for…

    jquery
  • Solved Minicolors mouse drag issue for mobile devices

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to solve Minicolors mouse drag issue for mobile devices? With this code, we can stop the mouse drag event on particular html element. Here is the working code and you need to add this code into you jquery script: $(‘.minicolors-panel’).bind(‘touchmove’, function(e){e.preventDefault()})…

    jquery
  • How to remove index.php from url?

    Hello to all, welcome to therichpost.com. In this post, I will tell you How to remove index.php from url? and you need to add this code into your .htaccess file. Here is the working code and you need to add this .htaccess file: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?/$1 [L]…

  • How to remove .html extension from url?

    Hello to all, welcome to therichpost.com. In this post, I will tell you How to remove .html extension from url? We will remove .html extension from url? and you need to add this code into your .htaccess file. Here is the working code and you need to add this .htaccess file: remove-html-extension-url Options +FollowSymLinks -MultiViews…

  • Woocommerce Hook Hide Product Prices For Non Logged In Users

    Hello, welcome to therichpost.com. In this post, I will tell you Woocommerce Hook Hide Product Prices For Non Logged In Users. 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
  • Woocommerce Bulk Quantity Discount Hook

    ,

    Hello, welcome to therichpost.com. In this post, I will tell you Woocommerce Bulk Quantity Discount Hook. 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. Now…

    woocommerce
  • Bootstrap Template Contact Us

    , ,

    Hello to all, welcome to therichpost.com. In this post, I will show you Bootstrap Template Contact Us with proper code. Bootstrap is a very famous open-source front end library.  I have made this Bootstrap Template Contact Us in wordpress. Here is the working html code and I made this for wordpress template and you can…

    bootstrap
  • Jquery Step Form Working Example With Validations

    , ,

    Hello, welcome to therichpost.com. In this post, I will tell you, How to make Jquery Step Form Working Example With Validations? I personally like jquery very much. Most of my code is full with jquery. When I stuck in php or other language then that stuckness I remove with jquery code. I made this simple…

    jquery