Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the breadcrumb-navxt domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/websupportadmin/public_html/cms/wp-includes/functions.php on line 6114

Warning: Cannot modify header information - headers already sent by (output started at /home/websupportadmin/public_html/cms/wp-includes/functions.php:6114) in /home/websupportadmin/public_html/cms/wp-content/plugins/pubsubhubbub/includes/class-pubsubhubbub-topics.php on line 57

Warning: Cannot modify header information - headers already sent by (output started at /home/websupportadmin/public_html/cms/wp-includes/functions.php:6114) in /home/websupportadmin/public_html/cms/wp-content/plugins/pubsubhubbub/includes/class-pubsubhubbub-topics.php on line 57

Warning: Cannot modify header information - headers already sent by (output started at /home/websupportadmin/public_html/cms/wp-includes/functions.php:6114) in /home/websupportadmin/public_html/cms/wp-content/plugins/pubsubhubbub/includes/class-pubsubhubbub-topics.php on line 61

Warning: Cannot modify header information - headers already sent by (output started at /home/websupportadmin/public_html/cms/wp-includes/functions.php:6114) in /home/websupportadmin/public_html/cms/wp-includes/feed-rss2.php on line 8
WordPress開発コラム – Webサイト保守・サポートブログ https://web-site.support/wordpress/column Wed, 09 Aug 2017 01:10:33 +0000 ja hourly 1 https://wordpress.org/?v=6.7 カスタム投稿タイプのアーカイブやsingleページが表示されない https://web-site.support/wordpress/column/development/08/09/post-57.html Wed, 09 Aug 2017 01:10:33 +0000 https://web-site.support/wordpress/column/?p=57 カスタム投稿タイプを設定後、アーカイブやsingleページが表示されなくてなんでだろうとたまに悩むので備忘録。

そうだ「パーマリンクを更新」しよう!

]]>
WordPress用のレスポンシブ無料(フリー)テーマを集めてみた https://web-site.support/wordpress/column/development/07/18/post-39.html Tue, 18 Jul 2017 09:37:44 +0000 https://web-site.support/wordpress/column/?p=39 サイト構築の際レスポンシブで構築し、モバイルユーザビリティーに対応しておくのが必然。
WordPressでレスポンシブに対応したテーマかつ無料(フリー)なものを集めてみました。
サイトのジャンルや見せ方に応じて、子テーマ化して構築するのにいいですね。

 

Simplicity2


デモ
ダウンロード

 

Iconic One


デモ
ダウンロード

 

Xeory Base


デモ
ダウンロード

 

Surfarama


デモ
ダウンロード

 

Spun


デモ
ダウンロード

 

Exray


デモ
ダウンロード

 

iMag Mag


デモ
ダウンロード

 

Stitch


デモ
ダウンロード

 

Attitude


デモ
ダウンロード

 

Graphy


デモ
ダウンロード

 

レスポンシブなテーマを導入しても、カスタマイズする前に子テーマ化しましょうね。
セキュリティーアップデートがでて更新してもカスタマイズが保持されます。

WordPressのカスタマイズや運用保守はお気軽ににご相談ください!。

]]>
WordPressテンプレートでホームとそれ以外を条件分岐する https://web-site.support/wordpress/column/development/05/08/post-29.html Fri, 08 May 2015 02:25:50 +0000 https://web-site.support/wordpress/column/?p=29 WPでトップページだけ、あるいはホーム以外で表示したいときの条件分岐

ホーム(トップページ)とそれ以外のページを分岐して表示

<?php if(is_home() || is_front_page()): ?>
ここにトップページにだけ表示するコンテンツを記入
<?php else: ?>
ここにトップページ以外に表示するコンテンツを記入
<?php endif; ?>
]]>
WordPress用プラグインqTranslate使用時の日時表示ではまった https://web-site.support/wordpress/column/development/10/14/post-20.html Thu, 13 Oct 2011 23:50:37 +0000 https://web-site.support/wordpress/column/?p=20 WordPressでの構築案件でqTranslateを使用。
アーカイブテンプレートで記事一覧を表示すると同時に各記事の時間も出力。

で出力していたが、日付がでる時と出ないときがある。。。(ー’`ー υ) ・・・

google先生に聞いてみると
the_dateだと同じ日付は出ないようだ。

そこでthe_timeを使用するとよいそうで、変更してみると何故か「時間:分」が出る。
引数渡しても反応無し・・・
これにはまりました。

約3時間格闘の末、判明。
qTranslateの設定中、各言語の設定(Edit Language)ができます。
ここでTime Formatを指定してあげるんですね。

またひとつ勉強になりました。

]]>
Out of memory at line エラーの対処法 https://web-site.support/wordpress/column/development/08/27/post-18.html https://web-site.support/wordpress/column/development/08/27/post-18.html#comments Thu, 26 Aug 2010 23:49:19 +0000 https://web-site.support/wordpress/column/?p=18 とある管理しているブログで「Out of memory at line…」というエラーが出ると指摘を受けました。
うちはマックなので全然気づきませんでしたが、どうやらWinのIEででるご様子。

格闘の末、対処法が分かったのでメモ。

まず、エラーをGoogle先生に聞いてみたところ、

・FLASH Playerのバージョンを最新にしてみる
・IEのインターネットオプション>セキュリティーでセキュリティレベルを「中高」から、「高」にする

という解決策を教えていただきました。

FLASH Playerをあげてみると・・・解決せず。
セキュリティレベルを上げてみると・・・確かにでなくなりました。

が、これだと自分はでなくなりますが他のユーザには何の解決にもなってません。

問題のブログページのみで発生しているので、そのブログの何かが問題だろうということでいろいろ格闘の末、原因を特定できました。

WordPressのプラグイン「jQuery Lightbox」(ver0.14)こいつが原因でした。
他のサイトでは問題無く使えているのですが、何故かこのサイトではこのJavascriptが原因のようでした。

取りあえず原因は特定できたので一安心。

]]>
https://web-site.support/wordpress/column/development/08/27/post-18.html/feed 1