Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter andy-hawkins

    (@andy-hawkins)

    Hi thank you for your tip esmi. I will go through it but it is a lot to read. Since I’m not a programmer I need very long time to figure it out. Therefore I hope someone can help me to solve this in a quick way.

    Try this to your theme’s functions.php file:

    <code>
    
    add_filter('disable_captions', create_function('$a','return true;'));
    
    </code>
    Thread Starter andy-hawkins

    (@andy-hawkins)

    Hi Misskim

    appreciate your answer and implemented it…but it seems that the problem is still appears. The problem is actually here: https://www.facebook.com/weareunited4ever&#8230; and if you take a look at the post: “Paul Scholes Makes His Comeback” the caption text appear in the beginning of the content itself…

    This post is generated by a FB Plugin called RSSGraffiti. So it took the RSS from my WordPress blogpost and render in Facebook. It was a great solution but I think the caption text mixed in the content looks not professional. So I wonder how to avoid that. As I understand from other requests on this topic it seems to be a WordPress issue. That’s why I posted it here…

    the code part was redundant.

    Thread Starter andy-hawkins

    (@andy-hawkins)

    Hi again

    This code:

    add_filter('disable_captions', create_function('$a','return true;'));

    takes away the caption in the blog itself.. and this is not what I want. what I want is to get rid of the caption text that has been mixed with the contents of the Facebook post. It looks messy and untidy for the readers.

    Here is a screen that describes the problem:
    https://i42.tinypic.com/122i4v6.jpg

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How can I exclude my caption to show up in RSS feed?’ is closed to new replies.