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

Phpcms's method to judge whether it is the home page or not

2025-03-13 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

This article mainly introduced phpcms judgment is not the home page method, has certain reference value, needs the friend to be possible under the reference. I hope you all have a lot of success after reading this article. Let's take a look at it together.

How does phpcms determine if it is the first page?

Phpcms V9 determines whether the home page specific code is:

{if !$ catid} I am the home page {/if}

The judgment basis is: the first page $catid variable is empty, so judge whether it has a value to determine whether it is the first page.

Here, and then send only the home page to call the code of friendship connection:

{if !$ catid} Links: {pc:link action="type_list" siteid="$siteid" order="listorder DESC" num="10" return="dat"} {$SEO['site_title']} {loop $dat $v}{if $type==0} {$v[name]}{else}

{/if} {/loop} {/pc} Apply for Friend Chain>> {/if}

In this way, you can put it in a unified footer code, automatically identify whether it is the home page, if it is the home page, call the recommended friendship connection, if it is not the home page, it will not be displayed.

Thank you for reading this article carefully. I hope that Xiaobian can share phpcms to determine whether the method content of the home page is helpful to everyone. At the same time, I hope that everyone will support more, pay attention to the industry information channel, find out if you encounter problems, and find detailed solutions waiting for you to learn!

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