Griffiths1995
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] 0 results foundHi mike still no closer. And not really in an ideal position to be doing as you asked. Is there by any chance you know where id be able to find the hook for the do_action:
do_action(‘listify_output_results’);Forum: Plugins
In reply to: [WP Job Manager] 0 results foundAny Ideas mate?
Forum: Plugins
In reply to: [WP Job Manager] 0 results foundIt only does it on mobile sometimes mate.
http://tinypic.com/r/2qizp79/8
This is a link to it happening
http://www.ratedhairdressers.com/ is the siteForum: Plugins
In reply to: [WP Job Manager] Featured not stickingI used WP All import pro. Then did some custom SQL in order to make certain listings featured depending on their rating value from another import of comments.
Forum: Plugins
In reply to: [WP Job Manager] Featured not stickingadd_filter( ‘get_job_listings_query_args’, ‘custom_get_job_listings_query_args’ );
function custom_get_job_listings_query_args( $args ) {
$args[‘orderby’]=’menu_order ASC’;
return $args;
}-Stolen from your other post but does the trick. Thanks mate. Also leads me to believe that the function on line 175-180 wasnt working.
Forum: Plugins
In reply to: [WP Job Manager] Featured not stickingNo change again. If i set the featured attribute to true that works. So its clearly registering them as featured.
Forum: Plugins
In reply to: [WP Job Manager] Featured not stickingIt doesn’t mate. My assumption is that it do the
order_featured_job_listing function in WP-job-manager-functions.php.
Any ideas mate?Forum: Plugins
In reply to: [WP Job Manager] Featured not stickingNo caching plug ins installed. Nor have their been any customisations to the queries. Maybe because I imported the data directly. But it seems like I have everything ticked.