もくじ
- WordPress Ping Optimizer
- WPCORE
- Count per Day
- Jetpack
- All in One SEO Pack
- Table of Contents Plus
- AddQuicktag
- brBrbr
- EWWW Image Optimizer
- TinyMCE Advanced
- Shortcodes Ultimate
- Imsanity
- Simple Custom CSS
- BackWPup
- Contact Form 7
- footnotes
- Google XML Sitemaps
- Lazy Load
- Search Regex
- WP-Yomigana
- Redirection
- SyntaxHighlighter Evolved
- 文中にアドセンスを入れる2つ
- WordPress Popular Posts
- W3 Total Cache
- Advanced Code Editor
- WP User Avatar
- BuddyPress
- bbPress
- TablePress
- Enable Media Replace
- Broken Link Checker
- Ultimate Nofollow
- WP Random Post Thumbnails
- AdSense Plugin WP QUADS
- WordPress Popular Postsのカスタマイズcssはこちら↓
WordPress Ping Optimizer
ping送信を何度も送ってしまい、ペナルティになることを防ぐ
(何度も送らないようにする)
WPCORE
プラグインの一括ダウンロード
詳細ページ→WordPressのプラグインを一括でインストールする方法(プラグイン)
Count per Day
アクセス数がわかる
Jetpack
アクセス解析から、いろんな機能まで
All in One SEO Pack
メタディスクリプション記載など
Table of Contents Plus
目次を自動作成
AddQuicktag
タグ記入を半自動化
brBrbr
空白に自動でBrタグを記入(ZIPファイル要)
EWWW Image Optimizer
画像を自動で圧縮
TinyMCE Advanced
エディタ編集
Shortcodes Ultimate
ショートコードが簡単に!
Imsanity
画像を自動でリサイズ
Simple Custom CSS
cssの個別設定
BackWPup
バックアップ
Contact Form 7
お問い合わせフォーム
footnotes
脚注
Google XML Sitemaps
サイトマップを作製&送信
Lazy Load
画像の読み込みを遅らせてページ速度アップ
Search Regex
ワードプレス内の文字列一括変換
WP-Yomigana
るび
Redirection
301リダイレクト
SyntaxHighlighter Evolved
キレイにソースコードを表示
文中にアドセンスを入れる2つ
AdSense Integration WP QUADS
Ad Inserter
WordPress Popular Posts
人気記事の投稿
W3 Total Cache
ページをキャッシュ化して、表示速度アップ
Advanced Code Editor
テーマ・cssが見やすい
WP User Avatar
アバター設定
BuddyPress
ワードプレスをSNS化
bbPress
掲示板作成
TablePress
テーブル作成
Enable Media Replace
画像の置換・差し替え
Broken Link Checker
リンク切れを自動で発見!
Ultimate Nofollow
リンクタグの挿入時に、ノーフォロー(Nofollow)を入れるかどうか選択できる。
WP Random Post Thumbnails
ランダムで、アイキャッチを自動で設定
AdSense Plugin WP QUADS
アドセンスタグを文中の好きな場所に設置できる
WordPress Popular Postsのカスタマイズcssはこちら↓
ポイント
/* 人気ページのカラー */
.wpp-list li:nth-child(1):before {
background: rgba(255, 88, 196, 0.9);
}
.wpp-list li:nth-child(2):before {
background: rgba(245, 171, 31, 0.9);
}
.wpp-list li:nth-child(3):before {
background: rgba(255, 121, 37, 0.9);
}.wpp-list li {
position: relative;
list-style-type: none;
padding-top: 5px;
padding-left: 5px;
}
.wpp-list li:before {
content: counter(wpp-ranking, decimal);
counter-increment: wpp-ranking;
background: rgba(94, 185, 77, 0.9);
color: #fff;
font-size: 14px;
line-height: 1;
padding: 4px 8px;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
.wpp-list {
counter-reset: wpp-ranking;
}
/* カウンターの値を表示 */
.wpp-list li:before {
content: counter(wpp-ranking, decimal);
counter-increment: wpp-ranking;
}
.wpp-list li:nth-child(1):before {
background: rgba(255, 88, 196, 0.9);
}
.wpp-list li:nth-child(2):before {
background: rgba(245, 171, 31, 0.9);
}
.wpp-list li:nth-child(3):before {
background: rgba(255, 121, 37, 0.9);
}.wpp-list li {
position: relative;
list-style-type: none;
padding-top: 5px;
padding-left: 5px;
}
.wpp-list li:before {
content: counter(wpp-ranking, decimal);
counter-increment: wpp-ranking;
background: rgba(94, 185, 77, 0.9);
color: #fff;
font-size: 14px;
line-height: 1;
padding: 4px 8px;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
.wpp-list {
counter-reset: wpp-ranking;
}
/* カウンターの値を表示 */
.wpp-list li:before {
content: counter(wpp-ranking, decimal);
counter-increment: wpp-ranking;
}