This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Listify child theme. | |
*/ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.single-job_listing .mfp-content #comments { | |
display: none; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter( 'jobify_footer_copyright', 'jobify_custom_footer_text' ); | |
function jobify_custom_footer_text() { | |
return 'custom footer text here'; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.job_listing-author-info-more a:last-child { | |
display: none !important; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter( 'job_manager_delete_expired_jobs', '__return_false' ); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function custom_listify_single_job_listing_meta() { | |
global $post; | |
echo '<br/>'; | |
echo '<span class="custom-info" >' . $post->post_date . '</span>'; // Change $post->post_date with your own meta key or text | |
} | |
add_action( 'listify_single_job_listing_meta', 'custom_listify_single_job_listing_meta', 40 ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function jobify_custom_date() { | |
echo '<li class="custom-date"><date>Posted on ' . get_post_time('F j, Y') . '</date></li>'; | |
} | |
add_action('job_listing_meta_end', 'jobify_custom_date', 40); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.template-home .homepage-cover:not(.has-map) .update_results { | |
width: 100%; | |
} | |
.search_jobs > div.search_categories { | |
display: none; | |
} | |
@media (min-width:320px){ | |
.search_jobs > div.search_location { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h3 class="ion-person-add">1. Create An Account</h3> | |
<img class="alignright wp-image-694 size-full" src="https://testdrive.astoundify.com/listify/wp-content/uploads/sites/39/2014/10/account.png" alt="feature_sessionPlayback" width="490" /> | |
Creating an account with Listify is easy, with the social login feature it allows your visitors to login easily, so that they won't have the “login/register” friction. They'll be creating, rating and favouriting listings in no time! | |
We’ve even integrated with WooCommerce so that the <a href="http://www.woothemes.com/products/woocommerce-social-login/">Social Login by WooCommerce plugin</a> (Plugin sold separately) and the standard WooCommerce sign up process is fully supported. | |
<a class="button" href="http://themeforest.net/item/jobify-job-board-wordpress-theme/5247604?ref=Astoundify">How It Works</a> | |
<h3 class="ion-compose">2. Submit Your Listing</h3> | |
<img class="alignleft wp-image-694 size-full" src="https://testdrive.astoundify.com/listify/wp-content/uploads/sites/39/ |
OlderNewer