MESS10
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Sorting job listingsAwesome thanks Mike, I seem to have it working correctly
Forum: Plugins
In reply to: [WP Job Manager] Sorting job listingsSorry for being daft here, but is that a post meta value I need to set? I had a look and currently there is no meta value for MENU_ORDER for any listings. I can create one, but will listings then know to be ordered according to that?
Or where do I set the MENU_ORDER value?
Forum: Plugins
In reply to: [WP Job Manager] Sorting job listingsHi Mike,
Thank you but I still can’t seem to get it to work properly.
I changed the code to the following in wp-job-manager-functions.php
$args = wp_parse_args( $args, array( 'search_location' => '', 'search_keywords' => '', 'search_categories' => array(), 'job_types' => array(), 'offset' => 0, 'posts_per_page' => 20, 'orderby' => '_package_id', 'order' => 'DESC', 'featured' => null, 'filled' => null, 'min_salary' => '', 'max_salary' => '', 'comapny_activities' => '', 'comapny_facilities' => '', 'fields' => 'all' ) );
Am I missing something?
Forum: Plugins
In reply to: [WP Job Manager] Sorting job listingsI see each post has a meta value _wcpl_jmfe_product_id that contains the id of the product. But if I go to wp-job-manager-functions.php and change the order by to _wcpl_jmfe_product_id it doesn’t make any difference.
I would greatly appreciate if you can point me in the right direction.
Forum: Plugins
In reply to: [WP Job Manager] Sorting job listingsThanks Mike, we fixed the coordinates issue thank you.
I suppose it would have to be some sort of order by setting, in what way is the package attached to the listing? In other words, what attribute?
Forum: Plugins
In reply to: [WP Job Manager] Map pointer incorrect on job listing previewThanks Mike.
Is there any way that I can edit the preview template? Is that part of your plugin or the jobify theme?