This plugin can be affected by the positioning of the WordPress header – <?php wp_head(); ?>
. If you place it above the way your theme handles the page <title>
, then your theme will override the plugin’s title tags. If you place the WordPress header below, eg just before </head>, then the plugin (if affected by this issue) will work.