Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7...
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...
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...
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...
We are planning to build a quite big database to store data for our 5000 yearly subscribers association. We were considering pods cms for our needs since it permits...
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 4...
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 5...
My custom taxonomy “company” has an Advanced Custom Fields field group with fields including a Checkbox, “tags“. (This adds to each “company” term fields including “tags”, which accepts multiple...
I first followed the steps in this tutorial. Added the Image Uploader, tried it out but I realized it’s an older version of the WP Uploader… So I then...
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...