ssl https http いいね 引き継ぎ

ヘッダー

	<?php if(is_home()):?>	
<meta property="og:url" content="http://www.yasaka-indus.co.jp" />
<?php endif; ?>
	
<?php include(get_template_directory() . "/5_head/d_3_fb_meta.php"); ?>

htaccess

#BEGIN WordPressより前
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} !(Facebot|facebookexternalhit/1.1) [NC]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
</IfModule>

デバッガーでチェック 

https
リダイレクト http

となってればOK

https://knowledge.cpi.ad.jp/other/273/

font icon css で表示 webフォント アイコン

a:after{
font-family: 'fontello';
content: ' \e865';
font-size: 80%;}

コンテンツに入れるものは
file:///Volumes/D-Marking%20Design%20SSD960G%2020150712/my_server/client/2019/swag-lla.com/wp-content/themes/newD/0_d/fontcss/fontello/demo.html

でものshow codes だが
0x は実は バックスラッシュということ
毎度忘れるので注意