国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > CMS > 織夢DEDE > 正文

織夢內容頁做熊掌號有圖片就輸出三張,沒有就不輸出

2024-07-12 08:46:42
字體:
來源:轉載
供稿:網友

織夢內容頁做熊掌號,圖片這一塊,有文章內容圖片就輸出3張,沒有就不輸出,自動加逗號隔開,在 /include/extend.func.php 這個文件最下面加入一個函數

/** *  文章內容提取圖片(多張)自定義輸出 *    織夢模板網  * @access    public * @param     string  $string  文檔內容 * @param     string  $num  輸出幾張 * @return    string */if(!function_exists('getBodypics')){function getBodypics($string, $num){global $cfg_basehost;preg_match_all("/<img([^>]*)/s*src=('|/")([^'/"]+)('|/")/",$string,$matches);$imgsrc_arr = array_unique($matches[3]);$count = count($imgsrc_arr);$i = 0;$result = '';foreach($imgsrc_arr as $imgsrc){if($i == $num) break;$result .= ($result=='' ? '"'.$cfg_basehost.$imgsrc.'"' : ','.'"'.$cfg_basehost.$imgsrc.'"');$i++;}return $result;}}

 

然后在織夢內容頁模板在</head>前面加入

<link rel="canonical" href="{dede:global.cfg_basehost/}{dede:field.id runphp=yes}$result=GetOneArchive(@me);@me=$result['arcurl'];{/dede:field.id}"><script src="//msite.baidu.com/sdk/c.js?appid=1608633444348086"></script><script type="application/ld+json">{"@context": "https://ziyuan.baidu.com/contexts/cambrian.jsonld","@id": "{dede:global.cfg_basehost/}{dede:field.id runphp=yes}$result=GetOneArchive(@me);@me=$result['arcurl'];{/dede:field.id}","appid": "1608633444348086","title": "{dede:field.title/}","images": [{dede:field.body function=getBodypics(@me,3)/}],"description": "{dede:field.description function=html2text(@me)/}","pubDate": "{dede:field.pubdate function="MyDate('Y-m-d/TH:i:s',@me)"/}"}</script>

如果網站有獨立手機端,把{dede:global.cfg_basehost/}這個改為手機域名,上面代碼中那2個id 608633444348086改成你自己的熊掌號id

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 呼伦贝尔市| 泰安市| 宜春市| 高陵县| 安西县| 扶沟县| 文水县| 南岸区| 襄樊市| 紫金县| 松阳县| 温宿县| 镇原县| 瑞昌市| 莱西市| 仙桃市| 五台县| 宁强县| 垫江县| 浙江省| 通渭县| 富蕴县| 宣威市| 宜丰县| 武山县| 南涧| 上杭县| 湄潭县| 英吉沙县| 牙克石市| 平塘县| 磴口县| 禄劝| 神农架林区| 库伦旗| 临沭县| 高雄县| 大荔县| 上虞市| 庄河市| 迭部县|