• Resolved shahpocalas

    (@shahpocalas)


    Hi I really love this plugins. Can i ask what if i have a Advanced Custom Fields plugins that show to my short description in my product how am i going to display it to ebay . i already try the api that you give me but it’s still not work can give me one example these are the code
    <?php if( get_field(‘model’) ): ?>
    <span class = “col-xs-6 spectitle”>Model #:</span> <span class = “col-xs-6 result”><?php the_field(‘model’); ?></span>
    <?php endif; ?>

    <?php if( get_field(‘gender’) ): ?>
    <span class = “col-xs-6 spectitle”>Gender:</span> <span class = “col-xs-6 result”><?php the_field(‘gender’); ?></span>
    <?php endif; ?>
    i want to display this to my ebay html but i dont know how am i going to do that thanks in advance

    https://wordpress.org/plugins/wp-lister-for-ebay/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Advance Cutom Type’ is closed to new replies.