About the compatibility with multilingual plugin WPGlobus
-
There’s a compatibility problem with plugin WPGlobus. The list is displayed well for page, but it can not recognize correctly for post list title. I have ask WPGlobus team for help, and they replied me the following contents:
You need to write to authors
of Post Edit Toolbar plugin
and ask them to add standard WordPress filter ‘the_title’.
In the file post-edit-toolbar.php
change line 386
$the_title = $title_to_shorten;
to
the_title = apply_filters(‘the_title’, $title_to_shorten );This is right way for all.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘About the compatibility with multilingual plugin WPGlobus’ is closed to new replies.