I need a "read more" link at the end of the RSS text so people don't get confused about why it stops suddenly. They can just click "read more" to go to the original post.
I need a "read more" link at the end of the RSS text so people don't get confused about why it stops suddenly. They can just click "read more" to go to the original post.
for this you can use a template post. Feature added in version 0.6beta.
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.
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.
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.
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
This topic has been closed to new replies.