Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author PressTigers

    (@presstigers)

    Hello silencen,

    Yes, it is possible to output custom fields in job listing view.

    Please write the following code where you want to output custom fields:
    For example, if you are creating “qualification” field then write “jobfeature” prefix with field name “jobfeature_qualification”.

    global $post;
    echo get_post_meta( $post->ID, 'jobfeature_qualification', TRUE );

    Thank you for using SJB. Let us know if we can help you further.

    Thanks & Regards,
    PressTigers

    Hello,
    I am using your plugin, and the problem is

    “When I add any job category it takes default order of category name (A-Z), Like, Category name “Apple” “Ball” “Cat”. But Don’t want this (a-z) shorting. I want that my category will be displayed by date. Such as the new Job category will be shown at the top of the category list, and the old will be shown below one by one, What should I do with this…

    Thank You

    @humayun72562: This is not your topic. If you require assistance then, as per the Forum Welcome, please post your own topic.

    Hi, I’m fairly new to SJB and not really sure how to get around. When you say “add the following code where you want the output code…:
    global $post;
    echo get_post_meta( $post->ID, ‘jobfeature_qualification’, TRUE );”

    Where exactly do you mean to add it? In the plugin editor? If so which .php file? I tried to use your ‘Job Features” in settings but none of those fields are subsequently available to see when creating a new or editing an old job and also I cannot see how I would make a custom field mandatory such as Job Ref.

    Many thanks

    Plugin Author PressTigers

    (@presstigers)

    Hello

    All fields which have added through ‘Job Features’ will be available on job’s detail page not on job’s listing.

    And if you want to add custom field’s code. For that, go to the following templates and add your code in both of them.

    simple-job-board/templates/content-job-listing-grid-view.php
    simple-job-board/templates/content-job-listing-list-view.php

    Thanks & Regards,
    PressTigers

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘custom fields in the job listing’ is closed to new replies.