Software Engineering in Web Development, Backend Services, and More

Search: “wp_query” (Page 10 of 29)

We found 145 results for your search.

Adding Tabbed Navigation in WordPress for Custom Menus

[…] I’ve used multiple times requires two things: A function for retrieving the post IDs for the post types contained in a custom menu An instance of ` WP_Query` At that point, all you need is the name of the menu for which you want to retrieve the post IDs. Adding Tabbed Navigation in WordPress […]

Using Direct Database Queries to Quickly Update Data, Part 1

[…] So this is yet another post that’s going to be an illustration of how to use $wpdb to quickly update information based on metadata (without using something like WP_Query or WP_Meta_Query to handle it). Database Queries to Quickly Update Data, Part 1 I’m going to be breaking this out into two parts because the initial […]

WordPress Templates for Beginners: HTML Calling PHP

[…] content management systems work. The problem comes whenever we’re working with templates that contain code making more complex calls to various APIs. Though I demonstrated this using WP_Query (and will continue to do so), it’s not just that query. Anyway, though, what are we supposed to do with this? WordPress Templates: When HTML Calls […]

« Older posts Newer posts »

© 2026 Tom McFarlin

Theme by Anders NorenUp ↑