1. Open/include/arc.archives.class.php, find $this->prenext[' pre ')//approx. 813 lines
Insert on its next line:
$this->prenext[' preurl ') = "$mlink"; Previous link Address
$this->prenext[' prename ') = "{$preRow [' title ']}"; Previous post title
2. Find $this->prenext[' next '//approx. 832 lines
Insert on its next line:
$this->prenext[' nexturl ') = "$mlink"; Previous link Address
$this->prenext[' nextname ') = "{$nextRow [' title ']}"; Previous post title
3. Find the Else if ($gtype = = ' preimg ') {
Insert below:
else if ($gtype = = ' Preurl ') {
$rs = $this->prenext[' Preurl ');
}
else if ($gtype = = ' Prename ') {
$rs = $this->prenext[' prename ');
}
else if ($gtype = = ' Nexturl ') {
$rs = $this->prenext[' Nexturl ');
}
else if ($gtype = = ' Nextname ') {
$rs = $this->prenext[' nextname ');
}
When called in a template, use the form {dede:prenext get= ' prename '/} to obtain the appropriate data
Weave Dream CMS article content page next to get URL and article name modification separately