NooTheme Premium WordPress Theme › Forums › JobMonster › Need to change Job Category order on Display
Tagged: Job Category ordering
- This topic has 7 replies, 3 voices, and was last updated 5 years, 4 months ago by Anonymous.
-
AuthorPosts
-
5 years, 5 months ago #1075693
I am not able to change the order of Job Categories on my website.
Can you please help me how to change the oder of the categories?
Site URL: http://rowdyroosterhosting.com/
I need to do custom order on the categories
Thanks,
5 years, 5 months ago #1075711
AnonymousInactiveTopics: 0
Posts: 3295Hi,
Thanks for contacting us.
Currently, Job Category shortcode doesn't have an option to help you change the order of category so please tell us which order do you want to include in this shortcode?
After that, we will check it, then feedback you soon.
Thank you.
NooTheme
5 years, 5 months ago #1075746Hi,
We were looking for some specific order, want to move IT Services at last of the list, and Skilled Craftsman at top of the order. We can achieve this if we have ORDER By UPDATED date ASC/DESC. Please let me know if it is possible or not.
Thanks,
5 years, 5 months ago #1075757
AnonymousInactiveTopics: 0
Posts: 3295Hi,
Thanks for contacting us.
We discussed with our developer about your question. They can help you to reorder the Job Category as the display of job category in the Dashboard. In addition, you absolutely re-order job category in Dashboard by yourself easily. Therefore, our developer will help you with an extra fee.
Please consider it, then feedback us.
Best Regards,
NooTheme
5 years, 5 months ago #1075764Hi,
How can I reorder the job categories myself if I want to do it. Can you please guide me what to change and where because I did not see any setting in admin end about reorder of Job category.
Thanks,
5 years, 5 months ago #1075773
AnonymousInactiveTopics: 0
Posts: 3295Hi again,
Thanks for your feedback.
As we told above, currently we don't support to re-order job categories so if you want to change that you need to edit the source code. In addition, if you know about PHP language, you can edit by yourself easily.Thanks.
NooTheme
5 years, 4 months ago #1077295hello, I would like to re-order job categories, can you tell me which file php I need to change, and which part of the code? thank you
5 years, 4 months ago #1077301
AnonymousInactiveTopics: 0
Posts: 3295Hi,
Thanks for contacting us.
You can change the job category order by going to {root}\jobmonster\wp-content\themes\noo-jobmonster\framework\admin\shortcode\job-category there are 3 styles in this folder so you can choose one to change.
if ( $list_job_category == 'all' or $list_job_category == '' ) {
$categories = get_terms( 'job_category', array(
'orderby' => 'NAME',
'order' => 'ASC',
'hide_empty' => ('true' == $hide_empty) ? false : true,
) );
Please find this Custom Code then change as your desired.
Thanks.
NooTheme
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.