Archives for james

How to create custom field for wordpress post, custom post, taxonomy and page

If you want to create custom field for wordrpress post, page, taxonomy and custom post type there are so many ways to do that. In this article i will show you the best and easiest way to do that. Step 1 To add custom field at first we need to.....

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>

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