Conversation
supportHi! The plugin needs templating for sure… My problem is that the form is out of main job div, wanted to put it in the right column. Any way to solve it? Also this is not working: function add_note_to_single_job_template ($html){ $html .= '<h2>Job Subtitle</h2>'; $html .= '<a href="#facebook-share-url">Share this job with friends</a>'; return $html; } add_action('ghjb_single_job_template_after_title', 'add_note_to_single_job_template', 10, 1);
No comments were stored for this source.