Urban Giraffe Support | HeadSpace
wp_title conflicts other plugins
I have installed the plugin and found that any calls to wp_title within the templates, now include the appended info that I have added in the Headspace admin section. Such as in the breadcrumb menu I am using (Breadcrumb NavXT).
I have resolved one function conflict I was using to create css ids.
I was wondering if there is a simple way to change the function name used in the header page title so that further conflicts do not occur. I tried changing it in the files... but I am not really that useful with php, and had no success.
I could just manually add the extensions in the templates, but would rather take full advantage of such a wonderful plugin.
Cheers
Responses
Posted 2 months ago by Key Master
Unfortunatley this is just how plugins work - there is no way for HeadSpace to know where you are calling wp_title from. The majority of themes/plugins only call the function in one place: header.php
Reply
You must log in to post.