• Resolved imaginocharme

    (@imaginocharme)


    Hello Phpbits,

    its possible show/hide a widget with a code like this :

    get_post_meta( $post->ID, ‘something’, true ) == 1

    for exemple:

    I have 3 types of clients, defined as client type 1/2/3 and i wanted to have different widgets for each type, the types are defined in custom fields.

    thanks for your time
    Best Regards

Viewing 1 replies (of 1 total)
  • Hi,

    Thank you so much for the plugin interest. Regarding your concern, you can use the Display Widget Logic feature and change your code to this :

    get_post_meta( get_the_ID(), 'test', true ) == 1

    This feature is already available on this free version but would really appreciate if you get the extended version ?? Thanks!

    Cheers,
    Jeffrey

Viewing 1 replies (of 1 total)
  • The topic ‘Pre-sale Quest’ is closed to new replies.