Hey all, php rookie here. I’m working with a Job board theme ([https://themeforest.net/item/jobtex-job-board-wordpress-theme/46551352]). It’s great, but I’m trying to mold certain things. I want to display a custom post feed on individual employer pages, that are built using a backend form, and the page is compiled with different PHP files. I want to include a field within that form asking for ‘tag ID’, which will replace the XXXX in this code:
<?php echo do_shortcode(‘[smart_post_show id=”XXXX”]’); ?>
Not sure if helpful, but I have posted a screenshot of the ‘field manager’ within the form that builds these pages. I created that field, that would populate that ‘XXXX’
Hope this makes sense, its driving me nuts trying to figure this out. GREATLY appreciate any help!
[ad_2]