Hello friends, welcome to my another blog post, how to override product search box widget WooCommerce. If you are working with WooCommerce and want to customize WooCommerce default product search form into your own style then you are an incorrect place. Today I will show you how to override product search box widget WooCommerce step by steps. Read more
Month: August 2015
How to create Paypal pro sandbox account
Hello friends, welcome to my another post how to create PayPal pro sandbox account. Few months ago I created a PHP script how to integrate PayPal pro in php. Many people asked me, how they create PayPal pro sandbox account and test the script or they got some error like security header is not valid or this transaction cannot be processed due to an invalid merchant configuration etc. All error occurs because of PayPal pro account. If you set up your Paypal pro account correctly, you will never get this types of error. So please follow the below instructions to create Paypal pro sandbox account. Read more
How to show most recent post from each Category WordPress
Hello friends, welcome to my another blog post how to show most recent post from each Category WordPress. If you want to create a custom page where you want to show most recent post from individual category then you must use below code. This code will help to achieve your solution.
At first I fetch all categories using get_categories() function. Then loop through each category and show recent 10 posts from each category. Read more
How to add extra class to last post WordPress
Hello friends, welcome to my another blog post how to add extra class to last post WordPress. Few days earlier I was woking with news magazine website in WordPress. Here I got the problem, I have to add an extra class into my last blog post. So I found the solution in google. But did not get proper solution for first 1 hour. Then I suddenly got some solutions from a different blog site. So I want to share the exact solutions with you. You can use this solution to add an extra class, add some div or any other work you want to do on your last post. So Below are the solutions: Read more