Snippet

How to create wordpress live search

Step 1 Install SearchWP Live Ajax Search plugin Step 2 Create a from like this <form action="#" class="header-search-form" role="search" method="get"> <input type="text" class="form-control" placeholder="Enter your keyword..." name="s" id="s" value="" data-swplive="true"> </form>
Snippet

How to format wordpress post date

Changing wordpress post or custom post date format is very easy. If you are using WP_Query and using while loop you can format the date with this
Snippet