Custom Field Number 0 different than Null

This topic contains 17 replies, has 4 voices, and was last updated by  ian bran 5 years, 10 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #438440

    ian bran
    Expired Member
    Post count: 122

    Sorry, just wanted to add I took the code for the table template from: https://wpgeodirectory.com/support/topic/customizing-the-profile-tab-of-the-details-page/
    Thank you

    #438444

    Kiran
    Moderator
    Post count: 7069

    In preview geodir_get_post_meta() will not work, so you have to use global $post;
    Ex:

    
    
    <td>
    	<?php global $post; if ( ! empty( $post->geodir_min_asistentes_escuela ) ) { ?>
    	echo $post->geodir_min_asistentes_escuela;
    	<?php } else { ?>
    	No Disponible
    	<?php } ?>
    </td>

    Kiran

    #438819

    ian bran
    Expired Member
    Post count: 122

    Hello Kiran,
    Thank you a ton, this works!!!
    Kind regards

Viewing 3 posts - 16 through 18 (of 18 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket