Author Archives: Sunil Chaudhary - Page 11
How to get lat long from address in WordPress
Sometimes in wordpress we need to get latitude and longitude of a specific location from a address. Actually sometimes it is required to show location map, to get exact position of a particular place or we can use it to…
Map with multiple markers
Here we are discussing about the implementation of a map with the multiple location markers. Also we are going to show a window on click on markers to show summary of content with the markers. It is a simple way…
How to order wordpress post by custom field date
As we know that the sorting of wordpress default posts are according to the published date. Sometimes we create a new post type as per our requirements and those post type are called custom post types in wordpress terminology. So,…
Simple CSS Pop-Up
As we have faced java script conflicts while we are working on a website in which we are using so many java scripts. So, in these types of cases, addition of a new pop-up to fulfill the requirement will take…
How to Get Day from Date
Sometimes we need to show the day of week for a given date. At some places, we want to show the day of the week and we are having the date. I am explaining the process to get the week…
Count down Counter
Here we are discussing the count down counter to a specific date using javascript. This a simple counter and we are discussing here its simplest and easy implementable way. Demo is here : So, to implement above mentioned demo we…