How to control title length in PHP dwt template

Source: Internet
Author: User


      {foreach from= $article _array item=article_data}
    • {$article _data.title}

    • {/foreach}



Help the Master,


Reply to discussion (solution)

This depends on how the template engine works.
For example, support does not support PHP statements, support does not support PHP function calls.
Do not support, to see whether the engine has a special label can intercept the specified length, and then no, you can only change the template engine itself.

This depends on how the template engine works.
For example, support does not support PHP statements, support does not support PHP function calls.
Do not support, to see whether the engine has a special label can intercept the specified length, and then no, you can only change the template engine itself.



. dwt files

A dwt is just a suffix, and it doesn't mean anything.
What really stands for is that the most primitive meaning of Dreamweaver is the template file, and does not have these label features.

Look at what the template engine uses to find the Intercept function, and there is the process of getting the result in the pass to the page to handle the title.

A dwt is just a suffix, and it doesn't mean anything.
What really stands for is that the most primitive meaning of Dreamweaver is the template file, and does not have these label features.


Mine is the Smarty engine.

{substr ($article _data.title, 0,12)} This is not possible, to help the master.

{$article _data.title|truncate:30}

  • 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.