Title: brinkerink's Replies | WordPress.org

---

# brinkerink

  [  ](https://wordpress.org/support/users/brinkerink/)

 *   [Profile](https://wordpress.org/support/users/brinkerink/)
 *   [Topics Started](https://wordpress.org/support/users/brinkerink/topics/)
 *   [Replies Created](https://wordpress.org/support/users/brinkerink/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/brinkerink/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/brinkerink/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/brinkerink/engagements/)
 *   [Favorites](https://wordpress.org/support/users/brinkerink/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Issue with the get_the_company_website shortcode.](https://wordpress.org/support/topic/issue-with-the-get_the_company_website-shortcode/)
 *  Thread Starter [brinkerink](https://wordpress.org/support/users/brinkerink/)
 * (@brinkerink)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/issue-with-the-get_the_company_website-shortcode/#post-4625135)
 * It was indeed as simple as adding http:// in front of it. I feel silly for having
   overlooked it.
 * Thanks a lot!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Issue with the get_the_company_website shortcode.](https://wordpress.org/support/topic/issue-with-the-get_the_company_website-shortcode/)
 *  Thread Starter [brinkerink](https://wordpress.org/support/users/brinkerink/)
 * (@brinkerink)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/issue-with-the-get_the_company_website-shortcode/#post-4624989)
 * //*i found the function in wp_job_manager_template.php*//
 * function get_the_company_website( $post = null ) {
    $post = get_post( $post );
   if ( $post->post_type !== ‘job_listing’ ) return;
 *  return apply_filters( ‘the_company_website’, $post->_company_website, $post );

Viewing 2 replies - 1 through 2 (of 2 total)