• Thank you for your Plug-In

    I’m using WP 4.9.4

    I did configure:

    The Editor shows up in category:

    I did place the code in my template archive.php

    <?php
    if (function_exists(‘get_all_wp_terms_meta’))
    {
    $arrayMetaList = get_all_wp_terms_meta($category_id);
    }
    print_r($arrayMetaList);
    ?>

    But there is no output with this code

    What php code do I need for the output?

  • The topic ‘php code for custom field does not work’ is closed to new replies.