After the dream weaving article is divided into pages, the first paragraph of the current page will be automatically obtained as a summary in the pages after page 2, and the summary content you entered cannot be displayed. This is very messy. The following method is the method of unifying the summary content of the page.
resolvent:
1. Open: include rc.archives.class.php
2. DedeCms v5.6 found://Parse the template and assign values to changes in the content (line 580)
DedeCms v5.7 found: * Parse the template and assign values to changes in the content (line 689)
3. Modify: delete the following code
if($pageNo>1) $this->Fields['description'] = trim(ereg_replace("[ ]", ' ', cn_substr(html2text($this->Fields[$this->SplitPageField]), 200)));
Completing the above three steps can solve the problem of inconsistent paging summaries.
Statement: All articles on this site, unless otherwise specified or marked, are originally published on this site. No individual or organization is allowed to copy, embezzle, collect and publish the content of this website to any website, book and other media platforms without the consent of this website. If the content of this website infringes upon the legitimate rights and interests of the original author, please contact us for handling.