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

首頁 > 學(xué)院 > 開發(fā)設(shè)計(jì) > 正文

wordpress如何判斷手機(jī)、平板還是PC并顯示對(duì)應(yīng)的內(nèi)容-Mobile Detect

2019-11-15 02:14:26
字體:
供稿:網(wǎng)友
WordPRess如何判斷手機(jī)、平板還是PC并顯示對(duì)應(yīng)的內(nèi)容-Mobile Detect

wordpress如何判斷是手機(jī)、平板還是PC訪問,并針對(duì)性的顯示特定的內(nèi)容?Mobile Detect 這個(gè)輕量級(jí)php 類庫能夠很好的實(shí)現(xiàn)這個(gè)功能。而且Mobile Detect也有wordpress下的插件可用–WP Mobile Detect,wordpress使用這個(gè)插件,很容易實(shí)現(xiàn)根據(jù)不同終端設(shè)備顯示特定內(nèi)容的功能,比如響應(yīng)式wordpress主題。

wordpress如何判斷手機(jī)、平板還是PC并顯示對(duì)應(yīng)的內(nèi)容-Mobile Detect - 第1張  | 吳川斌的博客

安裝WP Mobile Detect插件

登錄wordpress管理后臺(tái),在插件管理頁面選擇“安裝插件”,然后再搜索框里輸入關(guān)鍵字“WP Mobile Detect”,然后再搜索結(jié)果頁面李選擇“WP Mobile Detect”并安裝即可。

wordpress如何判斷手機(jī)、平板還是PC并顯示對(duì)應(yīng)的內(nèi)容-Mobile Detect - 第2張  | 吳川斌的博客

安裝WP Mobile Detect插件

wordpress如何判斷手機(jī)、平板還是PC并顯示對(duì)應(yīng)的內(nèi)容-Mobile Detect - 第3張  | 吳川斌的博客

搜索WP Mobile Detect插件

WP Mobile Detect如何使用

在wordpress的文章編輯器里用[關(guān)鍵字]進(jìn)行標(biāo)注,例如

wordpress如何判斷手機(jī)、平板還是PC并顯示對(duì)應(yīng)的內(nèi)容-Mobile Detect - 第4張  | 吳川斌的博客

Mobile Detect 如何使用

或者在php代碼里用函數(shù)進(jìn)行判斷

wpmd_is_notphone() – Returns true when on desktops or tabletswpmd_is_nottab() – Returns true when on desktops or phoneswpmd_is_notdevice() – Returns true when on desktops onlywpmd_is_phone() – Returns true when on phones ONLYwpmd_is_tablet() – Returns true when on Tablets ONLYwpmd_is_device() – Returns true when on phones or tablets but NOT destkopwpmd_is_ios() – Returns true when on an iOS devicewpmd_is_iphone() – Returns true when on iPhoneswpmd_is_ipad() – Returns true when on iPadswpmd_is_android() – Returns true when on Androidwpmd_is_windows_mobile() – Returns true when on Windows Mobile

例如:

12345678910111213<?php if(wpmd_is_phone()){ ?><div>僅手機(jī)可見內(nèi)容</div><?php } else if(wpmd_is_tablet()){ ?><div>僅平板電腦可見內(nèi)容</div><?php } else { ?><div>僅PC可見內(nèi)容</div><?php } ?>

原創(chuàng)文章,轉(zhuǎn)載請(qǐng)注明:轉(zhuǎn)載自吳川斌的博客http://www.mr-wu.cn/

本文鏈接地址:wordpress如何判斷手機(jī)、平板還是PC并顯示對(duì)應(yīng)的內(nèi)容-Mobile Detecthttp://www.mr-wu.cn/mobile-detect-wordpress-plugin/


發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 新建县| 天长市| 绍兴市| 忻城县| 云阳县| 喀喇| 浪卡子县| 板桥市| 买车| 定边县| 北宁市| 安徽省| 石棉县| 铁岭市| 丰宁| 明星| 崇仁县| 济南市| 新干县| 宣城市| 汉沽区| 抚宁县| 金山区| 六枝特区| 夏河县| 晋中市| 西乌珠穆沁旗| 峨边| 台中市| 灌阳县| 交口县| 昆明市| 腾冲县| 蛟河市| 开封市| 河源市| 响水县| 北京市| 丰原市| 孟州市| 明溪县|