{"id":945538,"date":"2015-03-02T12:09:25","date_gmt":"2015-03-02T20:09:25","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/show-lowest-cost-ticket-in-title-and-details-area\/"},"modified":"2015-05-30T09:29:32","modified_gmt":"2015-05-30T16:29:32","slug":"show-lowest-cost-ticket-in-title-and-details-area","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/show-lowest-cost-ticket-in-title-and-details-area\/","title":{"rendered":"Show lowest cost ticket in Title and Details area"},"content":{"rendered":"<p>How can I show the lowest ticket price on the Single template in the Title and Detail area? <\/p>\n<p>This function in the-events-calendar.class.php is outputting the data:<\/p>\n<pre><code>public function getEventMeta( $id, $meta, $single = true ) {....\nget_post_meta( $id, $meta, $single );<\/code><\/pre>\n<p>Reference: http:\/\/codex.wordpress.org\/Function_Reference\/get_post_meta<\/p>\n<p>I can see it&#8217;s pulling a single record but the problem and I expect if you add the tickets in the right order you can make it show lowest price first. However, the problem I have is that when you delete a ticket it isn&#8217;t always being deleted from the wp_postmeta table. This maybe a bug.<\/p>\n","protected":false},"template":"","class_list":["post-945538","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>Show lowest cost ticket in Title and Details area -<\/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\/show-lowest-cost-ticket-in-title-and-details-area\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Show lowest cost ticket in Title and Details area -\" \/>\n<meta property=\"og:description\" content=\"How can I show the lowest ticket price on the Single template in the Title and Detail area? This function in the-events-calendar.class.php is outputting the data: public function getEventMeta( $id, $meta, $single = true ) {.... get_post_meta( $id, $meta, $single ); Reference: http:\/\/codex.wordpress.org\/Function_Reference\/get_post_meta I can see it&#8217;s pulling a single record but the problem and [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/show-lowest-cost-ticket-in-title-and-details-area\/\" \/>\n<meta property=\"article:modified_time\" content=\"2015-05-30T16:29:32+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\/show-lowest-cost-ticket-in-title-and-details-area\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/show-lowest-cost-ticket-in-title-and-details-area\/\",\"name\":\"Show lowest cost ticket in Title and Details area -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2015-03-02T20:09:25+00:00\",\"dateModified\":\"2015-05-30T16:29:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/show-lowest-cost-ticket-in-title-and-details-area\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/show-lowest-cost-ticket-in-title-and-details-area\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/show-lowest-cost-ticket-in-title-and-details-area\/#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\":\"Ticket Products\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/event-tickets\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Event Tickets Plus\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/event-tickets\/event-tickets-plus\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Show lowest cost ticket in Title and Details area\"}]},{\"@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":"Show lowest cost ticket in Title and Details area -","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\/show-lowest-cost-ticket-in-title-and-details-area\/","og_locale":"en_US","og_type":"article","og_title":"Show lowest cost ticket in Title and Details area -","og_description":"How can I show the lowest ticket price on the Single template in the Title and Detail area? This function in the-events-calendar.class.php is outputting the data: public function getEventMeta( $id, $meta, $single = true ) {.... get_post_meta( $id, $meta, $single ); Reference: http:\/\/codex.wordpress.org\/Function_Reference\/get_post_meta I can see it&#8217;s pulling a single record but the problem and [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/show-lowest-cost-ticket-in-title-and-details-area\/","article_modified_time":"2015-05-30T16:29:32+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\/show-lowest-cost-ticket-in-title-and-details-area\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/show-lowest-cost-ticket-in-title-and-details-area\/","name":"Show lowest cost ticket in Title and Details area -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2015-03-02T20:09:25+00:00","dateModified":"2015-05-30T16:29:32+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/show-lowest-cost-ticket-in-title-and-details-area\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/show-lowest-cost-ticket-in-title-and-details-area\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/show-lowest-cost-ticket-in-title-and-details-area\/#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":"Ticket Products","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/event-tickets\/"},{"@type":"ListItem","position":4,"name":"Event Tickets Plus","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/event-tickets\/event-tickets-plus\/"},{"@type":"ListItem","position":5,"name":"Show lowest cost ticket in Title and Details area"}]},{"@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\/945538","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\/945538\/revisions"}],"predecessor-version":[{"id":945548,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/945538\/revisions\/945548"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=945538"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}