• Resolved theuxdes

    (@theuxdes)


    Hi,

    I wish to display a listing of featured jobs, no pagination and no search, where the below is displayed: job title, category, location and Available from: date.

    I set a job type to featured and I called a shortcut [jobpost type=”Featured”] but now I can’t use job type for any other purpose.

    How can I display listing of up to 5 featured jobs, with no pagination, no search with the above information, the correct way? Is it possible?

    I wish to display Available from: date instead of when job was posted, I was thinking to use job type for it, when date would be the type, how can I change the name: type in the back end, the icon and how to disable Posted: time in the front end?

    Or maybe a better approach would be to use job feature if it’s possible to have it on listing?

    Where can I find the full list of shortcuts?

    URL: https://ozlaboursolutions.com/

    Thanks,
    Kashka

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

    (@presstigers)

    Kashka,

    If you want to use Job Type as Featured category of job listing then you need to use the following shortcode with no pagination and search:

    [jobpost type=”Featured” posts=”-1″ search=”false”]

    Also, you can see the list of all available shortcodes in FAQs section of plugin page and on the WP Page/Post as well. http://prntscr.com/exq74p

    For changing date format and job type name, please first understand the SJB code structure and then write custom code for it.

    For a glimpse, we can tell you that please customize the following files:
    simple-job-board/includes/posttypes/class-simple-job-board-post-type-jobpost.php

    simple-job-board/templates/listing/list-view/posted-date.php
    OR
    simple-job-board/templates/listing/grid-view/posted-date.php
    simple-job-board/templates/single-jobpost/job-meta/job-posted-date.php

    Thank you for writing to us. Let us know if you need our further assistance.

    Note: Please use the SJB templating features instead of modifying plugin core files.

    Regards,
    PressTigers

    Plugin Author PressTigers

    (@presstigers)

    Also, your provided link is not accessible to us.

    Thread Starter theuxdes

    (@theuxdes)

    Thanks for your reply!

    Website is not available to public, I could provide the login if there is a safe/private way of doing it?

    I’m trying to avoid editing the code, so I used Job Type to add Job Availability Date, I used posts=”-1″ to remove pagination, but now I don’t seem to have an option to display ONLY recently added jobs, for example 5, can you advise? I know I can achieve it by adding posts=”5″ but then I will get the pagination which I don’t want. What can be done?

    My client just asked for search functionality, can you advise any search plugin which would work ONLY with your job listing and search ONLY jobs and not all the content?

    Do you have a premium support or a way I can pay for your time you’re helping me to sort these things out?

    Thanks,
    Kashka

    Thread Starter theuxdes

    (@theuxdes)

    sorry, couple more questions, can job type be searchable, via text box, like tag for blog posts? can plugin search be used as a widget, just the search with no results, and on search submit display the results on the new listing page?

    Thanks,
    Kashka

    Plugin Author PressTigers

    (@presstigers)

    Kashka,

    Your website link is not required to us for answering your queries.

    You can hide pagination through CSS “display: none;” property. All of your required functionalities can be added by writing a custom code for your Job Board.

    We also provide services for SJB plugin. You can contact us at [email protected]. We will further communicate from support Id.

    Thank you!

    Regards,
    PressTigers

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘featured listing’ is closed to new replies.