Display salary field in preview & confirm job form?
Hi,
Would it be possible to display the salary field in the (job) prefiew and confirm form?
I tried this but this did not work:
PHP Code:
<?php echo wpautop( wptexturize( $job_salary->name ) ); ?>
Anyone who can help me out?