Skip Navigation

[Resolved] Conditional formatting not working how I would expect

This thread is resolved. Here is a description of the problem and solution.

Problem: I'm trying to test if the post type single name is equal to a specific string, but it's not working as expected:

[wpv-conditional if="( [wpv-post-type show='single'] eq 'Post' )" debug="true"]Test[/wpv-conditional]

Solution: Try wrapping the wpv-post-type shortcode in quotes, then adjusting your nested quotes like this:

[wpv-conditional if="( '[wpv-post-type show="single"]' eq 'Post' )" debug="true"]Test[/wpv-conditional]

Relevant Documentation:
https://toolset.com/documentation/user-guides/conditional-html-output-in-views/
https://toolset.com/documentation/user-guides/views-shortcodes/

This support ticket is created 5 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 2 replies, has 2 voices.

Last updated by matthewL-7 5 years, 4 months ago.

Assisted by: Christian Cox.

Author
Posts
#1166328

Hi,

I am trying to use the following code:

[wpv-conditional if="( [wpv-post-type show='single'] eq 'Post' )" debug="true"]Test[/wpv-conditional]

For some reason this is not working, I added debug in to see why but the debug code looks like it should work as it says Post = Post so the word Test should show up but it doesn't.

Any ideas why? What I am doing wrong?

#1167187

Hi, try wrapping the wpv-post-type shortcode in quotes, then adjusting your nested quotes like this:

[wpv-conditional if="( '[wpv-post-type show="single"]' eq 'Post' )" debug="true"]Test[/wpv-conditional]
#1170711

My issue is resolved now. Thank you!

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.