I have a meeting post type, whose titles automatically get set to a date of the form m/d/Y. I have the below query which gets all unique years from...
  • May 23, 2022
  • 0 Comments
I’m using the comments_popup_link() function to show the number of comments for each post in a loop. <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php if (...
  • May 23, 2022
  • 0 Comments
I am trying to build up a custom archive page. However, I would like this archive page to skip the first 5 posts. I’ve been able to accomplish this...
  • May 22, 2022
  • 0 Comments
Have been trying to figure out the issue with this for the past hour, but hitting a wall. Basically I’m just trying to query my custom post type based...
  • May 21, 2022
  • 0 Comments