Help W/Function to Remove Title from Template
-
I am using a plugin called Tribe Events for this page. It is not a wp page which can be edited, but a template.
thepollinationproject.org/events/community/add/Note the tab title is WP Router Placeholder.
The plugin author provided me this function to change it, but it seems the SEO plugin is preventing it from working. If I disable the SEO plugin, the title changes as expected.
add_filter('tribe_ce_submit_event_page_title', 'change_the_title'); function change_the_title() { return 'Your New Title Goes Here'; }
I am attempting to edit this function so it hooks your title code. Is there any way you would be able to assist me on that? I cant seem to figure out the argument on it.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Help W/Function to Remove Title from Template’ is closed to new replies.