Attaching A Page To Your Archive Page
Checkout this developer plugin to make attaching a page to your archive page a breeze
Read More Attaching A Page To Your Archive PageCheckout this developer plugin to make attaching a page to your archive page a breeze
Read More Attaching A Page To Your Archive PageLearn how easy it is to build a custom WP-CLI command and start automating your development for imports, exports, and everything else!
Read More Building A Custom WP-CLI CommandUse WP-CLI aliases to quickly run commands in your other environment like DB exports, plugin activations, etc.
Read More 5 Tips to Automate Your Post Launch Local DevelopmentSetup AJAX from start to finish the WordPress way
Read More Basic AJAX in WordPressLearn how to setup an entire WordPress install all through the command line with WP-CLI
Read More Setting up WordPress with WP-CLIIn an effort to put more content on this blog, i’ve decided to try and take some simplified quick and dirty versions of code i’ve written or concepts that i’ve re-used in various scenarios. Below is an example function, with commenting, of what a starter function to make a server side request to a JSON api might look like!
Read More Building a WordPress API RequestRegular expressions… and I’m not talking about the ones you normally text with. It is an apt name however, due to it being something I use on a very “regular” basis. My Initial Expression When I first stumbled across regex, my initial expression was one of boredom. Let’s be honest, regex doesn’t exactly boast of…
Read More Regular ExpressionsWordPress Plugins – For most people this is the bread and butter of their site. The theme provides the style, but except for the initial core features of WordPress, everything additional is done through plugins and extensions. The Goal The goal of this series of posts is to document my current practices as well as…
Read More Developing WordPress PluginsAhh, the text editor. One of the most prized developer possessions. And like any machine, you gotta look under the hood to see why no two are the same. We all have “our” theme, “our” packages, “our” snippets, etc. One of the best ways I’ve improved my environment has been primarily by reading what other…
Read More Level Up Your EditorI recently ran into a situation when working with a site on WP Engine post going live. It was a bit of a struggle and I decided to come up with something better. I knew WP Engine had git push options, and had used them before, but that was only one of the pieces I needed for a…
Read More WP Engine: Post Launch Development