For a custom taxonomy I have created. For each new item, the description field is showing. I would like to hide the description textarea ( Since you can see...
  • May 12, 2022
  • 0 Comments
For testing purposes I have edited page.php to have nothing other than: <?php while ( have_posts() ) : the_post(); ?> <h1><?php the_title(); ?></h1> <?php $site_options = get_fields('options'); ?> <?php...
  • May 11, 2022
  • 0 Comments
I use Advanced Custom Fields and have a custompost-type “matches”. This post-type contains two fields “goals-made” and “goals-against”. I want to query wordpress to show only the matches that...
  • May 11, 2022
  • 0 Comments
I have imported a set of posts to a new WordPress install recently. This OLD set of posts had a set of custom fields attached to it (via post_meta...
  • May 9, 2022
  • 0 Comments