In order to begin using Google Maps in WordPress, there are a number of things we need to do to get our theme setup. In this post, I cover exactly that.
Search: “wp_query” (Page 28 of 30)
We found 146 results for your search.
One of the challenges that comes with working with any new API is learning how to use it. And by that, I mean generally overcoming the learning curve – and I believe that this Some libraries and frameworks have some relatively easy APIs once you grok the basics (and I think WordPress falls into this camp), […]
When it comes to launching the final version of a product be it a theme, plugin, or a web application regardless of it’s built on WordPress or not, source code control can be a life saver. This is why most developers live and die by the source control system that they use. Before going any […]
If you’re getting started in WordPress development, odds are it won’t be long until you bump up against the concept of hooks. That is, points during the WordPress life cycle that allow us to add our own functionality to customize how WordPress behaves. Of course, this is how both themes and plugins are made to do […]
Towards the end of November, I shared a quick tip on how to extract a certain type of data with RegEx. As mentioned in the post, this is all part of the process of working to create a certain type of CSV. And for anyone else who has worked on a similar process, the odds are […]
