Home > Tags > 参考リンク
参考リンク
4-3(P170~181):プラグインのインストール
- 2009-02-23 (月)
- 第4章
ソースコード
<iframe id="uploading" width="100%" height="300px" frameborder="0" src="<?php echo $this->searchphp_path; ?>">IFRAME による表示がサポートされている環境が必要です。</iframe>
参考リンク
| P174 | wp-tmkm-amazon (WordPress Plugins/JSeries) |
| P175 | Amazon アソシエイト |
| P179 | TinyMCE Advanced |
| P180 | TinyMCE Advanced*ビジュアルエディタを強化-日本語版配布 (Lovelog+*) |
| P181 | Dean’s FCKEditor For Wordpress |
- Comments: 0
- Trackbacks: 0
4-4(P182~184):プラグインのトラブルシューティング
- 2009-02-23 (月)
- 第4章
参考リンク
| P182 | Plugin Compatibility/2.7 (WordPress Codex) |
| P183 | Theme Compatibility/2.7 (WordPress Codex) |
- Comments: 0
- Trackbacks: 0
4-6(P187~192):JavaScriptを知っておこう
- 2009-02-23 (月)
- 第4章
参考リンク
| P188 | 一発発射であらゆるものをクリスマス風にする「クリスマス・キャノン」 (※Lightboxの表示例) |
| P188 | EOGallery |
| P190 | Tablesorter |
| P190 | bookreader.js |
| P191 | ie7-js |
| Lazy Load Plugin for jQuery |
- Comments: 0
- Trackbacks: 0
4-7(P193~196):WordPressでJavaScriptを使う
- 2009-02-23 (月)
- 第4章
ソースコード
P194
<link rel="stylesheet" href="wp-admin/js/sorter/style.css" /> <script type="text/javascript" src="wp-admin/js/sorter/script.js"></script>
<script type="text/javascript">
var sorter=new table.sorter("sorter");
sorter.init("sorter",0);
</script>
参考リンク
| P193 | JavaScript Table Sorter |
| P194 | Header-Footer |
- Comments: 0
- Trackbacks: 0
4-8(P197~200):WordPressでjQueryを使う
- 2009-02-23 (月)
- 第4章
ソースコード
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="wp-admin/js/jquery.curvycorners.packed.js" type="text/javascript"></script>
<style type="text/css">
blockquote.inyou {
margin: 6em;
padding: 1em;
border:2px solid #000;
}
</style>
<script type="text/javascript">
$(document).ready(
function() {
$('.inyou').corner({
tl: { radius: 24 }, // 左上角の半径
tr: { radius: 48 }, // 右上角の半径
bl: false, // 左下角の半径
br: { radius: 12 }, // 右下角の半径
antiAlias: true, // アンチエイリアスの有無。trueは有り、falseは無し
autoPad: true, // パディング処理の有無。trueは有り、falseは無し
validTags: ["blockquote"] }); // 対象となる要素を指定
});
</script>
参考リンク
| P198 | jQuery Curvy Corners (jQuery Plugins) |
| P200 | AJAX Libraries API (Google Code) |
- Comments: 3
- Trackbacks: 0
5-1(P202~231):ダッシュボード強化
- 2009-02-23 (月)
- 第5章
参考リンク
| P202 | pageMash > Page Management |
| P203 | AddQuicktag |
| P204 | My Category Order |
| P205 | Custom Query String Reloaded for Wordpress 2.3 with tag support (MoshuBlog) |
| P210 | Simple Tags |
| P220 | Simple Tags プラグインのタグ絞り込みのバグ修正 (minorio のプログラミング・メモ) |
| P220 | HeadSpace2 |
| P224 | Custom Field Template |
| P226 | WPlite |
| P229 | brBrbr (CamCam) |
| P230 | WP Character Count |
| P231 | Revision Control |
- Comments: 0
- Trackbacks: 0
5-2(P232~255):サイトコンテンツ強化
- 2009-02-23 (月)
- 第5章
正誤表
| P254 | 誤 | http://wordpress.org/extend/plugins/google-ajax-translation/ |
| 正 | http://wordpress.org/extend/plugins/global-translator/ |
参考リンク
| P232 | Advanced Random Post |
| P233 | Random Posts Widget |
| P233 | Similar Posts |
| P240 | WordPress Related Post for Japanese (WordPress Plugins/JSeries) |
| P240 | Popularity contest plugin and WordPress 2.5 (WordPress Guy) |
| P242 | Popularity Lists Widget |
| P243 | WP-PostViews |
| P243 | Wordpress 言語ファイル (Wordpress Firefox オープンソース って(・∀・)イイ!!) |
| P244 | Get Recent Comments |
| P247 | Gravatar |
| P248 | |
| P249 | Contact Form 7 |
| P253 | Global Translator |
補足説明
P249で紹介した「Contact Form 7」で、メッセージを送信した後に、サンクスページを表示する方法が下記記事で紹介されています。
WordPressプラグイン[Contact Form 7]で送信完了ページを表示する (Imai Blog!)
- Comments: 0
- Trackbacks: 0
5-3(P256~274):ナビゲーション強化
- 2009-02-23 (月)
- 第5章
参考リンク
| P256 | WP Page Numbers |
| P256 | WP-PageNavi を使わずにナビゲーション表示 (Yuriko.Net) |
| P258 | Paginator |
| P260 | Yoast Breadcrumbs |
| P263 | Dagon Design Sitemap Generator |
| P264 | Simple Yearly Archive |
| P266 | Smooth Scroll Links [SSL] |
| P268 | Tabbed Widgets |
| P270 | Fun with Sidebar Tabs |
| P271 | Automatic SEO Links |
| P273 | WP-Footnotes |
補足説明
サイトマップ生成プラグインは、「PS Auto Sitemapもオススメです。
- Comments: 0
- Trackbacks: 0
5-4(P275~283):ビジュアル強化
- 2009-02-23 (月)
- 第5章
参考リンク
| P275 | Lightbox 2 |
| P276 | WP-Cumulusの日本語化 (ぷるぷるダーツ日記) |
| P276 | WP-Cumulus |
| P278 | wp-tegaki |
| P279 | あずきフォント/うずらフォント (あずきフォント) |
| P279 | 青柳衡山フォント集 (武蔵システム) |
| P279 | しねきゃぷしょん (Chiphead) |
| P279 | Font Squirrel |
| P280 | The TTFTitles WordPress Plugin (HostScope) |
| P280 | WP-Note |
| P282 | Page Peel |
- Comments: 0
- Trackbacks: 0
5-5(P284~309):外部サービス連携
- 2009-02-23 (月)
- 第5章
参考リンク
| P284 | Wikipedia Autolink |
| P285 | wp-hatena拡張版 (Numb.) |
| P285 | wp-hatenaオリジナル版 (WordPress Plugins/JSeries) |
| P287 | SBM Popular Entry (AOINA.COM) |
| P288 | Hatena bookmark anywhere (WordPress Plugins/JSeries) |
| P289 | mmyYouTubeHQ |
| P290 | WordPress Flickr Manager |
| P295 | flickrRSS |
| P296 | Picasa Image Express |
| P299 | Slimbox Plugin |
| P299 | Auto Thickbox |
| P299 | Google Maps Anywhere (WordPress Plugins/JSeries) |
| P300 | 「Google Maps API キー」取得ページ |
| P302 | Twitter Tools |
| P303 | Twitter Toolsのプラグイン日本語化を配布 (Lovelog+*) |
| P305 | Ultimate Google Analytics |
| P306 | Google XML Sitemaps |
| P307 | Google ウェブマスター ツール |
| P309 | FeedBurner FeedSmith (Google.com) |
- Comments: 0
- Trackbacks: 0
Home > Tags > 参考リンク
-
- [プラグイン][使い方] Twitterからのリンクを拾い集めてブログコメントにまとめてしまうWordPressプラグイン「Topsy Widgets」、短縮URLもOK。 http://bit.ly/5bGNRd 2週間前
- [カスタマイズ] 「はてな」などソーシャルブックマークのボタンの設置方法 http://boozywoozy.net/wordpress/2009/11/30/011510.html 11時間前
- [まとめ][テーマ] The Best Free WordPress Themes of 2009 http://webdesignledger.com/freebies/the-best-free-wordpress-themes-of-2009 11時間前
- [プラグイン][使い方] WordPressに『WordPress Related Post for Japanese』を導入する方法 http://bit.ly/5anQ9k 11時間前
- [まとめ][プラグイン] 30 Most Popular Wordpress Plugins http://www.blog.exxcorpio.com/2009/11/26/30-most-popular-wordpress-plugins/ 11時間前
- [カスタマイズ]WordPressの条件分岐 http://digital-nb.com/wp/archives/1137 4日前
- [まとめ][プラグイン] 20+ Brand New and Incredibly Useful WordPress Plugins http://bit.ly/5EGCWr/ 1週間前
- [カスタマイズ][まとめ] 10 Must Have Hacks For WordPress Development http://spyrestudios.com/10-wordpress-hacks/ 1週間前
- [まとめ][テーマ][国内] 国内のWordPress無料厳選テーマ7 http://bit.ly/AxytQ 2週間前
- [お知らせ][セキュリティ] WordPress 2.8.6がリリースされました。日本語版も近々リリースされると思います。セキュリティ対策を施したバージョンですので、速やかにアップグレードしましょう。 2週間前
- 過去の独り言...
Posting tweet...
Powered by Twitter Tools.
-
- 1-1(P18~24):WordPressについて
- 1-2(P25~28):レンタルサーバーを借りよう
- 1-3(P29~41):ロリポップにWordPressを設置する
- 1-4(P42~55):XREA+にWordPressを設置する
- 2-1(P58~61):WordPress 2.7で進化したユーザーインタフェース
- 2-2(P62~66):ダッシュボードの使い方をマスターしよう
- 2-3(P67~71):「ユーザー」の設定を極める
- 2-4(P72~81):「ツール」の設定を極める
- 2-5(P82~99):「設定」の設定を極める
- 3-1(P102~106):記事を投稿しよう
- 3-2(P107~120):ビジュアルエディタの使い方
- 3-3(P121):htmlエディタの使い方
- 3-4(P122~129):画像を挿入する
- 3-5(P130):記事の抜粋
- 3-6(P131~133):タグとカテゴリーの追加
- 3-7(P134~135):トラックバック
- 3-8(P136):コメントとトラックバック・ピンバックの受付設定
- 3-9(P137~138):カスタムフィールド
- 3-10(P139~141):保存・公開
- 3-11(P142~143):投稿リビジョン
- 3-12(P144~146):クイック投稿
- 3-13(P147~150):投稿・タグ・カテゴリーを一括管理する
- 3-14(P151~152):「ページ」を書いてみよう
- 3-15(P153~156):コメント、メディア、リンク
- 4-1(P158~162):プラグインを探してみよう
- 4-2(P163~169):プラグイン管理
- 4-3(P170~181):プラグインのインストール
- 4-4(P182~184):プラグインのトラブルシューティング
- 4-5(P185~186):プラグインの日本語化
- 4-6(P187~192):JavaScriptを知っておこう
- 4-7(P193~196):WordPressでJavaScriptを使う
- 4-8(P197~200):WordPressでjQueryを使う
- 5-1(P202~231):ダッシュボード強化
- 5-2(P232~255):サイトコンテンツ強化
- 5-3(P256~274):ナビゲーション強化
- 5-4(P275~283):ビジュアル強化
- 5-5(P284~309):外部サービス連携
- 5-6(P310~320):セキュリティ対策
- 5-7(P321~334):その他
- 6-1(P336~338):テーマを変更してみよう
- 6-2(P339~344):テーマを入手しよう
- 6-3(P345~352):テーマを編集しよう
- 6-4(P353~357):実際に動いているサイトのテーマを差し替えるテクニック
- 6-5(P358~368):ウィジェットを使いこなそう
- 6-6(P369~376):wp.Vicuna Ext(完成度の高いデザインがすぐ使えるテーマ)
- 6-7(P377~382):iNove(上下左右にウィジェットを配置できるテーマ)
- 6-8(P383~393):Snapshot(ギャラリーサイトやフォトログに最適なテーマ)
- A1(P396~403):Movable TypeからWordPressに完璧に移行する
- A-2(P404~414):WordPressのインストール直後にやっておくべき16のこと
- リンク集