{"id":1504877,"date":"2018-04-11T15:21:08","date_gmt":"2018-04-11T22:21:08","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/showing-the-current-event-category-id\/"},"modified":"2018-04-11T15:21:08","modified_gmt":"2018-04-11T22:21:08","slug":"showing-the-current-event-category-id","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/showing-the-current-event-category-id\/","title":{"rendered":"Showing the current event category id"},"content":{"rendered":"<p>Hi there,<\/p>\n<p>I&#8217;m trying to show the ID (term_taxonomy_id) of the current event category. I did manage to show the current description with:<\/p>\n<p>echo term_description( $term_id, &#8221; ); <\/p>\n<p>but my attempt below throws an error. <\/p>\n<p>echo term_taxonomy_id( $term_id, &#8221; ); <\/p>\n<p>I found a way to show a bunch of the ID&#8217;s I need with a snippet from another helpdesk topic, but I&#8217;m not able to bend that around so it will only show the data of the current page: <\/p>\n<p>$event_cats = get_the_terms($post-&gt;ID, &#8216;tribe_events_cat&#8217;);<\/p>\n<p>foreach ($event_cats as $category) {<br \/>\necho &#8216;<\/p>\n<p>&#8216; . $category-&gt;name . &#8216;<\/p>\n<p>&#8216;;<br \/>\necho &#8216;<\/p>\n<p>&#8216; . $category-&gt;description . &#8216;<\/p>\n<p>&#8216;;<br \/>\necho &#8216;<\/p>\n<p>&#8216; . $category-&gt;term_taxonomy_id . &#8216;<\/p>\n<p>&#8216;;<br \/>\n}<\/p>\n<p>Could you point me in the right direction?<br \/>\nCheers! <\/p>\n","protected":false},"template":"","class_list":["post-1504877","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>Showing the current event category id -<\/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\/showing-the-current-event-category-id\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Showing the current event category id -\" \/>\n<meta property=\"og:description\" content=\"Hi there, I&#8217;m trying to show the ID (term_taxonomy_id) of the current event category. I did manage to show the current description with: echo term_description( $term_id, &#8221; ); but my attempt below throws an error. echo term_taxonomy_id( $term_id, &#8221; ); I found a way to show a bunch of the ID&#8217;s I need with a [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/showing-the-current-event-category-id\/\" \/>\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\/showing-the-current-event-category-id\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/showing-the-current-event-category-id\/\",\"name\":\"Showing the current event category id -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2018-04-11T22:21:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/showing-the-current-event-category-id\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/showing-the-current-event-category-id\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/showing-the-current-event-category-id\/#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\":\"Showing the current event category id\"}]},{\"@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":"Showing the current event category id -","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\/showing-the-current-event-category-id\/","og_locale":"en_US","og_type":"article","og_title":"Showing the current event category id -","og_description":"Hi there, I&#8217;m trying to show the ID (term_taxonomy_id) of the current event category. I did manage to show the current description with: echo term_description( $term_id, &#8221; ); but my attempt below throws an error. echo term_taxonomy_id( $term_id, &#8221; ); I found a way to show a bunch of the ID&#8217;s I need with a [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/showing-the-current-event-category-id\/","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\/showing-the-current-event-category-id\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/showing-the-current-event-category-id\/","name":"Showing the current event category id -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2018-04-11T22:21:08+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/showing-the-current-event-category-id\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/showing-the-current-event-category-id\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/showing-the-current-event-category-id\/#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":"Showing the current event category id"}]},{"@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\/1504877","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":0,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1504877\/revisions"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1504877"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}