Skip to content
Technotes

Technotes

WEBプログラミング関連の技術系の備忘録用ブログ

  • HomeHome
  • WordPressWordPress
    • 初級
    • 中級
    • 上級
  • NotesNotes
  • AboutAbout
  • ContactContact
  • RSS
Technotes > NotesRSS > done

Note tag: doneRSS

For notes that are done or resolved,

抜粋表示の下に挿入されるメディア要素が文字化け。おそらく `DOMDocument::loadHTML()` …

抜粋表示の下に挿入されるメディア要素が文字化け。おそらく DOMDocument::loadHTML() のエンコーディングの指定がなされていないのが原因。

一応できたが、記事を編集してblockquote の内容を変更した場合、以前のキャッシュも表示されてしまう問題…

一応できたが、記事を編集してblockquote の内容を変更した場合、以前のキャッシュも表示されてしまう問題が残っている。

あっれ。投稿ステータス変えただけで、編集時間が更新されとる。コンテンツが同じならされないように手を施したはずな…

あっれ。投稿ステータス変えただけで、編集時間が更新されとる。コンテンツが同じならされないように手を施したはずなのに。。。 調べるか。

アーカイブビューで、[Expand n more] をクリックして、子孫要素を表示させた状態で放置していると、…

アーカイブビューで、[Expand n more] をクリックして、子孫要素を表示させた状態で放置していると、Ajax の最新記事の挿入スクリプトが、子孫要素に最新記事を追加してしまう。

`<blockuote>` タグを oEmbed 的に抜粋表示のメディアアイテムとして、アーカイブ…

<blockuote> タグを oEmbed 的に抜粋表示のメディアアイテムとして、アーカイブビューで表示させる。

oEmbed の自動挿入のカスタマイズを施したあと、`{{unknown}}` が随所に挿入されてる。

oEmbed の自動挿入のカスタマイズを施したあと、{{unknown}} が随所に挿入されてる。

oEmbed 可能要素を自動検出。抜粋、シングルビュー両方で。

oEmbed 可能要素を自動検出。抜粋、シングルビュー両方で。

リンクに、”kpembed-20″が挿入されてる。これがどっからくるのか調べましょ。

リンクに、”kpembed-20″が挿入されてる。これがどっからくるのか調べましょ。

んー、oembed のリンクがコンバートされとらん。Amazon のプラグインの。見てみるか。

んー、oembed のリンクがコンバートされとらん。Amazon のプラグインの。見てみるか。

シングルビューのネスト記事は抜粋じゃなくて全文で良い気がする。リンク集とか、いちいちクリックするのが面倒。もし…

シングルビューのネスト記事は抜粋じゃなくて全文で良い気がする。リンク集とか、いちいちクリックするのが面倒。もしくは、ポップアップで全文表示させるとか。

このスレッドのコメントを投稿化したいな。 directive comments で指定コメントを投稿にコンバー…

このスレッドのコメントを投稿化したいな。 directive comments で指定コメントを投稿にコンバートするコマンド作るか。

んー、結局ユーザーIDを REST のコールバック側から受け取るという訳ではない。どうすんだこれ。

んー、結局ユーザーIDを REST のコールバック側から受け取るという訳ではない。どうすんだこれ。

コメントとしての追記のインデントが異様に大きくなってる。v2.2.2 から。

コメントとしての追記のインデントが異様に大きくなってる。v2.2.2 から。

excerpt_more フィルタで “続きを読む…” のリンク生成で、WordPress コアの設計上、…

excerpt_more フィルタで “続きを読む…” のリンク生成で、WordPress コアの設計上、グローバル変数にアクセスせざるを得ない状況に。 何か良い方法ないかな。

PhpStorm で環境移行し、v2018.3 でエクスポートした settings.jar を v2019.…

PhpStorm で環境移行し、v2018.3 でエクスポートした settings.jar を v2019.3 でインポートしようとすると、フォントサイズがおかしくなる。その後、フォントサイズを変更し、再起動後も、変更 … 続きを読む “PhpStorm で環境移行し、v2018.3 でエクスポートした settings.jar を v2019.…”

ツリー表示で子記事の”続きを読む”が親記事にリンクされてる。

ツリー表示で子記事の”続きを読む”が親記事にリンクされてる。

ツリーが大きくなると、解決済みがやはり邪魔になる。ので、一番下に表示させるようにしようか。

ツリーが大きくなると、解決済みがやはり邪魔になる。ので、一番下に表示させるようにしようか。

フロントエンドフォームから、プライベート記事にネストさせる時、その投稿を自動的にプライベートにする。

フロントエンドフォームから、プライベート記事にネストさせる時、その投稿を自動的にプライベートにする。

Vivaldi でノートの ` ` タグ内、`font-weight` が適用されていない箇所あり。`.ent…

Vivaldi でノートの タグ内、font-weight が適用されていない箇所あり。.entry-content 内だと思う。Firefox、Chrome では来てるのでブラウザ固有の問題な気がするけど。要リサーチ。 … 続きを読む “Vivaldi でノートの ` ` タグ内、`font-weight` が適用されていない箇所あり。`.ent…”

プライベートのネスト記事が表示されていない

プライベートのネスト記事が表示されていない

Posts navigation

Page 1 Page 2 … Page 4 Next page

人気の記事

  • Vivaldi で Firefox の ツリースタイルタブ (Tree Style Tab)の機能を実装させる方法

    Firefox、ここ最近のアップデート (v70~71あた...

  • Google から初めて請求が来たがその金額に愕然

    本日、GCP (Google Cloud Platform...

  • Firefox でタブバーを非表示にする方法

    Firefox のアドオンの Tree Style Tab...

  • さくらレンタルサーバの Cron Job で Bash スクリプトを実行する

    サーバー上で決められた時刻に特定のスクリプトを走らせたい、...

  • Bitbucket でプライベートリポジトリの作成からクローンまでの流れ

    Bitbucket は Git のリポジトリをホストしてく...

  • WordPress でシリーズ記事をリストさせる

    WordPress で「~な方法その1」といった具合でシリ...

  • WordPress Twenty Seventeen のメニューをカスタマイズ

    前回、WordPress のメニュー項目をアイコン表示させ...

  • WordPress のサイト URL を取得する関数 get_home_url() と get_site_url() の違い

    WordPress の関数にサイトの URL を取得する関...

最新の記事

  • PHP の print_r() の出力を整形し見やすくする
  • PHP でファイル・ディレクトリを消去する関数 – rmdir() の改良
  • Vivaldi で Firefox の ツリースタイルタブ (Tree Style Tab)の機能を実装させる方法
  • WordPress の Quick Edit にカスタムフィールドを挿入するカスタマイズ方法
  • WordPress のカスタム投稿タイプでスティッキー投稿を可能にするコード
  • WordPress で日本語の抜粋表示を適正化させる
  • WordPress Twenty Seventeen のメニューをカスタマイズ
  • WordPress のサイト URL を取得する関数 get_home_url() と get_site_url() の違い

Archives

  • January 2020
  • December 2019
  • November 2019
  • November 2018

Tags

  • .cshrc
  • Bitnami
  • Code
  • CSS
  • Firefox
  • FreeBSD
  • GCP
  • git
  • Google
  • Google Domains
  • Gutenberg
  • Matomo
  • multisite
  • PHP
  • Python
  • Python3
  • RSS
  • setup
  • SSH
  • SSL
  • Twenty Seventeen
  • Windows
  • WordPress
  • さくらサーバ
  • さくらレンタルサーバ
  • アイコン
  • アクセス解析
  • カスタマイズ
  • コマンド
  • コード
  • セットアップ
  • チップス
  • テーマ
  • ドメイン
  • フィード
  • プラグイン
  • レンタル
  • 上級
  • 中級
  • 共用
  • 初級
  • 小技
  • 無料
  • 素材
  • 設定
【新版】財務3表一体理解法 (朝日新書)
4.4 out of 5 stars(5441011)
¥891 (as of March 12, 2026 11:54 GMT +09:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)
人生は気づかぬうちにすぎるから。 「自分第一」で生きるための時間術
3.8 out of 5 stars(5388)
¥1,980 (as of March 12, 2026 08:27 GMT +09:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)
LLMの原理、RAG・エージェント開発から読み解く コンテキストエンジニアリング エンジニア選書
4.4 out of 5 stars(54413)
¥3,234 (as of March 12, 2026 08:27 GMT +09:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)
イシューからはじめよ[改訂版]――知的生産の「シンプルな本質」
4.3 out of 5 stars(543632)
¥1,980 (as of March 12, 2026 11:54 GMT +09:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)
【動画&アプリ付き】みんなが欲しかった! FPの教科書3級 2025-2026年版 【CBT模試付き/滝澤ななみ式/独学/フルカラー/赤シート対応】(みんなが欲しかったシリーズ)(TAC出版)
4.1 out of 5 stars(541186)
¥1,650 (as of March 12, 2026 11:54 GMT +09:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)
AI分析でわかった トップ5%社員の習慣 トップ5%シリーズ
4.1 out of 5 stars(5412708)
¥1,485 (as of March 12, 2026 08:27 GMT +09:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)
なぜ、あなたのチームは疲れているのか? 職場の「心理的リソース」を回復させるリーダーの思考法
4.6 out of 5 stars(54691)
¥1,980 (as of March 12, 2026 08:27 GMT +09:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)
【改訂版】本当の自由を手に入れる お金の大学
4.6 out of 5 stars(5461817)
¥1,650 (as of March 12, 2026 11:54 GMT +09:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)
令和08年 イメージ&クレバー方式でよくわかる かやのき先生のITパスポート教室
4.8 out of 5 stars(54834)
¥1,760 (as of March 12, 2026 08:27 GMT +09:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)
50万円を50億円に増やした 投資家の父から娘への教え
4.4 out of 5 stars(544861)
¥1,870 (as of March 12, 2026 08:27 GMT +09:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)
  • RSS
プライバシーポリシー Designed by Michael Uno