Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter eltarny

    (@eltarny)

    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

    Plugin Support Chrystl

    (@chrystl)

    Hi

    Could you provide a screen shot of where you have filed your feed titles for the Greek and the English?

    Thread Starter eltarny

    (@eltarny)

    Hello,

    I have not set the feed titles. They are automatically created using the site title.

    Plugin Support Chrystl

    (@chrystl)

    Could you provide a screen shot of Settings > Primary Feedburner Options?

    Thread Starter eltarny

    (@eltarny)

    Plugin Support Chrystl

    (@chrystl)

    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?

    Thread Starter eltarny

    (@eltarny)

    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.

    Plugin Support Chrystl

    (@chrystl)

    I tested and it works for me.
    Maybe the plugin Feedburn has a cache that you need to clear?

    Thread Starter eltarny

    (@eltarny)

    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?

    Plugin Support Chrystl

    (@chrystl)

    I added to your code ?> at the end. Is this correct?

    Never do that.

    Thread Starter eltarny

    (@eltarny)

    In any case the result remain the same [I deleted my addition]

    Plugin Support Chrystl

    (@chrystl)

    Does it work without the Feedburner plugin?

    Thread Starter eltarny

    (@eltarny)

    I deactivated the Feedburner plugin.

    When I clear all browser cache [so it doesn’t redirect to Feedburner] and go to

    https://www.laceandmacarons.com/feed/
    or to
    https://www.laceandmacarons.com/en/feed/
    it works.

    When I go to
    https://feeds.feedburner.com/laceandmacarons/
    or
    https://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?

    Plugin Support Chrystl

    (@chrystl)

    Maybe by creating a new post.
    Does it change?

    Thread Starter eltarny

    (@eltarny)

    We will try editing the feedburner feeds and creating news posts and we will get back to you.

    Thank you very much!!

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Change RSS feed title’ is closed to new replies.