Tell us what you are trying to do?I'm trying to set a condition to show a template.
I choose te custom types that have to show this template, but when I try to set condition in advance mode I get some problem:
this is what I'm talking about : [types field='gr-select'][/types] ( ( '' eq '' ) ).
I'm trying to write in this way: ((' [types field='gr-select'][/types] ' eq ' alfa')) but it' doesn't work
tried ( ( 'wpcf-field-gr-select' eq ' alfa' ) ) but when I accept in backend there isn't any notice near the template info about custom condition and It doesn't work.
After I accet in advanced mode, near post type I set, there is setted to undefinited.
Is it a bug?
I need to show a content template when I custom field of particular post type is "alfa " or "beta"
there is a way to know a shortcode of determinate custom field?
What is the link to your site? offline
Thank you in advance
Regards
Hi,
Thank you for contacting us and I'd be happy to assist.
If you're using the advanced conditional editor, your required condition should look like this:
( ( 'wpcf-gr-select' eq 'alfa' ) OR ( 'wpcf-gr-select' eq 'alfa' ) )
I hope this helps and please let me know if you need any further assistance around this.
regards,
Waqar