…er-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} In this part of this series on WP_Query, you'll learn how to use WP_Query to query for posts, pages and custom post types. You can query for specific posts and pages or you can run a query to return posts of one or more post…
…er-box; } body {margin: 0;} In this part of the series on Mastering WP_Query, you'll learn about some of the arguments you can use with the WP_Query class, namely those for status, order, and pagination. Status Parameters Order Parameters The order Parameter The orderby Parameter Ordering by Multiple Fields Pagination…
…er-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} In this part of the series on Mastering WP_Query, you'll learn about some of the arguments you can use with the WP_Query class, namely those for status, order, and pagination. Status Parameters Order Parameters The order Parameter The orderby Parameter Ordering by Multiple Fields Pagination…
…e a WordPress theme framework. Congratulations! The hard work you've put into developing it will pay off in the long run and make your development process smother, more streamlined and more efficient.But you need to do one last thing before you're finished, and that's to document your framework. At the…
…e previous part of this series, I showed you how to register custom taxonomies for your knowledge base and deregister the ones you don't need.The next step is to create the front end, by creating and/or editing any template files we need and adding functions for custom navigation.What You'll NeedTo…
…en you think of a factory, what comes to mind? For me, it's a place where things are created - that is, it's a centralized placed where things are produced. Later, the delivery of said products are done by the factory based on an order.Let's say that you're requesting a…
…ese days, many WordPress themes have a number of widget areas in the footer, meaning you can create a "fat footer" with multiple widget areas side by side. It's something I use on all of my themes.But what if your theme has four widget areas but you only want three…
…e CreatingIn this tutorial, I'll guide you through the installation, configuration and customization of a free, open source Twitter Archive plugin and its accompanying WordPress theme.Why Archive Your Tweets?Google once had a search partnership with Twitter, but after this expired it left the discoverability of your tweet archive a bit…
…en WordPress started out, it was just a blogging platform, but it has continuously evolved into a full content management system, offering its users the ability to create and publish awesome websites and blogs. The plugin database is one of the largest and is continuously growing. The biggest attraction for…
…e been following this series, you now have a theme for a knowledge base with a structure and front end. The final step is to make the knowledge base live. If the requirements of your knowledge base are simple, then you won't need to worry about access, roles or hosting…