I’m using the Classified Theme, and I try to hide a custom field when I use the shortcode [FIELDS] from a PHP file.
I found on the forum that I’m suppose to achieve that by doing this:
do_shortcode('[FIELDS hide="custom-1"]');
But no success, I also tried
do_shortcode('[FIELDS show="default" hide="custom-1"]');
549
Views
0
Replies
Copyright © 2010-2026 PremiumPress Limited.
I’m using the Classified Theme, and I try to hide a custom field when I use the shortcode [FIELDS] from a PHP file.
I found on the forum that I’m suppose to achieve that by doing this:
do_shortcode('[FIELDS hide="custom-1"]');But no success, I also tried
do_shortcode('[FIELDS show="default" hide="custom-1"]');