Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor jonryan

    (@jonryan)

    Hi @annebel1959 can you elaborate a bit? Are your jobs not showing up? If not, can you make sure you are approving your jobs.

    Thread Starter annebel1959

    (@annebel1959)

    Everything is showing up fine, no problem.

    I just want the “listing types” to show up in a block as well. Now I can only see the amenities and the categories in a separate block on the frontside.

    Thread Starter annebel1959

    (@annebel1959)

    This is the part of the code where I need to add the job_types
    It’s situated in job-manager/single/content-default.php near line 76

    <div class=”col-md-3 sidebar sidebar-detail-job”>
    <div class=”clearfix”>
    <!– Amenities –>
    <?php get_template_part( ‘job_manager/single/parts/amenities’ ); ?>
    <!– Photos –>
    <?php get_template_part( ‘job_manager/single/parts/photos’ ); ?>
    <!– Nearby –>
    <?php get_template_part( ‘job_manager/single/parts/nearby’ ); ?>
    <!– Kitchen –>
    <?php get_template_part( ‘job_manager/single/parts/types’ ); ?>

    So I added this last one ‘Kitchen’ where I added the template part “types”.

    I also added a field named job_types in listing fields.

    But when I go to the listing page, this block doesn’t show up.

    Thread Starter annebel1959

    (@annebel1959)

    By adding this line of code, the job types now appear in the add listing page.

    output to listing view -> it’s not there.

    I saw in the folder that there is nog .php file for this listing_type output.

    Why isn’t it in the folder while the listing type is in the add listing?

    Thread Starter annebel1959

    (@annebel1959)

    ok, managed to make it viewable on the listing page.

    I had to create a new php page : types

    Next question : how can I add this field (block) on the listings page to have an extra block for filtering? On type in this case.

    Plugin Contributor jonryan

    (@jonryan)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Show listing types on frontend’ is closed to new replies.