Hi,
the Label, that points to the rest of an article (extended article) is renamed,
it was ' [link to article] vollständig lesen' and now there are only three points ' [link to article] ...'. Where is the place to change it back to 'vollständig' ?
eva
link to extended article
-
ewehdemeyer
- Regular
- Posts: 62
- Joined: Fri Jan 19, 2007 6:59 pm
- Location: Hamburg
Re: link to extended article
This is almost certainly due to the template you're using. Which one is it? (Unfortunately, you're not giving an URI to your blog.)ewehdemeyer wrote:the Label, that points to the rest of an article (extended article) is renamed, it was ' [link to article] vollständig lesen' and now there are only three points ' [link to article] ...'. Where is the place to change it back to 'vollständig' ?
The place to change this is usually the entries.tpl of your template. Look for something like
Code: Select all
{if $entry.has_extended and not $is_single_entry and not $entry.is_extended}-
ewehdemeyer
- Regular
- Posts: 62
- Joined: Fri Jan 19, 2007 6:59 pm
- Location: Hamburg
Re: link to extended article
yellowled wrote:This is almost certainly due to the template you're using. Which one is it? (Unfortunately, you're not giving an URI to your blog.)ewehdemeyer wrote:the Label, that points to the rest of an article (extended article) is renamed, it was ' [link to article] vollständig lesen' and now there are only three points ' [link to article] ...'. Where is the place to change it back to 'vollständig' ?
Hi
the URI
http://kunst-raum-volksdorf.de/kunst-katen-blog/
and the template is bulletproof
I'm going in search for it.yellowled wrote:The place to change this is usually the entries.tpl of your template. Look for something likeCode: Select all
{if $entry.has_extended and not $is_single_entry and not $entry.is_extended}
thx
eva
Re: link to extended article
Erm ... ""KunstHandWerk in allen ... vollstaendig lesen »"ewehdemeyer wrote:http://kunst-raum-volksdorf.de/kunst-katen-blog/
and the template is bulletproof
I think that's just what you wanted, right? The entry title is shortened in BP, but the "vollständig lesen" is definitely there ..?
YL
-
ewehdemeyer
- Regular
- Posts: 62
- Joined: Fri Jan 19, 2007 6:59 pm
- Location: Hamburg
Re: link to extended article
Hi,yellowled wrote:Erm ... ""KunstHandWerk in allen ... vollstaendig lesen »"ewehdemeyer wrote:http://kunst-raum-volksdorf.de/kunst-katen-blog/
and the template is bulletproof
I think that's just what you wanted, right? The entry title is shortened in BP, but the "vollständig lesen" is definitely there ..? :?
YL
havn't found the original "vollständig lesen" so I simply wrote it to the entries.tpl myself. I think it won't be toxic at that place. I'm searching along.
thanx for the hint anyway
eva