Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of counting the number of articles in dede

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

The method of counting the number of articles in dede? 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!

How does dede count the number of column articles?

Method 1:

Files involved: include/common.func.php

Add the following code before the bottom of the include/common.func.php, that is,? >

The code is as follows:

Function GetTotalArc ($tid) {global $dsql; $sql = GetSonIds ($tid); $row = $dsql- > GetOne ("Select count (id) as dd From dede_archives where typeid in ({$sql})"); return $row ['dd'];}

Call method:

The code is as follows:

[field:ID function='GetTotalArc (@ me)'/] or [field:ID runphp='yes'] @ me = GetTotalArc (@ me); [/ field:ID]

For example, add the following code to your home page template:

Total {dede:type} [field:ID function='GetTotalArc (@ me)'/] {/ dede:type}

Or add the following code after the column name:

The code is as follows:

{dede:type} [field:ID function='GetTotalArc (@ me)'/] {/ dede:type}

Method 2:

Step 1: open the include/common.func.php file and add the following before the last? >

The code is as follows:

/ / number of articles in statistics column function GetTotalArc ($tid) {global $dsql; $sql = GetSonIds ($tid); $row = $dsql- > GetOne ("Select count (id) as dd From dede_archives where typeid in ({$sql})"); return $row ['dd'];} / / end of statistics

Step 2: you can use the following code on the template

The code is as follows:

{dede:channel type='top' typeid=''} [field:typename/] ([field:ID runphp='yes'] @ me = GetTotalArc (@ me); [/ field:ID]) {/ dede:channel}

For example, the column name ({dede:field name='typename'/}) on the home page template

The following code is added later:

The code is as follows:

{dede:type} [field:ID runphp='yes'] @ me = GetTotalArc (@ me); [/ field:ID] {/ dede:type} Thank you for reading! After reading the above, do you have a general understanding of the method of counting the number of articles in dede? 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.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report