• Hello, WP is set to:

    For each article in a feed, show: Summary

    NO images appear in feedburner

    If it is set to: Full Text, all images and all text is shown in Feedburner.

    I would like to have only 1 image (possibly the thumbain) to be available in feedburner with only a piece of text.

    How to do that? None of the plugins seem to support WP 3.2.1

Viewing 5 replies - 1 through 5 (of 5 total)
  • https://vudu.me/r4

    Hopefully that is helpful for you.

    Thread Starter utnalove

    (@utnalove)

    I installed the functionality plugin.

    This is the code:

    [Code moderated as per the Forum Rules. Please use the pastebin]

    It says:
    Parse error: syntax error, unexpected $end in /wp-content/plugins/sample-functionality-plugin/sample-functionality-plugin.php on line 36

    What’s wrong?

    Thread Starter utnalove

    (@utnalove)

    Once again. This is the code: https://pastebin.com/rdZJ4jYc

    It says:
    Parse error: syntax error, unexpected $end in /wp-content/plugins/sample-functionality-plugin/sample-functionality-plugin.php on line 36

    What’s wrong?

    YOu are missing a closing curly brace, it’s the very last thing in my example code

    }

    It should go right before your closing php tag, which by the way isn’t required….

    and in the code you pasted, you have 2 blank lines after the closing php tag. Blank lines after the php tag can wreak havoc on your site

    Thread Starter utnalove

    (@utnalove)

    Wow, thank you! It looks fine.
    Just a little change. https://feeds.feedburner.com/Glamourina I would like the text to appear below the picture… as you can see now the text starts from the right and goes to the next line…
    Do you know how to do that?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘RSS and thumbnail [how to]’ is closed to new replies.