{"id":1896508,"date":"2019-10-18T13:19:18","date_gmt":"2019-10-18T17:19:18","guid":{"rendered":"https:\/\/staging.theeventscalendar.com\/knowledgebase\/modifying-the-community-events-page-titles-2\/"},"modified":"2021-07-14T07:53:16","modified_gmt":"2021-07-14T11:53:16","slug":"modifying-the-community-events-page-titles","status":"publish","type":"post","link":"https:\/\/staging.theeventscalendar.com\/knowledgebase\/modifying-the-community-events-page-titles\/","title":{"rendered":"Modifying Community Events Page Titles"},"content":{"rendered":"\n<p>One of the most common questions we get from users of the Community Events add-on is, &#8220;How do I change the page title on the Community Pages?&#8221; &nbsp;We&#8217;ve compiled a couple of scenarios into one post and hopefully some of these code snippets will help you out! &nbsp;If what you&#8217;re needing isn&#8217;t here, feel free to open a new topic at our help desk, and we&#8217;ll help you out!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"change\">Changing the Event Submission page title<\/h2>\n\n\n\n<p>You can easily change the page title on the submission form using the <code>tribe_events_community_submit_event_page_title<\/code>\u00a0filter. Just paste the following into your theme&#8217;s <code>functions.php<\/code> file:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; title: ; notranslate\" title=\"\">\nadd_filter( 'tribe_events_community_submit_event_page_title', 'change_the_title' );\nfunction change_the_title() {\n\treturn 'Your New Title Goes Here';\n}\n<\/pre><\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"title\">Changing the My Events page title<\/h2>\n\n\n\n<p>You can also change the page title on the My Events page using the <code>tribe_events_community_event_list_page_title<\/code> filter. Just paste the following into your theme&#8217;s <code>functions.php<\/code> file:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; title: ; notranslate\" title=\"\">\nadd_filter( 'tribe_events_community_event_list_page_title', 'change_the_title' );\nfunction change_the_title() {\n\treturn 'Your New Title Goes Here';\n}\n<\/pre><\/div>","protected":false},"excerpt":{"rendered":"<p>One of the most common questions we get from users of the Community Events add-on is, &#8220;How do I change the page title on the Community Pages?&#8221; &nbsp;We&#8217;ve compiled a couple of scenarios into one post and hopefully some of these code snippets will help you out! &nbsp;If what you&#8217;re needing isn&#8217;t here, feel free&#8230;<\/p>\n","protected":false},"author":17,"featured_media":1955565,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_swpsp_post_exclude":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"ep_exclude_from_search":false,"footnotes":""},"categories":[1],"tags":[58],"stellar-product-taxonomy":[152],"class_list":["post-1896508","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-php","stellar-product-taxonomy-community-events"],"acf":[],"taxonomy_info":{"category":[{"value":1,"label":"Uncategorized"}],"post_tag":[{"value":58,"label":"PHP"}],"stellar-product-taxonomy":[{"value":152,"label":"Community"}]},"featured_image_src_large":["https:\/\/images.theeventscalendar.com\/kb\/uploads\/2023\/02\/social-share-1024x538.png",1024,538,true],"author_info":{"display_name":"Andras Guseo","author_link":"https:\/\/staging.theeventscalendar.com\/knowledgebase\/author\/andras\/"},"comment_info":0,"category_info":[{"term_id":1,"name":"Uncategorized","slug":"uncategorized","term_group":0,"term_taxonomy_id":1,"taxonomy":"category","description":"","parent":0,"count":139,"filter":"raw","term_order":"0","cat_ID":1,"category_count":139,"category_description":"","cat_name":"Uncategorized","category_nicename":"uncategorized","category_parent":0}],"tag_info":[{"term_id":58,"name":"PHP","slug":"php","term_group":0,"term_taxonomy_id":58,"taxonomy":"post_tag","description":"","parent":20,"count":128,"filter":"raw","term_order":"0"}],"_links":{"self":[{"href":"https:\/\/staging.theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/posts\/1896508","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/staging.theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/staging.theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/comments?post=1896508"}],"version-history":[{"count":1,"href":"https:\/\/staging.theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/posts\/1896508\/revisions"}],"predecessor-version":[{"id":1956306,"href":"https:\/\/staging.theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/posts\/1896508\/revisions\/1956306"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/staging.theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/media\/1955565"}],"wp:attachment":[{"href":"https:\/\/staging.theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/media?parent=1896508"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/staging.theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/categories?post=1896508"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/staging.theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/tags?post=1896508"},{"taxonomy":"stellar-product-taxonomy","embeddable":true,"href":"https:\/\/staging.theeventscalendar.com\/knowledgebase\/wp-json\/wp\/v2\/stellar-product-taxonomy?post=1896508"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}