Category: Wp Tricks
Wp Tricks
-
Redirect uppercase to lowercase urls in WordPress
Hello to all, welcome to therichpost.com. In this post, I will tell you how to Redirect uppercase to lowercase urls in WordPress? Post Working: In this post, I am doing, wordpress urls redirect uppercase to lowercase(wordpress case sensitive urls) with the help of jquery. Here is the working code and you can add this into…
Written by
-
WordPress trick to check term id has parent term or child term
Hello to all, welcome to therichpost.com. In this post, I will tell you, WordPress trick to check term id has parent term or child term. Post Working: In this post, on archive page, with my code, I am checking woocommerce category has parent category or child category. Here is the working code and you need…
Written by
-
Woocommerce hook add html to single product thumbnail
Hello to all, welcome to therichpost.com. In this post, I will tell you, Woocommerce hook add html to single product thumbnail. With the help of this code, you will add custom html to product thumbnail image on single product page. Here is the working code and please use this carefully into your theme’s functions.pgp file:…
Written by
-
WordPress send pdf with wp_mail function
Hello to all, welcome to therichpost.com. In this post, I will tell you, WordPress send pdf with wp_mail function. Here is the working code and you can add this code into your main function or any hook: $attachments = array(WP_CONTENT_DIR .’/uploads/2019/08/your-pdf-fine-name.pdf’); $to = ‘user@gmail.com’; $subject = ‘WordPress wp_mail’; $message = “Please check the attached PDF.”;…
Written by
-
Remove Wp Version – for security
Hello to all, welcome to therichpost.com. In this post, I will tell you, how to Remove Wp Version – for security. I came with another Wp Trick. This will help you in many ways like first for security purpose. Here, I am going to share the code and you just need to add this into…
Written by
-
Rewrite wordpress post url working example
Hello to all, welcome to therichpost.com. In this post, I will tell you, how to Rewrite wordpress post url working example. Here I am introducing the new chapter of my blog and that is called Wp Tricks. Now I come to this post, first I will tell you very short story behind this post. last…
Written by
-
Woocommerce related products custom query
Hello to all, welcome to therichpost.com. In this post, I will tell you, Woocommerce related products custom query. If you are new in WordPress then please have a look on my old posts related to WordPress. In this post, I am making custom query to show woocommerce related products like, Woocommerce shows in Single product…
Written by