Ubuntu 16.04:安裝php7.4
sudo apt-get update sudo apt -y install software-properties-common sudo add-apt-repository ppa:ondrej/php sudo apt-get update sudo apt -y install php7.4
參考:
sudo apt-get update sudo apt -y install software-properties-common sudo add-apt-repository ppa:ondrej/php sudo apt-get update sudo apt -y install php7.4
參考:
sudo apt-get install php-zip sudo service apache2 restart
sudo apt-get install php-imagick sudo service apache2 restart
sudo apt-get install php7.4-mbstring sudo service apache2 restart
sudo apt-get install php-xml sudo service apache2 restart
參考文章:
sudo apt-get install php7.4-curl sudo service apache2 restart
#gd版本看你php是多少版本就改成那個數字 sudo apt-get install php7.4-gd sudo service apache2 restart
在Ubuntu上安裝了新版本php之後,要記得停用舊版本,才會去使用新版本。
sudo a2enmod php7.4 # 停用php7.2 sudo a2dismod php7.2 # Restart Apache sudo service apache2 restart
參考文章:
https://stackoverflow.com/questions/55603615/change-my-php-version-on-my-ubuntu-server
遇到amp sturcture data裡面少了logo這個屬性時:
在seo外掛的設定裡面加上公司log。
例如All in one SEO這個外掛的設定裡面,要加上組織名稱跟組織logo
首先,前往安裝AMP外掛:
https://tw.wordpress.org/plugins/accelerated-mobile-pages/
然後安裝AD Inserter這個外掛插件,將廣告插入到你要的地方。
記得加入以下程式碼:
[ADINSERTER AMP]
這段程式碼的上方,是給非AMP網址插入的廣告,下方則是AMP網址的廣告。
相關說明可以參考:
其他amp相關文章參考: