Custom fields

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #473
    master2021
    Participant

    I am trying to call a custom field on document controllers-content.php , as follows as example: <?php echo get_post_meta($post->ID, "NOMECUSTOMFIUELD", $single = true); ?> and it won´t show up at all.

    #474
    LenVan Support
    Keymaster

    Hello,

    Please try the following code:

    <?php echo get_post_meta($post->ID, "NOMECUSTOMFIUELD", true); ?>

    Or give us the all code.

    Or, could you create a user “administrator” and send access to the admin panel to the email – lenvanscripts@gmail.com? It would be very good and would help to solve the problem faster – access to FTP.

    Best regards, LenVan

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Custom fields’ is closed to new replies.