Posted on 月曜日, 5 月 4th, 2009 at 7:09 PM
wordpressにて 大量のトラックバックがくる。。。
数百件来ると個々に削除するのは大変・・。
標準プラグイン Akismet を有効化。
APIキー はwordpress.com 登録し、入手する。
wordpress.com ログイン - 管理画面(ユーザー)-プロフィール あなたのWordPressのAPIキーは○○○
---------
別途プラグイン
Simple Trackback Validation Plugin
解凍した ファイル simple-trackback-validation.php を
/wp-content/plugins へ
管理画面 - 設定 - Simple TB Validation -
How to deal with spam trackbacks? (対処方法)
関連記事
Tags: plugin, wp
Posted in Wordpress |
Posted on 月曜日, 4 月 6th, 2009 at 1:26 PM
wordpress
みめも » Blog Archive » タイトル
の真ん中 Blog Archive »を 削除したい。
header.phpの次の箇所を削除する。
変更前---
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
----------
削除 <?php if ( is_single() ) { ?> » Blog Archive <?php } ?>
----------
変更後---
<title><?php bloginfo('name'); ?> <?php wp_title(); ?></title>
----------
関連記事
Tags: wp
Posted in Wordpress |
Posted on 水曜日, 1 月 28th, 2009 at 9:47 PM
なんだかな。
鯖?文字コード?なんだか
wordpressの日本語が 表示できない。英語なら 可。ってことに
日本語入れると 空白ってか 無になる。。。最初に表示されていた日本語も編集・更新すると消える・・・。
wordpress 2.7
L鯖
文字コード UFT-8
解決法
.htaccessファイルに以下を記述
php_flag mbstring.encoding_translation off
php_value default_charset "UTF-8"
らしぃ(2.6なら これで おkみたぃ?)
が・・・変化なし。。
php.iniに以下を記述
mbstring.language = Japanese
----こっからは参考までに。----
safe_mode = off
max_input_time = 60
output_buffering = none
safe_mode_exec_dir = none
upload_max_filesize = 10M
variables_order = EGPCS
dbx.colnames_case = lowercase
HTTP input encoding translation = on
mbstring.detect_order = auto
mbstring.encoding_translation = on
mbstring.http_input = auto
mbstring.http_output = UTF-8
mbstring.internal_encoding = UTF-8
mbstring.language = Japanese
session.save_path = /var/lib/php/session
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
-----ここまで--
関連記事
Tags: wp, 備忘録, 文字, 日本語表示, バグ?
Posted in Wordpress |
Posted on 日曜日, 10 月 26th, 2008 at 7:45 PM
Brogroll (見出し)変更
初期値の見出し(brogroll)
<?php wp_list_bookmarks(); ?>
の場合
<h2>brogroll(見出し)</h2>と 初期値に<h2>がある。(文字borgrollは Read the rest of this entry »
関連記事
Tags: wp, 文字
Posted in Wordpress |
Posted on 日曜日, 10 月 26th, 2008 at 7:04 PM
wordpress プラグイン plugin kill-wptexturize 導入。
ダブルクォーテーション " や シングルクォーテーション ' などの記号が
勝手に全角になってしまう。wordpressの仕様らしぃ。
ソース表示などしている場合 半角 " って 打っても 全角の ” になってしまう。。
ので文字・記号などの自動変換を無効化することで解決。
(プラグインは有効化するだけでおk)
関連記事
Tags: plugin, wp, 文字
Posted in Wordpress |
Posted on 火曜日, 10 月 14th, 2008 at 4:48 PM
岐阜限定 白川郷

白川郷キティ
関連記事
Tags: wp, ご当地キティ, 岐阜
Posted in Kitty, 岐阜 |
Posted on 火曜日, 10 月 14th, 2008 at 4:11 PM
wordpressプラグインpulgin導入。
日本語化してる人がいる~。
http://blockworks.jp/archives/530
あとはカスタマイズしてる人がいる。。http://www.lovy-studio.com/blog/?cat=8
WP e-Commerce の Settings の 言語を 日本語へ。
関連記事
Tags: plugin, wp, 備忘録
Posted in Wordpress |
Posted on 火曜日, 10 月 14th, 2008 at 2:58 PM
Tags: plugin, wp, 備忘録
Posted in Wordpress |
Posted on 火曜日, 10 月 14th, 2008 at 2:13 PM
wordpressプラグインplugin導入。。
手書きっぽく見せるw
手書きっぽいフォントは自分で用意する。(フリーやシェアやら・・)
wp-tegaki の中にそのフォントファイルを入れて設定。
(今回使用させて頂いたフォント)
[ tegaki ]ここに文字を記入すると下のよな感じに([ tegaki ]スペース削除)。。[/tegaki]

─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯




関連記事
Tags: plugin, wp, 文字
Posted in Wordpress |
Posted on 月曜日, 10 月 13th, 2008 at 5:30 PM
wordpressプラグインplugin導入。。
携帯からこのwordpressにて作成したホームページが閲覧できるプラグイン。
2007年度から 開発が終わってるのかなぁ。。。。
Ktai Style 携帯対応 のプラグインが 別鯖 PHP4.××に 非対応の為
Mobile Eye+ というプラグインを入れてみた。
有効にしたら管理画面が。。。文字化け。。。。WP2.6は Read the rest of this entry »
関連記事
Tags: plugin, wp, 備忘録
Posted in Wordpress |