Word Pressの初期設定
基本的な設定
下記のブログを参考にさせていただきました。

WordPress(ワードプレス)ブログの始め方を初心者でも絶対わかるように解説する!|完全初心者のためのブログの始め方
今回はWordPress(ワードプレス)ブログの始め方です 難しいイメージのWordPressですが、きちんと手順通りにやっていけば案外簡単にブログを始められます 「この記事の通りやれば絶対にWordPressでブログを
☑️ホスティングサーバーの選択
サーバーに関してはDreamHostのShared Starterプランを使用。理由は$4.95/月と安かったため。年単位で支払いをすると$2.95/月になるようだが、縛りが発生するのを避けるため月単位の支払いとした。
サーバーに関してはDreamHostのShared Starterプランを使用。理由は$4.95/月と安かったため。年単位で支払いをすると$2.95/月になるようだが、縛りが発生するのを避けるため月単位の支払いとした。
☑️基本設定。URLをhttp→httpsに変更する
☑️「http」から「https」へのリダイレクト設定
DreamHostで.htaccessを編集する方法がわからず少し手間取った。下記を参照し、.htaccessがhiddenファイルになっているため見つからないことが発覚。
hiddenファイルをリストする方法を参照し解決。https://www.laurivan.com/wordpress-https-dreamhost-cloudflarehttps://aarontgrogg.com/blog/2015/12/11/adding-https-to-my-dreamhost-wordpress-site


DreamHostで.htaccessを編集する方法がわからず少し手間取った。下記を参照し、.htaccessがhiddenファイルになっているため見つからないことが発覚。
hiddenファイルをリストする方法を参照し解決。https://www.laurivan.com/wordpress-https-dreamhost-cloudflarehttps://aarontgrogg.com/blog/2015/12/11/adding-https-to-my-dreamhost-wordpress-site

How to show only hidden files in Terminal?
I have a directory that contains thousands of files, some of them are hidden.
The command ls -a list all files, including hidden ones, but I need just to list ...
How to list hidden files in Mac with ls command - Quora
ls -a -a Include directory entries whose names begin with a dot (.).

Adding HTTPS to my Dreamhost WordPress site
For some time I have wanted to upgrade this site to HTTPS, but I have heard so many horror stories that I kept putting it off and putting it off. Finally, a cou...
☑️パーマリンクを設定する
☑️プラグインを整える
☑️Akismet Anti-Spama(アンチスパム)の設定
☑️Google Analyticsの設定
☑️Google Search Consoleの設定
☑️テーマの適用
無料で機能が豊富な「Cocoon」というテーマを使用。

Cocoon
SEO・高速化・モバイルファースト最適化済みのシンプルな無料Wordpressテーマ。100%GPLテーマです。
追加の設定
☑️お問い合わせフォームの設置
wpformsというプラグインを使用。
WPForms - Drag & Drop WordPress Forms Plugin
WPForms is the best WordPress forms plugin. Our drag & drop online form builder allows you to create powerful WordPress forms in minutes, not hours!
spam防止のため、captchaを設定。

How to Set Up reCAPTCHA in WPForms (Step by Step)
Want to easily reduce spam form submissions in your WordPress site? WPForms offers built-in integration with Google's reCAPTCHA. We'll show you how to easily se...
自分でwpforms(お問い合わせ)をテストし、メールが届かなかった。そのため下記を参照しSMTPを設定した。Gmailを使用。再度お問い合わせをテストし、メールが届くことを確認。

How to Get WordPress Form Notifications Using the WP Mail SMTP Plugin
Have you noticed that your contact forms aren't sending emails? Learn how to fix the WordPress contact form not sending email issue.

How to Securely Send WordPress Emails using Gmail with WP Mail SMTP
Email not delivering? We'll show you how to use WP Mail SMTP to securely send WordPress notification emails with your Gmail or G Suite account.
コメント