lennertfabriek
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Date formatUse date range instead of single did the job for me!
Forum: Plugins
In reply to: [WP Job Manager] Job category instead of Job type in job listingIt works perfectly! Thanks
Forum: Plugins
In reply to: [WP Job Manager] Job category instead of Job type in job listingAlright, thank you!
- This reply was modified 4 years, 1 month ago by lennertfabriek.
- This reply was modified 4 years, 1 month ago by lennertfabriek.
Forum: Plugins
In reply to: [WP Job Manager] Job category instead of Job type in job listingIt is about this code. From get job type
<li id=”job_listing-<?php the_ID(); ?>” <?php jobify_listing_html_class(); ?> <?php echo apply_filters( ‘jobify_listing_data’, ” ); ?>>
” class=”job_listing-clickbox”><div class=”job_listing-logo”>
<?php jobify_the_company_logo( ‘thumbnail’ ); ?>
</div><div class=”job_listing-about”><div class=”job_listing-position job_listing__column”>
<h3 class=”job_listing-title”><?php the_title(); ?></h3><div class=”job_listing-company”>
<?php jobify_the_company_name( ‘‘, ‘ ‘ ); ?>
<?php jobify_the_company_tagline( ‘<span class=”job_listing-company-tagline”>’, ‘</span>’ ); ?>
</div>
</div><div class=”job_listing-location job_listing__column”>
<?php echo jobify_get_formatted_address(); ?>
</div><ul class=”job_listing-meta job_listing__column”>
<?php do_action( ‘job_listing_meta_start’ ); ?><?php foreach( jobify_get_the_job_types() as $type ) : ?>
<li class=”job_listing-type job-type <?php echo esc_attr( sanitize_title( $type ? $type->slug : ” ) ); ?>”><?php echo $type->name; ?>
<?php endforeach; ?><li class=”job_listing-date”><?php echo jobify_get_posted_date(); ?>
<?php do_action( ‘job_listing_meta_end’ ); ?>
</div>
- This reply was modified 4 years, 1 month ago by lennertfabriek.
Forum: Plugins
In reply to: [WP Job Manager] Job category instead of Job type in job listingThanks for the code! But the plugin is missing
Forum: Plugins
In reply to: [WP Job Manager] Remove date and publisher from job listingHello,
Is it also possible to show 2 specific dates? Like a start and end date of a temporary job