You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
I want to use HTML5 in my WordPress theme, how do I turn off wptexturize? I don't mind WP adding breaks, but I want them to be <br> and not <br />. How do I get control over how those breaks show up in my code? EDIT: I only really care about the <br> tag issue, I don't mind the typographic changes it makes. EDIT2: Actually, I guess <img> tags matter too. Any self-closing standalone tags will matte
Hi there, great plugin, saves me a lot time 🙂 One question though: is it possible to show the number of posts belonging to a Custom Post Type in the Dashboard’s “Right Now / At a glance” modul? Found this online today, then saw your post. Hopefully this will help! It will also show custom taxonomies if you change $showTaxonomies = 0 to $showTaxonomies = 1 // Add custom taxonomies and custom post
Daniel Pataki has been working with WordPress since the dawn of time, and he still discovers new tips and tricks. He has compiled his own list of 21 techniques that are handy, fun or best practices rarely followed. He hopes everyone finds something new in the list! I’ve been working with WordPress since the dawn of time, and even though I peek at the source code regularly, I still discover new tip
ちょっとフォーラムで興味深い質問があって、あーこれはいつかありえるかもって思ったのでメモとして残しておきます。 フォーラムで報告があった不具合は要約すると以下の様な感じ。 原因 この不具合は、php.ini の max_input_vars というパラメータの制限によるものです。 これは、DOS攻撃を防ぐために PHP 5.3.9 以降で追加されたパラメータで、PHPマニュアルによると以下のように記載されています。 入力変数 を最大で何個まで受け付けるかを指定します (この制限は、スーパーグローバル $_GET、$_POST そして $_COOKIE にそれぞれ個別に適用されます)。 このディレクティブを使うと、ハッシュの衝突を悪用したサービス不能攻撃を受ける可能性を軽減できます。 このディレクティブで設定した数を超える入力変数があった場合は E_WARNING が発生し、 それ以降の入力
If you want to become a better developer, try these code learning guides. Each one is a hand-picked collection of free code tutorials on a relevant theme, like WordPress Gutenberg or creating an Angular app. Find everything you need here, whether you’re a web developer or mobile app developer, and no matter which programming language you use. These learning guides bring together over a decade of f
Twitter や Facebook で見かける、「何分前」、「何時間前」、「何日前」のような相対的な時間表記。 これを WordPress で使いたい時は、human_time_diff() という関数があるので、こちらを使うのが手軽。 ver. 1.5.0 から実装されているようなので、2005年2月からある機能のようです( WordPress › Announcing WordPress 1.5 )。全く知らなかった。 Function Reference/human time diff « WordPress Codex $from は必須、$to はオプションです。 Codex にサンプルとして挙げられているのは、以下の2パターン。 「投稿から何日」( $from に get_the_time(‘U’) )「コメントから何日」( $from に get_comment_time(
WordPressの場合、ダッシュボードの「プライバシー設定」にあわせて自動でrobots.txtを生成してくれます(自分で robots.txt を設置した場合はそちらが優先されます)。 細かな設定を行いたい場合は自分で robots.txt を作成した方が早いかも知れませんが、当該部分にフィルターが用意されているので、プラグインやテーマでカスタマイズすることも可能です。 2016.6.28 いい加減ver4.5にもなったので改稿しました。 自動生成の robots.txt ダッシュボードの設定によって生成される robots.txt の中身が異なります。 「検索エンジンによるサイトのインデックスを許可する」にしていた場合 Disallow: {WordPressの設置ディレクトリ}/wp-admin/ Allow: {WordPressの設置ディレクトリ}/wp-admin/admin
この度作成したブログをコメントを承認制にしており、 コメントが投稿されると「モデレートしてください ~~」といったタイトルのメールが来るようになっています。 この「モデレート」という言葉が少しわかりづらいので、 「コメント承認」等の言葉に変更できればと思いました。 どうにか変更する方法はないでしょうか? メール送信者を変更する方法は見つかるのですが、 こちらの方法が見つからず、困っています。 どうかお知恵を貸していただけないでしょうか i4kawaさん お使いのテーマの functions.php に以下を追記してはいかがでしょう? function my_moderation_subject( $subject ) { return str_replace( 'モデレート', 'コメント承認', $subject ); } add_filter( 'comment_moderation_
つまりブラウザ側でのキャッシュを許容しておらず、有効時間内であっても、常に 200 OK と共にフルコンテンツを返します。 一方 True ( Allow ) に設定した場合、上記ヘッダフィールドは一切送られません。その結果ブラウザは、キャッシュの扱い方に関する情報が得られず、単にリクエストするだけとなり、レスポンスも 200 OK のままとなります。 スマホのためにも、少しでも通信量を減らす設定が欲しい所だと思いますが、どうでしょうか? プリロード 予めキャッシュを生成しておくプリロードは、「Sitemap Auto-Caching」 で設定します。 設定のポイントは、次の通りです。 キャッシュ有効時間の推奨値は86400 (24時間) で、3600 未満だと動作しません。 プリロードするページのリストをサイトの sitemap.xml から得るので、Google (XML) Sitem
WordPress feeds enable your visitors to subscribe to your content for use in their favorite feed-reader. For example, subscribing to the main-posts feed and/or the comments feed is a great way for your readers to stay current with all the latest news and content from your website. With WordPress, you can deliver a wide variety of “Full-text” or “Summary” (partial) feeds in numerous formats, includ
この投稿は 12年 前に公開されました。いまではもう無効になった内容を含んでいるかもしれないことをご了承ください。 そろそろテーマを変更しようかなと思っているので、その前準備について。ぼくのサイトのWordPressテーマは子テーマとか既存テーマのカスタマイズではなく、完全フルスクラッチなんですが、その際に「こんな風に作り始めてるよ」という問わず語りです。 1. 開発環境 開発ツールは最近Netbeansを使ってます。NetbeansはWordPressのルートフォルダーをプロジェクトに指定すると、関数が予測変換で呼び出せるようになります。グローバル関数なんて全部覚えていられないので、これは便利ですね。変なタイプミスをなくすためにも、予測変換機能は絶対使うようにした方がいいと思います。DreamWeaverもCS5ぐらいからこういう機能が実装されたように思います。 NetBeansの予測変
When we design our blogs, we tend to forget our visitors/users who're following us with their feed readers. In this tutorial, we're going to learn to "hack" our blog's feed for a better feed reading experience for our users. We're going to work on 10 great tips to customize our feeds. We will redesign our feed content, maybe shorten it, create functions for feed-only and blog-only content, add use
Looking for a Quick Solution? If you're looking for a quick solution, there's a great collection of infinite scroll scripts and plugins over at Envato Market. Starting from just a few dollars, it's a great way to implement something in a few minutes that would take a lot longer to build from scratch! Whether you're wanting a solution for WordPress, Magento, WooCommerce, or your own setup, there's
この投稿は 12年半 前に公開されました。いまではもう無効になった内容を含んでいるかもしれないことをご了承ください。 例によってWordPressで会員制サイトを運営するときのユーザビリティ向上Tipsです。プラグイン作ったことあるとか、functions.phpをいじってるという人向きです。 ユーザーというのは思いもよらない使い方をするもので、誰でも登録できるようにすると、とんでもないことが起きたりします。また、新しい機能を追加しても、ナビゲーションバーを発見してもらえなかったりして、「使われない」という悲しい事態に陥ります。 こういうことがあると、管理者としては「これだからユーザーってやつは!」と絶望してしまいがちですが、「管理者がWordPressの管理画面を見慣れているだけで、ほとんどの人にとってはそうではない」という専門家にありがちなジレンマが起きているだけともいえます。 とはい
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く