| User | Post |
|
11:45 am July 6, 2011
| Ragnar
Member
| | Ragnar | |
|
| posts 108 |
|
|
New updates is erase «Hidden Content Teaser» settings. I must setup it any time when I update RS. Can You fix that?
|
|
|
12:04 pm July 6, 2011
| Ragnar
Member
| | Ragnar | |
|
| posts 108 |
|
|
2. Question:
I have options: hide teaser (404 page) or show Title and «Teaser Text»
How can I show «Teaser Text» (404 frighten readers, they think it's a bug in the link) without Title?
Title usually contains a significant part of the information, so the page orhide the note, but keep the title is strange.
|
|
|
12:07 pm July 6, 2011
| Kevin
Admin
| | | |
|
| posts 2503 |
|
|
Ragnar said:
New updates is erase «Hidden Content Teaser» settings. I must setup it any time when I update RS. Can You fix that?
I can't confirm that error. Can you repeat it by manually reinstating an older version of RS, then updating to the current version again?
|
|
|
12:09 pm July 6, 2011
| Kevin
Admin
| | | |
|
| posts 2503 |
|
|
Ragnar said:
2. Question:
I have options: hide teaser (404 page) or show Title and «Teaser Text»
How can I show «Teaser Text» (404 frighten readers, they think it's a bug in the link) without Title?
Title usually contains a significant part of the information, so the page orhide the note, but keep the title is strange.
I'm logging that as a feature request. For now, you could find some template development help (not me) to customize the displayed title when is_teaser_rs( $post_id ) returns true.
|
|
|
12:13 pm July 6, 2011
| Ragnar
Member
| | Ragnar | |
|
| posts 108 |
|
|
Kevin said:
Ragnar said:
New updates is erase «Hidden Content Teaser» settings. I must setup it any time when I update RS. Can You fix that?
I can't confirm that error. Can you repeat it by manually reinstating an older version of RS, then updating to the current version again?
It's hard will do so - I will observe the behavior of this setting, and if furtherupdates that will be repeated, I will write again.
|
|
|
12:16 pm July 6, 2011
| Ragnar
Member
| | Ragnar | |
|
| posts 108 |
|
|
Kevin said:
Ragnar said:
2. Question:
I have options: hide teaser (404 page) or show Title and «Teaser Text»
How can I show «Teaser Text» (404 frighten readers, they think it's a bug in the link) without Title?
Title usually contains a significant part of the information, so the page orhide the note, but keep the title is strange.
I'm logging that as a feature request. For now, you could find some template development help (not me) to customize the displayed title when is_teaser_rs( $post_id ) returns true.
Agreed. Just please tell me which file to edit it?
|
|
|
12:24 pm July 6, 2011
| Kevin
Admin
| | | |
|
| posts 2503 |
|
|
Ragnar said:
Kevin said:
Ragnar said:
2. Question:
I have options: hide teaser (404 page) or show Title and «Teaser Text»
How can I show «Teaser Text» (404 frighten readers, they think it's a bug in the link) without Title?
Title usually contains a significant part of the information, so the page orhide the note, but keep the title is strange.
I'm logging that as a feature request. For now, you could find some template development help (not me) to customize the displayed title when is_teaser_rs( $post_id ) returns true.
Agreed. Just please tell me which file to edit it?
You need to modify whatever template files call the_title(), or better yet add a filter on the hook 'the_title'.
|
|