IT Nursery
Right now I’m doing this (pseudo code) posts = content_type("special_stuff"); $i = 0; $n = 5; $while(have_posts) { if($i == $n) { // print the content } ++$i; }...
  • June 4, 2022
  • 0 Comments
I have an issue with a shortcode I have built. The short code pulls the most recent posts based off of certain parameters. below are the parameters extract( shortcode_atts(...
  • May 23, 2022
  • 0 Comments