Support

Account

Home Forums General Issues Get ACF to show on Wp-Ecommerce Page

Solved

Get ACF to show on Wp-Ecommerce Page

  • I am using ACF with WP-Ecommerce. On the wpsc-products_page I am trying to display a custom text field. The field appears on the page with the text on the backend. But I can’t get it to display using `<?php if( get_field( “longdesc” ) ): ?>
    <?php the_field( “longdesc” ); ?>

    <?php endif;?>`

Viewing 1 post (of 1 total)

The topic ‘Get ACF to show on Wp-Ecommerce Page’ is closed to new replies.