Hello again,
is there anyone who can help me with this?
Here is the detailed info as asked in the sticky topic.
– Update Polylang to the latest version. Older versions are not supported
I have the latest version
– Search the forums for similar threads and see if any of the proposed solutions work for you.
Have been searching for this for days to no avail
– To test what’s wrong, disable all your other plugins and switch to the default WordPress theme for a bit.
I would like to avoid that… All the plugins are needed and the site is live with quite a traffic.
– your permalinks settings
Post name
– if you are using a static front page
NO, a blog list
– your Polylang settings
URL modifications:
The language is set from the directory name in pretty permalinks
Hide URL language information for default language
Remove /language/ in pretty permalinks
Media:
Activate languages and translations for media
Synchronization:
Taxonomies, Custom fields, Comment status, Post format, Page parent, Page template, Page order, Featured image
Thank you for your time
Hi
Could you provide a screen shot of where you have filed your feed titles for the Greek and the English?
Hello,
I have not set the feed titles. They are automatically created using the site title.
Could you provide a screen shot of Settings > Primary Feedburner Options?
Copy/paste the code below in a php file. Name it: rss_feed_change_title.php
Put this file in the directory: wp-content/plugins/
Then go in your admin interface, then activate it.
<?php
/*
Plugin name: Rss feed change title
*/
add_filter('get_wp_title_rss', 'change_feed_title');
function change_feed_title($title) {
return '';
}
Does it work?
Thank so much for the effort.
Unfortunately it doesn’t work. The result [feeds titles] is exactly the same. 🙁
I have left your plugin activated in case WordPress needs some time to update the feeds.
I tested and it works for me.
Maybe the plugin Feedburn has a cache that you need to clear?
No cache on any of the plugins, no cache plugins used at all.
I did a full browser clear cache, still the same result.
Just to be sure, I added to your code ?> at the end. Is this correct?
In any case the result remain the same [I deleted my addition]
Does it work without the Feedburner plugin?
I deactivated the Feedburner plugin.
When I clear all browser cache [so it doesn’t redirect to Feedburner] and go to
http://www.laceandmacarons.com/feed/
or to
http://www.laceandmacarons.com/en/feed/
it works.
When I go to
http://feeds.feedburner.com/laceandmacarons/
or
http://feeds.feedburner.com/laceandmacarons/en
then it doesn’t [I still see the dual titles].
Perhaps now the feedburner feeds need to be edited from their owner [my client] so they are correct.
Is there any solution to make it work with the feedburner plugin on?
Maybe by creating a new post.
Does it change?
We will try editing the feedburner feeds and creating news posts and we will get back to you.
Thank you very much!!