Skip to content

Instantly share code, notes, and snippets.

@kitakado-h
Last active February 1, 2016 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kitakado-h/bda26bc85116056c7062 to your computer and use it in GitHub Desktop.
Save kitakado-h/bda26bc85116056c7062 to your computer and use it in GitHub Desktop.
第50回 WordBench神戸(1月30日)〜プラグインについて話そう!〜 1班

###とりあえず、入れといたらええんちゃうかプラグイン

Jet Pack
https://ja.wordpress.org/plugins/jetpack/
SNSリンク
ログイン画面アタック防止(足し算がでる)

WP Total Hacks
https://ja.wordpress.org/plugins/wp-total-hacks/ ※ファビコンとか、管理画面のロゴ変えたり、記事のディビジョンコントロールを10とか20とかにできたり、いろいろ20項目くらい設定できる


###開発では必須

####何のテンプレートを使っているかわかる

Show Current Template
https://ja.wordpress.org/plugins/show-current-template/


###ウィジェット系

####ウィジェットでビジュアルエディターが使える

Black Studio TinyMCE Widget
https://ja.wordpress.org/plugins/black-studio-tinymce-widget/


###フォーム関連

Cotact Form 7
https://ja.wordpress.org/plugins/contact-form-7/

MW WP Form
https://ja.wordpress.org/plugins/mw-wp-form/ ・確認画面、完了画面を固定ページ割り振れる(コンバージョン解析やりやすい)


###セキュリティ系

####ログイン履歴記録管理

Crazy Bone
https://ja.wordpress.org/plugins/crazy-bone/

####ログイン制御

Login LockDown
https://ja.wordpress.org/plugins/login-lockdown/
・「ユーザー名」と「パスワード」を指定した回数以上間違えて入力した場合に、一定時間ログインを不能にすることができるプラグイン

####ログイン制御・ログインURL変更など

siteguard wp plugin
https://ja.wordpress.org/plugins/siteguard/
・WordPress HTTPS (SSL)が有効になっている場合には、「ログインページ変更」機能が無効になるように修正しています。


####投稿・固定ページの複製ができる
Duplicate Post
https://ja.wordpress.org/plugins/duplicate-post/

####記事の目次(見出し)を自動生成

Table of Contents Plus
https://ja.wordpress.org/plugins/table-of-contents-plus/
 ブログを良く書く人向け

####よく使うタグを投稿画面で簡単に入れれる】

Add quick tag
https://ja.wordpress.org/plugins/addquicktag/

####記事内でソースコードを綺麗に表示

Syntax Highlighter Evolved
https://ja.wordpress.org/plugins/syntaxhighlighter/

####アイキャッチを自動で設定

Auto Post Thumbnail
https://ja.wordpress.org/plugins/auto-post-thumbnail/

####おすすめ記事を出せる

Popular posts
https://ja.wordpress.org/plugins/wordpress-popular-posts/

####関連記事の表示

Yet Another Related Posts(YARPP)
https://ja.wordpress.org/plugins/yet-another-related-posts-plugin/


###管理運用で便利

####リンク切れチェック

Broken Link Checker
https://ja.wordpress.org/plugins/broken-link-checker/
 メールで連絡してくれる

####複数記事の内容を一括変更

Search Regex
https://ja.wordpress.org/plugins/search-regex/
 記事、あるいはページの内容や概要、タイトル、メタタグ、URL、コメントを対象に、特定のキーワードを一括検索し、さらに変更したいキーワードに一括置換することができます。

####ドラッグアンドドロップで記事を並び替え

Simple Page Ordering
https://ja.wordpress.org/plugins/simple-page-ordering/

####カテゴリーを隠さずぜんぶ表示
MT8 Category CheckList
https://ja.wordpress.org/plugins/mt8-big-category-check-list/

####カテゴリーをツリー表示
Category Checklist Tree(2年以上更新なし)
https://ja.wordpress.org/plugins/category-checklist-tree/


###その他

####TOP 3PRとか、CTA(call to action)とか
VK All in One Expantion Unit
https://ja.wordpress.org/plugins/vk-all-in-one-expansion-unit/
企業Webにおすすめ

####ページの上部に戻る
Scroll Back To Top
https://ja.wordpress.org/plugins/scroll-back-to-top/

####パンくずリスト

Breadcrumb NavXT
https://ja.wordpress.org/plugins/breadcrumb-navxt/
サーバーのPHPバージョン確認がいる)

Prime Strategy Bread Crumb
https://ja.wordpress.org/plugins/prime-strategy-bread-crumb/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment