Ok. I'm not right for hr.more {
display
:
none
;} But the original question is:
My question is, what was the intended output? I'm assuming it hides the content beyond the hr element (hence me reviving this thread). Secondly, does anyone have the correct code to enable this behaviour?
So other point is right:
- This mechanics supposed to be used for truncation (cuting) page text to allow show only main part of pages in page lists (native page list or other like news feed). See tags {PAGE_ROW_TEXT_CUT}
- Yes, it's works as «<!--more-->» tag. You can see `cot_cut_more()` function code (page.functions.php line 32-57).
- It's only working if page tags are genereated through `cot_generate_pagetags()` function with 3rd parameter > 0 (page.functions.php lines 141-147, 180). So it's not working while displaying full page view as it generated with 0 as third parameter (no cutting supposed).
- But it's intend to use {PAGE_ROW_TEXT_CUT} tag where possible (page lists or news feeds).
Добавлено 1 минуты спустя:
Fixed my last 2 posts due to some misunderstanding.