Author: therichpost

  • Top Seven WordPress Development Rules for quality work

    Hello, welcome to therichpost.com. In this post, I will tell you Top Seven WordPress Development Rules for quality work. WordPress is the best cms. In this post, I am going to share my personal tips for WordPress development. Here are the Top Seven WordPress Development Rules for quality work: 1. Always use child theme for…

    How to add custom meta title and meta description in Wordpress?
  • Hiding Select2 Optgroup with no child options

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to Hiding Select2 Optgroup with no child options ? 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. Select2 js…

    jquery
  • 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