Home > Tags > ソースコード

ソースコード

4-3(P170~181):プラグインのインストール

ソースコード

<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

4-7(P193~196):WordPressでJavaScriptを使う

ソースコード

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

4-8(P197~200):WordPressでjQueryを使う

ソースコード

<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)

A1(P396~403):Movable TypeからWordPressに完璧に移行する

ソースコード

<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:wp="http://wordpress.org/export/1.0/"
>

<channel>
<title><$MTBlogName$></title>
<link><$MTBlogURL$></link>
<description><$MTBlogDescription$></description>
<language>ja</language>
<wp:base_site_url><$MTBlogURL$></wp:base_site_url>
<wp:base_blog_url><$MTBlogURL$></wp:base_blog_url>

<MTSetVarBlock name="ecount"><$MTBlogEntryCount$></MTSetVarBlock>
<MTEntries lastn="$ecount">
<item>
<title><$MTEntryTitle$></title>
<link><$MTEntryPermalink$></link>
<pubDate><$MTEntryDate format="%Y-%m-%d %H:%M:%S"$></pubDate>
<dc:creator><![CDATA[<$MTEntryAuthor$>]]></dc:creator>
<category><![CDATA[<$MTEntryCategory$>]]></category>

<category domain="category" nicename="<$MTEntryCategory$>"><![CDATA[<$MTEntryCategory$>]]></category>
<MTEntryIfTagged>
<MTEntryTags>
<category domain="tag"><![CDATA[<$MTTagName$>]]></category>

<category domain="tag" nicename="<$MTTagName$>"><![CDATA[<$MTTagName$>]]></category>
</MTEntryTags></MTEntryIfTagged>

<guid isPermaLink="false"><$MTBlogURL$>/wp/?p=<$MTEntryID$></guid>
<description></description>
<content:encoded><![CDATA[<$MTEntrybody$>]]></content:encoded>
<guid isPermaLink="false"><$MTEntryPermalink$></guid>
<excerpt:encoded><![CDATA[<$MTEntryExcerpt$>]]></excerpt:encoded>
<wp:post_id><$MTEntryID$></wp:post_id>
<wp:post_date><$MTEntryDate format="%Y-%m-%d %H:%M:%S"$></wp:post_date>
<wp:post_date_gmt><$MTEntryDate format="%Y-%m-%d %H:%M:%S"$></wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name><$MTEntryBasename$></wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password></wp:post_password>
<wp:postmeta>
<wp:meta_key>_edit_lock</wp:meta_key>
<wp:meta_value>1221409228</wp:meta_value>

<MTComments sort_order="ascend">
<wp:comment>
<wp:comment_id><$MTCommentID$></wp:comment_id>
<wp:comment_author><![CDATA[<$MTCommentAuthor$>]]></wp:comment_author>
<wp:comment_author_email><$MTCommentEmail$></wp:comment_author_email>
<wp:comment_author_url><$MTCommentURL$></wp:comment_author_url>
<wp:comment_author_IP><$MTCommentIP$></wp:comment_author_IP>
<wp:comment_date><$MTCommentDate format="%Y-%m-%d %H:%M:%S"$></wp:comment_date>
<wp:comment_date_gmt><$MTCommentDate format="%Y-%m-%d %H:%M:%S"$></wp:comment_date_gmt>
<wp:comment_content><![CDATA[<$MTCommentBody convert_breaks="1"$>]]></wp:comment_content>
<wp:comment_approved>1</wp:comment_approved>
<wp:comment_type></wp:comment_type>
<wp:comment_parent>0</wp:comment_parent>
<wp:comment_user_id>0</wp:comment_user_id>
</wp:comment>
</MTComments>

<MTPings sort_order="ascend">
<wp:comment>
<wp:comment_id><$MTPingID$></wp:comment_id>
<wp:comment_author><![CDATA[<$MTPingBlogName$>]]></wp:comment_author>
<wp:comment_author_email></wp:comment_author_email>
<wp:comment_author_url><$MTPingURL$></wp:comment_author_url>
<wp:comment_author_IP><$MTPingIP$></wp:comment_author_IP>
<wp:comment_date><$MTPingDate format="%Y-%m-%d %H:%M:%S"$></wp:comment_date>
<wp:comment_date_gmt><$MTPingDate format="%Y-%m-%d %H:%M:%S"$></wp:comment_date_gmt>
<wp:comment_content><![CDATA[<strong><$MTPingTitle$></strong>
<$MTPingExcerpt$>
...]]></wp:comment_content>
<wp:comment_approved>1</wp:comment_approved>
<wp:comment_type>trackback</wp:comment_type>
<wp:comment_parent>0</wp:comment_parent>
<wp:comment_user_id>0</wp:comment_user_id>
</wp:comment>
</MTPings>
</item>
</MTEntries>
</channel>
</rss>

Home > Tags > ソースコード

  • [プラグイン][使い方] Twitterからのリンクを拾い集めてブログコメントにまとめてしまうWordPressプラグイン「Topsy Widgets」、短縮URLもOK。  http://bit.ly/5bGNRd  3日前
  • [カスタマイズ] 「はてな」などソーシャルブックマークのボタンの設置方法  http://boozywoozy.net/wordpress/2009/11/30/011510.html  2週間前
  • [まとめ][テーマ] The Best Free WordPress Themes of 2009 http://webdesignledger.com/freebies/the-best-free-wordpress-themes-of-2009  2週間前
  • [プラグイン][使い方] WordPressに『WordPress Related Post for Japanese』を導入する方法  http://bit.ly/5anQ9k  2週間前
  • [まとめ][プラグイン] 30 Most Popular Wordpress Plugins http://www.blog.exxcorpio.com/2009/11/26/30-most-popular-wordpress-plugins/  2週間前
  • [カスタマイズ]WordPressの条件分岐 http://digital-nb.com/wp/archives/1137  3週間前
  • [まとめ][プラグイン] 20+ Brand New and Incredibly Useful WordPress Plugins http://bit.ly/5EGCWr/  3週間前
  • [カスタマイズ][まとめ] 10 Must Have Hacks For WordPress Development http://spyrestudios.com/10-wordpress-hacks/  16時間前
  • [まとめ][テーマ][国内] 国内のWordPress無料厳選テーマ7 http://bit.ly/AxytQ  4日前
  • [お知らせ][セキュリティ] WordPress 2.8.6がリリースされました。日本語版も近々リリースされると思います。セキュリティ対策を施したバージョンですので、速やかにアップグレードしましょう。  1週間前
  • 過去の独り言...

Posting tweet...

Powered by Twitter Tools.

記事一覧
Tag Cloud

Return to page top