IT Nursery
I have a custom interface that uses 30+ ajax files while running… some files are only used in category.php while othere’s are only used in page.php… i include the...
  • May 27, 2022
  • 0 Comments
I’m using some plugins like beer list from Rescuethemes, and an event list, that use a shortcode to display a list of items. I put the shortcode into a...
  • May 23, 2022
  • 0 Comments
Problem: I am using custom avatars for registered users and my own locally-hosted image as the default gravatar. I want to stop WordPress making HTTP requests to check for...
  • May 23, 2022
  • 0 Comments
I am looking for a way to do some conditional logic on terms associated with a post. Essentially I created my own custom taxonomy for “age groups” and have...
  • May 20, 2022
  • 0 Comments
I’m trying to display different content depending on the taxonomy that was been selected. For example I have a taxonomy named Type. Inside that taxonomy I have several different...
  • May 19, 2022
  • 0 Comments
I need to show some info only to admins visiting a page, so I need a conditional tag to identify them. So far I have found: <?php if (...
  • May 19, 2022
  • 0 Comments