When it comes to treating WordPress as a web application foundation (and I dislike the use of the word framework, because that’s not what it is), one of things that I think that we, as developers, need to do a better job of doing is to introducing features that more conceptually map to the model […]
Search: “wp_query” (Page 29 of 30)
We found 146 results for your search.
During one of my first jobs working in software, I was responsible for working on the functionality that allowed the front-end to talk to the middle-ware asynchronously. That sounds way fancier than it really is, right? Basically, I was doing a lot of Ajax. Of course, at the time, it was really cool stuff because it was […]
Yesterday, I wrote a post about some of my issues and gripes with dynamically typed languages. Though the post itself didn’t generate a lot of conversation in the comments, I ended up having a good chat via Twitter with a number of developers whom I greatly respect. In these particular conversations, I was challenged both […]
I’ve been working on a small application that interfaces with the Flickr API in order to dynamically retrieve a stream of photos from a user’s Flickr feed. Assuming that you have a Flickr API Key, retrieving the user ID based on the username is easy enough.
As far as building projects on or for WordPress is concerned, one of the things that we have to keep in mind is the minimum version of PHP required to run WordPress itself. And at the time of this writing, the minimum required version of 5.2.4. Of course, if you know your project is going to run […]
