In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
Dream weaving home page, list page how to call the article body content? This problem may be often seen in our daily study or work. I hope you can gain a lot from this question. The following is the reference content that the editor brings to you, let's take a look at it!
Dream weaving home page, list page how to call the article body content?
The first method:
{dede:arclist row='1' typeid='1' addfields='body' idlist='1' channelid='1'} [field:body function='cn_substr (html2text (@ me), 100)'/] {/ dede:arclist}
Parsing:
1. Addrields= "Field 1, Field 2..."
2. Idlist= "article ID" (but not to write)
3. Channelid= "Model ID". Ordinary articles default to 1 (viewing method: core-Channel Model-content Model Management-id number)
4. Function='cn_substr (html2text (@ me), 100) 'filters the style of the article and limits it to 100 characters
The list page is called with the dede:list tag
First, go to the background-> Core-> Channel Model-> content Model Management-> ordinary articles (choose your model)-> change-> basic Settings-> list additional fields-> whether there is a value in it: body
If no body has been added, if so, use the following code:
{dede:list pagesize='10' addfields='body'} [field:body function='cn_substr (html2text (@ me), 100)'/] {/ dede:list}
The second method:
{dede:sql sql= "SELECT body FROM `addonroomle` where aid = 1"} [field:body function='cn_substr (html2text (@ me), 100)'/] {/ dede:sql}
Parsing:
This example uses an SQL statement to call body content from the dede_addonarticle table.
1. Change the table prefix dede_ to the table prefix of your database
2. Modify the number 1 in aid=1 to the article ID for which you want to access the content.
Thank you for reading! After reading the above content, do you have a general understanding of how to use the body content of the article on the home page of dream weaving and the list page? I hope the content of the article will be helpful to all of you. If you want to know more about the relevant articles, you are welcome to follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.