Articles in CMS
覚書 wp-e-commerce.3.7Beta5 1、ショッピングカート内(買い物かご) 2、パンくずリスト での商品名文字化け htmlentitiesをhtmlspecialcharsに変更。 /wp-content/plugins/wp-e-commerce/wpsc-includes/cart.class.php 174行目 * cart item name function, no parameters * @return string the cart item name */ function wpsc_cart_item_name() { global $wpsc_cart; return htmlspecialchars(stripslashes($wpsc_cart->cart_item->product_name), ENT_QUOTES); } /wp-content/plugins/wp-e-commerce/wpsc-includes/wpsc_query.php 171、1516、1533行目 function wpsc_the_product_title() { global $wpsc_query; //return stripslashes($wpsc_query->the_product_title()); return htmlspecialchars(stripslashes($wpsc_query->the_product_title()), ENT_QUOTES, "UTF-8"); } function get_breadcrumbs() { global $wpdb; $this->breadcrumbs = array(); $i = 0; [...]…
ボックス等内で「 ’ 」が全角になるので検索かけるとWordPress側でならないようにできました。
参考先 http://www.wordpress-skin.com/wordpress/?p=147
/wp-incl [...]…
WordPressショッピングカートプラグイン バージョン 1.4.6
設定画面を日本語にしたい
見よう見まねでやったものです。万一使用する場合は元ファイルをリネームバックアップして下さい。
yak-ja.poはy [...]…
覚書
これでも、国際化された部分を読み込めます。
あとはプラグイン名-ja.mo
<?php
if (file_exists(ABSPATH . 'wp-includes/l10n.php') [...]…
Popularity Contest バージョン 2.0b2
/wp-content/plugins/popularity-contest/popularity-contest.php82、1,634行目変更
loa [...]…
All in One SEO Pack バージョン 1.5.6
WordPress 2.8
管理画面で日本語にならずいろいろやってみましたがこれでOK??かなっ
all_in_one_seo_pack.phpを秀丸で [...]…
フェイスアイコン表示にWP Grins(prototype.js)を使用していましたが、jQuery版がありました。
WP Grins – Lite http://www.raproject.com/w [...]…
これが一番嫌いです。覚書
メッセージ: 'null' は Null またはオブジェクトではありません。
ライン: 99
文字: 5
コード: 0
URI: htt [...]…
覚書
通常
<?php wp_list_categories('orderby=order&style=list&hide_empty=1&title_li=') [...]…
/wp-content/plugins/syntaxhighlighter-plus/syntaxhighlighter/styles/shCore.css 64、65、66行目追加 /** * SyntaxHighlighter * http://alexgorbatchev.com/ * * @version * 2.0.287 (February 06 2009) * * @author * Alex Gorbatchev * * @copyright * Copyright (C) 2004-2009 Alex Gorbatchev. * * Licensed under a GNU Lesser General Public License. * http://creativecommons.org/licenses/LGPL/2.1/ * * SyntaxHighlighter is donationware. You are allowed to download, modify and distribute [...]…
