IT Nursery
PHP 7 introduces return type declarations. Which means I can now indicate the return value is a certain class, interface, array, callable or one of the newly hintable scalar...
  • June 3, 2022
  • 0 Comments
IT Nursery
Inside of my loop in single.php, I used a custom query using get_posts to return posts belonging to a certain category. <?php global $post; $paged = get_query_var( 'paged' )...
  • June 3, 2022
  • 0 Comments