Home

PenguinWanderer.net

links for 2006-09-01

links for 2006-08-31

Popularity: 28% [?]

wpgeshiテスト。

foreach($test as $key => $val){
$test = $test . $test;
}
 

Popularity: 43% [?]

links for 2006-08-30

Popularity: 28% [?]

Wp-MixiPublisherカスタマイズ。

Wp-MixiPublisher - Wordpressの記事をMixiに複製 より

愛用プラグイン Wp-MixiPublisher なのですが
どうも自分の習慣的には使い勝手が悪いところがあって


というよりも
「概要」をmixiに送信しようと more コメントタグ使って
概要を書いてみたんですがどうもmore以下じゃなくて
本文の方が送信されてるっぽい

今気がついた
(本文)
more
(概要)

じゃなくて

(概要)
more
(追記)
で本文になるのか

まぁそれはそれとして
MovableType上がりの常として
excerptフィールドを概要に使った方が慣れてるというのもあって
あとmixiに書く内容とこっちの内容を分けることもあろうということで
改造してみました Wp-MixiPublisher。

117行あたり
「設定値4の場合」を追加

switch($settingVO->getParam('type')){
case 4:
$content = apply_filters('the_content', $post->post_excerpt);
break;
case 3:
$content = apply_filters('the_content', $post->post_content);
break;
case 2:
$content = explode(' Continue reading

Popularity: 52% [?]

  • Newer Entries
  • Home

    Search
    Feeds
    Meta

    Pages (75): « First ... « 68 69 70 [71] 72 73 74 » ... Last »

    Page Top