迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架, 基于MIT开源许可协议发布,不限制商业使用,以多端互联为设计理念, 支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
sitemap插件没有开启友情链接模块,然而友情链接还是会出现在sitemap列表中
不应该是屏蔽之后就不显示在sitemap列表中吗,为什么还是会显示?
插件教程:https://www.xunruicms.com/doc/app-428.html
$cat = array_filter($cat,function($item) use($config){ return in_array($item['mid'],$config['sitemap']); });
if (is_file(dr_get_app_dir('module').'Libraries/Category.php')) { $cat = \Phpcmf\Service::L('category', 'module')->get_category('share'); } //新加过滤栏目 $cat = array_filter($cat,function($item) use($config){ return in_array($item['mid'],$config['sitemap']); }); //新增结束 if ($cat) {