Viewing 1 replies (of 1 total)
  • Plugin Author brownbagmarketing

    (@brownbagmarketing)

    So you added this to your theme’s functions.php file?

    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); 
Viewing 1 replies (of 1 total)
  • The topic ‘Share Link on Job page’ is closed to new replies.