Viewing 1 replies (of 1 total)
  • Hi,

    Finally I have a solution.Please add PHP code widget plugins, it will help you to put php code in it. Next in the post page add this:

    <?php
    $display= simple_fields_value(‘display’); // slug of ‘display’
    $brand= simple_fields_value(‘brand’); // slug of ‘brand’
    $color= simple_fields_value(‘color’); // slug of ‘color’
    ?>
    <div>
    <span>Display : </span><?php echo $display;?>
    <span>Brand : </span><?php echo $brand;?>
    <span>Color : </span><?php echo $color;?>
    </div>

Viewing 1 replies (of 1 total)

The topic ‘How to display fields’ is closed to new replies.