Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor gVectors Team

    (@gvectors-team)

    Hi VolhaBY,
    Sure we can add this feature in next UPM version. Just let me know what plugin you use for custom field creation?
    Or maybe you use the default WordPress custom field system?

    Thread Starter VolhaBY

    (@volhaby)

    Hi, gVectors Team!
    I use default WordPress custom field. Custom fields content I get with php code (included in single.php)<?php $forma=(get_post_meta($post->ID, '1_forma', true)); if($forma) echo "форма изделия: ", "<em>", $forma, "</em>"; else { } In this example “1_forma” – field name in Wp. $forma is variable that displays the contents of this field on the page post.

    It’s probably hard to do. Because each user calls the variables as he wants

    I was wanting to use this plugin with Advanced Custom Fields plugin. Possible with this type of custom field?

    Plugin Contributor gVectors Team

    (@gvectors-team)

    I’m really sorry but it’s not compatible with Advanced Custom Fields by now.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem with custom fields’ is closed to new replies.