Weaving Dream Column page title plus "Nth Page"

Source: Internet
Author: User

The above is the call column management SEO title code: {dede:field.seotitle/} method, so fully reflect the list page title display effect, conducive to search engine collection.

The second problem is that the title of the list page has become a look, no page number, not conducive to site SEO, how to do?

1. First open the/arc.listview.class.php file under the Include directory under the Dede installer. Search in Files:
$this->parsetempletsfirst ();
and remove it.
2. Then find, $this->parsedmfields ($this->pageno,1); Add the following code snippet before he
$this->fields[' pagexx ') = $this->pageno;
$this->parsetempletsfirst ();
3. Open the list page in the Dedecms template folder (list_article.htm,list_soft.htm, list_image.htm, etc.) and modify its title to:
<title>{dede:field.title/}_ {dede:field.pagexx/} page </title>
That is, add the {dede:field.pagexx/} page Such a piece of code can be. Then the entire station is generated, and the above method applies to DEDE5.7 generating static pages.

Weaving Dream Column page title plus "Nth Page"

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.