{"id":1024832,"date":"2015-11-12T10:31:48","date_gmt":"2015-11-12T18:31:48","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/linking-organizer-featured-image-on-event-page\/"},"modified":"2015-11-13T13:16:36","modified_gmt":"2015-11-13T21:16:36","slug":"linking-organizer-featured-image-on-event-page","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/linking-organizer-featured-image-on-event-page\/","title":{"rendered":"Linking Organizer Featured Image on Event Page"},"content":{"rendered":"<p>I would like to display the organizers featured image on the single events page, I&#8217;ve figured out how to grab the organizers featured image, but I can&#8217;t seem to return the organizer_link around the featured image. <\/p>\n<p>Here&#8217;s my code: <\/p>\n<pre><code>$organizer_id = tribe_get_organizer_id();\n$image = get_the_post_thumbnail($organizer_id);\n\n&lt;?php echo tribe_get_organizer_link( $post_id, $full_link = false, $echo = $image  ); ?&gt;<\/code><\/pre>\n<p>or <\/p>\n<pre><code>$organizer_id = tribe_get_organizer_id();\n$image = get_the_post_thumbnail($organizer_id);\n\n&lt;a href=&quot; &#039; . echo tribe_get_organizer_link( $post_id, $full_link = false  ) . &#039; &quot; &gt;&lt;?php echo $website; ?&gt;&lt;\/a&gt;<\/code><\/pre>\n<p>Thanks! <\/p>\n","protected":false},"template":"","class_list":["post-1024832","topic","type-topic","status-closed","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Linking Organizer Featured Image on Event Page -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/linking-organizer-featured-image-on-event-page\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Linking Organizer Featured Image on Event Page -\" \/>\n<meta property=\"og:description\" content=\"I would like to display the organizers featured image on the single events page, I&#8217;ve figured out how to grab the organizers featured image, but I can&#8217;t seem to return the organizer_link around the featured image. Here&#8217;s my code: $organizer_id = tribe_get_organizer_id(); $image = get_the_post_thumbnail($organizer_id); &lt;?php echo tribe_get_organizer_link( $post_id, $full_link = false, $echo = $image [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/linking-organizer-featured-image-on-event-page\/\" \/>\n<meta property=\"article:modified_time\" content=\"2015-11-13T21:16:36+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/linking-organizer-featured-image-on-event-page\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/linking-organizer-featured-image-on-event-page\/\",\"name\":\"Linking Organizer Featured Image on Event Page -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2015-11-12T18:31:48+00:00\",\"dateModified\":\"2015-11-13T21:16:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/linking-organizer-featured-image-on-event-page\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/linking-organizer-featured-image-on-event-page\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/linking-organizer-featured-image-on-event-page\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/theeventscalendar.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Topics\",\"item\":\"https:\/\/theeventscalendar.com\/support\/topics\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Calendar Products\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Events Calendar PRO\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/events-calendar-pro\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Linking Organizer Featured Image on Event Page\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\",\"url\":\"https:\/\/theeventscalendar.com\/support\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Linking Organizer Featured Image on Event Page -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/linking-organizer-featured-image-on-event-page\/","og_locale":"en_US","og_type":"article","og_title":"Linking Organizer Featured Image on Event Page -","og_description":"I would like to display the organizers featured image on the single events page, I&#8217;ve figured out how to grab the organizers featured image, but I can&#8217;t seem to return the organizer_link around the featured image. Here&#8217;s my code: $organizer_id = tribe_get_organizer_id(); $image = get_the_post_thumbnail($organizer_id); &lt;?php echo tribe_get_organizer_link( $post_id, $full_link = false, $echo = $image [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/linking-organizer-featured-image-on-event-page\/","article_modified_time":"2015-11-13T21:16:36+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/linking-organizer-featured-image-on-event-page\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/linking-organizer-featured-image-on-event-page\/","name":"Linking Organizer Featured Image on Event Page -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2015-11-12T18:31:48+00:00","dateModified":"2015-11-13T21:16:36+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/linking-organizer-featured-image-on-event-page\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/linking-organizer-featured-image-on-event-page\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/linking-organizer-featured-image-on-event-page\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/theeventscalendar.com\/support\/"},{"@type":"ListItem","position":2,"name":"Topics","item":"https:\/\/theeventscalendar.com\/support\/topics\/"},{"@type":"ListItem","position":3,"name":"Calendar Products","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/"},{"@type":"ListItem","position":4,"name":"Events Calendar PRO","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/events-calendar-pro\/"},{"@type":"ListItem","position":5,"name":"Linking Organizer Featured Image on Event Page"}]},{"@type":"WebSite","@id":"https:\/\/theeventscalendar.com\/support\/#website","url":"https:\/\/theeventscalendar.com\/support\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1024832","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":1,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1024832\/revisions"}],"predecessor-version":[{"id":1024975,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1024832\/revisions\/1024975"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1024832"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}