Archive for the ‘Advanced WordPress’ Category

Updated: WordPress $post Object Quick Reference

Looking for a cheatsheet for the contents of WordPress’ $post object? I just updated a reference I posted a while back. Get it here: WordPress $post Object Cheatsheet

Read more

Passing Query String Parameters in WordPress URL

Whenever possible, I prefer to use pretty URLs in WordPress, and the ability to adjust permalink settings in the WordPress admin makes that simple to do. However, what if you want to pass a query string to a page without muddying up the URL with that query string? In this tutorial I’ll show you how to add custom rewrite rules to WordPress to do just that.

Read more

WordPress $post Object Quick Reference

This is a quick reference chart for the Wordpress $post object. The post object holds things like the post title, number of comments, status, date and time of last modification, and numerous other attributes.

Read more