• I’m trying to setup an AWeber based newsletter campaign

    AWeber uses the descrption tag to generate the post excerpt.

    But it is truncating the exceprt at 100 characters, from the look of the code below that they are using.

    How can I change this markup to either accept the settings in Advanced Excerpt or to replace the code so it will finish at the end of the sentence?

    Current code:

    {% if entry.title %}{% if entry.link %}{{ entry.title }}

    {{ entry.link }}
    {% else %}{{ entry.title }}{% endif %}{% endif %}

    {{ entry.link }}

                                                            {% if entry.enclosures | length > 0 %}

    {% endif %}
    {% if entry.description %}{{ entry.description | truncate(100, False, “…”) }}{% endif %}

                                                        {{ '</td>' }}
                                                    {{ '</tr>' }}
                                                {{ '</table>' }}
                                            {{ '</div>' }}
                                        {{ '</td>' }}
                                    {{ '</tr>' }}
                                {{ '</table>' }}
                            {% endfor %}

    Thanks,

    Chris

Viewing 1 replies (of 1 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi,

    We do not modify the description meta tag, only the actual output of excerpts on the website itself.

    SEO related plugins have an effect on the description meta tag, so if you’re using a SEO plugin it’s best to check the options on it to see about modifying how that is generated.

Viewing 1 replies (of 1 total)
  • The topic ‘AWeber ignores Advanced Excerpt instructions in RSS feed’ is closed to new replies.