Skip to content

Here’s How to Retrieve Any Post You Want With WP_Query

featured image

If you’ve built simple themes in the past, chances are the need to retrieve posts on your own didn’t arise. After all, WordPress loads the most recent 10 posts on the main page and the correct posts on archive pages. What about more complex scenarios? What if you would like a sitemap of sorts and you want to list all your posts and pages ordered by date?

(read more)

10 Ways to Change the Way Your WordPress Site Works With Functions

10 ways to change

It’s not often that a WordPress developer doesn’t modify the functions.php file within a theme they’re developing. Why? Because functions.php gives you the power to control functionality specific to the theme. With some simple code inclusions and/or modifications, you can override existing website functionality and execute multiple functions in an efficient manner, instead of using potentially bulky and insecure plugins to achieve the same thing.

(read more)