• Resolved Constantino

    (@thedigitalambassador)


    Hi Yusuf,

    I have uploaded a company logo on compan form page then I used this company logo php code <?php the_company_logo(); ?> to display on job detailed page but it is not displaying it. How do I make it to display? Also how do I display the company industry on job detailed page?

    Do you have any guides or documentation on how to use ACF Advanced custom field acf_form() for this plugin?

Viewing 1 replies (of 1 total)
  • Plugin Author Yusuf Ansari

    (@yousufansa)

    Hi @thedigitalambassador,

    Please add the following code into your child theme’s functions.php and use function “mas_wpjmc_get_the_company_logo” to display company logo on job detailed page :
    https://gist.github.com/yousufansa/818a9691669e746b5f98c96e0e501b3f

    You can display the company industry on job detailed page using the function “mas_wpjmc_get_taxomony_data”. i.e., paste the following PHP code where you need to display company industry :
    <?php echo mas_wpjmc_get_taxomony_data( 'company_category' ); ?>

    Unfortunately, This plugin is not tested against ACF Advanced Custom Fields plugin and no documentation available regarding this.

    Regards

    • This reply was modified 4 years, 1 month ago by Yusuf Ansari.
Viewing 1 replies (of 1 total)
  • The topic ‘Company logo and industry on job detailed page and ACF’ is closed to new replies.