Support » Plugin: WPeMatico RSS Feed Fetcher » [Plugin: WPeMatico] Need a "read more" link at the end of text

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author etruel

    (@etruel)

    for this you can use a template post. Feature added in version 0.6beta.

    Thread Starter qwasty

    (@qwasty)

    What’s the default template look like? I only want to make minor changes to the default template, not start over from nothing. It doesn’t show me the default template currently in use, instead it wants me to write a completely new template.

    Plugin Author etruel

    (@etruel)

    By default you have a {content} for every post. But you can add more things to this.
    Please see that you have an example in campaign editing, Template Post box. (clicking “Help”, below text field after “Valid tags:”)

    you can use as template:

    {content}
    <a href="{feedurl}">Go to Source</a>

    Pardon my butting in etruel

    Shouldn’t that be:

    {content}
    <a href="{permalink}">Go to Source</a>

    Or do {permalink} and {feedurl} serve the same purpose? I assumed that {feedurl} would be the URL of the RSS feed, as it was in wp-o-matic

    My bad if I’m wrong

    I tried to add Adsense script after the {content} tag but it is not getting published.

    Thread Starter qwasty

    (@qwasty)

    Adsense limits you to 3 ads of the same type. If the ads aren’t appearing at all, that’s a problem with the template. If you only get three, and then nothing, that’s just adsense doing what it normally does.

    sjel

    (@sjel)

    Enable post template.. and put the more function in it! You will get the read further function.

    {content}
    <!–more–>

    actually, the rewriting option seems like an excellent way to also provide support for automated post pagination and creation of excerpts, which has apparently been requested rather frequently?

    – woccax

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: WPeMatico] Need a "read more" link at the end of text’ is closed to new replies.