Skip to content

Instantly share code, notes, and snippets.

@FernandoSalinas33
Created October 16, 2017 22:26
Show Gist options
  • Save FernandoSalinas33/b758f23bf71a36fdb6aa183508720514 to your computer and use it in GitHub Desktop.
Save FernandoSalinas33/b758f23bf71a36fdb6aa183508720514 to your computer and use it in GitHub Desktop.
Add Contact Button to Description
function custom_listify_single_job_listing_actions_after() {
echo '<a href="#job_listing-author-apply" data-mfp-src=".job_application" class="popup-trigger button">' . __( 'Contact', 'listify' ) . '</a>';
}
add_filter( 'listify_widget_job_listing_content_after', 'custom_listify_single_job_listing_actions_after' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment