How to Disable Image and Video Captions Feature and Auto Adding of Shortcode in WordPress 2.6画像とビデオキャプション機能を無効にする方法と自動ショートのワードプレス2.6に追加する

WordPress 2.6ワードプレス2.6 has tons of new features to already powerful WordPress blog publishing platform, and one of the feature is image captions which display a caption of text describing the image displayed on the web page, beneath under the image itself. 、出版のプラットフォームはすでに強力なワードプレスのブログに新機能の1トンしていると、この機能の下にはテキスト、画像、 Webページに表示される記述のキャプションを表示する画像のキャプション、画像自体を受けている。 In fact, image captioning has been made default feature, and always turned on or enabled.実際には、画像のキャプション、とされているデフォルトの機能を常にオンになったりする。

Image with Captions in WordPress

With image captioning in WordPress 2.6, WordPress will automatically add caption shortcode to all images, graphics, photos, pictures, and videos inserted into blog posts and pages via Flash or classic media uploader.ワードプレス2.6の画像キャプションでは、ワードプレスを自動的にグラフィック、写真、写真、動画の投稿とFlashやクラシックなメディアを介してページにアップローダのブログに挿入すべての画像にキャプションをショートコードが追加されます。 The shortcode [caption] and [/caption], which bracket the IMG, OBJECT or EMBED HTML elements will translate into <div> and </div> CSS attributes to position caption accordingly.は、ショートコード[キャプション]と[ /キャプション]は、ブラケットのIMGは、埋め込みオブジェクトまたはHTML要素に変換するの<div>と< / divを> CSSの属性に応じてキャプションの位置に。

Example of caption shortcode:キャプションショートコードの例:

[caption]<a><img /></a>[/caption] [キャプション]に関する<a> <img /> < / a >の[ /キャプション]

Not every blogger will love or need the images caption feature though.愛をするかは、画像のキャプション機能を必要としないすべてのブロガー。 Author can skip using using [caption] and [/caption] HTML code to avoid an image or embedded video clip been showing caption below it.著者[キャプション]と[ /キャプション]または埋め込まれたHTMLコードを使用してビデオのイメージを避けるためにその下のキャプションが表示されてクリップをスキップすることができます。 However, deleting or removing the caption shortcode that automatically been added together with the insertion of photos and videos in the visual or HTML editor.しかし、ショートコードを削除するか、キャプションを自動的に一緒に視覚またはHTMLエディタで写真や動画の挿入を追加して削除します。

For user who doesn’t want to use the image caption feature, and want to turn off and disable the automatic captioning (addition of caption shortcode) to images and videos, insert the following line of code into wp-config.php or the theme’s functions.php .ユーザーの場合は、画像のキャプション機能を使用するには、望んでいないとキャプションを無効にして、自動画像や動画、 WPを採用に次のコード行を挿入- config.phpやキャプションをテーマにショート(また)を無効する' functions.phpした

define(’CAPTIONS_OFF’, true); 定義( ' CAPTIONS_OFF ' 、真の) ;

Once added CAPTIONS_OFF parameter, the images caption function is WordPress 2.6 is disabled, and the caption shortcode does not work or translate anymore.と、キャプションショート動作しないか、または無効になっている翻訳したらもうCAPTIONS_OFFパラメータは、ワードプレス2.6は、画像のキャプション機能が追加されています。 But note that CAPTIONS_OFF constant is only a temporary variable available in WordPress version 2.6, as denoted inしかし、注意してCAPTIONS_OFF定数は一時的な変数唯一のワードプレスのバージョン2.6で利用できる、のように表されます Changeset 8321 Changeset 8321 . It’s recommended that WordPress user does not use this constant as it will no longer be supported in future version of WordPress.ワードプレスのユーザーが使用していないことをお勧めのこの定数としては、もはやワードプレスの将来のバージョンではサポートされます。 Changeset 8358 Changeset 8358 has made the changes to enable disabling of caption support via plugin’s filter, which likely to go live on WordPress 2.6.1.ワードプレス2.6.1のライブに行くようにプラグインのフィルタを介してキャプションのサポートを無効にして変更を有効にしている。

Update: For WordPress 2.6.1 users who want to disable captions feature, useアップデート:コメント機能は無効に、ワードプレス2.6.1を使用したいユーザーの場合 Caption Disabler pluginキャプションDisablerプラグイン .

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要 :これはマシンとして"保証なしにされている"提供されているページを翻訳しています。 Machine translation may be difficult to understand.機械翻訳を理解するのが難しい場合があります。 Please refer toを参照してください original English articleオリジナルの英語の記事 whenever possible.可能な場合。

Share and contribute or get technical support and help at共有して貢献するかを得る技術サポートと支援 My Digital Life Forums 私のデジタルライフフォーラム .



7 Responses to “How to Disable Image and Video Captions Feature and Auto Adding of Shortcode in WordPress 2.6” 7レスポンスを"無効画像とビデオキャプション機能と自動ショートのワードプレス2.6で追加する方法"に

  1. Cómo desactivar las CAPTION en WordPress 2.6 Cómo desactivarラスキャプションアンワードプレス2.6
    July 20th, 2008 09:04 7月20日、 2008年09:04
    1

    [...] Vía | My Digital Life [...] [...] Vía |マイデジタルライフ[...]

  2. How to turn off captions in WordPress 2.6 « Denver Web Design & Denver SEO - The Katz Web Design BlogどのようにSEOのワードプレス2.6 «デンバーのWebデザイン&デンバーキャプションを無効にする-カッツのW ebデザインブログ
    July 21st, 2008 22:56 2008年7月21日22:56
    2

    [...] a helpful article that discusses a temporary solution that involves modifying /wp_config.php, but it will not permanently work. [...]に役立つ資料では説明アア一時的なソリューションを変更する/ wp_config.phpが、永久に動作しません。 Add the following to [...]に以下を追加して、 [...]

  3. c.urdaneta
    July 24th, 2008 01:31 7月24日、 2008年01:31
    3

    Big thanks, worked like a charm!ビッグおかげで、魔法のように仕事を!

  4. Loverock
    September 14th, 2008 22:22 9月14日、 2008年22:22
    4

    Finally what I was looking for!!最後に私の探していた! ! Thanks!ありがとう!

  5. Introducing CaptionKiller, because WordPress captions are bad | Game Petワードプレスのキャプションは悪いが、 CaptionKiller紹介|ゲームペット
    September 19th, 2008 12:41 9月19日、 2008年12:41
    5

    [...] If you’re still using WordPress 2.6 and want to turn off captioning, I would suggest reading this or this, though I haven’t tried these methods [...] [...]場合は、ワードプレス2.6を使用しているとキャプションを、私はこの本を読むことをお勧めオフにすることが、私はこれらの方法を試したことのない[...]

  6. Désactiver la fonction “Caption” de Wordpress | Geekeries.fr - Astuces Wordpress, Actualités High-Tech, Plugins Wordpress, Apple, Windows Désactiverラ役職"キャプション"とデWordpressの| Geekeries.fr -A stucesW ordpressのは、えんハイテック、プラグインW ordpressのは、 A ppleは、 W indows
    September 22nd, 2008 03:14 2008年9月22日03:14
    6

    [...] La fonction “Caption” des nouvelles versions de Wordpress sert en fait à créer un cadre au tour de votre image mais également à afficher une légende dans ce même cadre gris. [...]ラ役職"キャプション"デニュースのバージョンのWordpressのセルトフェイトà créer国連幹部からAUアンツアーデヴォートル画像デégalement à une légende情報afficher CEのミーム幹部グリdans 。 Cela peut parfois déformer les chartes graphiques des blogs, comme ce blog par exemple.セラpeut CEのパー例のブログコムデレchartes graphiquesブログ、 déformer parfois 。 Via MyDigitalLife [...]経由MyDigitalLife [...]

  7. Caption Disabler WordPress Plugin to Disable and Remove Captions Functionality » My Digital LifeキャプションDisablerワードプレスプラグインを無効にしてキャプションを削除する機能»私のデジタルライフ
    October 6th, 2008 05:05 2008年10月6日05:05
    7

    [...] who doesn’t want or doesn’t like the caption feature, WordPress developers have added a CAPTIONS_OFF constant into WordPress version 2.6. [...]は望んでいないかのようにキャプション機能しないように、ワードプレスの開発者が追加されているワードプレスのバージョン2.6にCAPTIONS_OFF定数。 However, the constant has already been removed and no longer [...]ただし、既に削除されている定数は、もはや[...]

Leave a Replyは、返信のままに

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> これらのタグ :の<a href=""使用することができますtitle=""> <abbr title=""> <acronym title=""> <b>ダウンロード<blockquote cite=""> <cite>の<code> <デル日時= " " >の<em> <i> <q cite=""> <strike> <strong>

Subscribe without commentingチャンネル登録コメントなし


Custom Search

New Articles新しい記事

Incoming Search Terms for the Article着信は、文書の検索利用規約

picture caption code 画像のキャプションコード - - wordpress disable caption キャプションを無効にワードプレス - - disable caption wordpress キャプションを無効にワードプレス - - how to remove captions from pictures 写真のキャプションを削除する方法 - - removing caption from sony tv ソニーのテレビからのキャプションを削除する - - removing captions in images + vista 画像のキャプションを削除する+展望 - - turn off audio captions in media player メディアのプレーヤーオーディオキャプションを無効にする - - wordpress caption filtern ワードプレスのキャプションfiltern - - wordpress caption photo ワードプレスのキャプション写真 - - all すべての - - feature image wordpress 機能イメージワードプレス - - turn off caption box キャプションボックスをオフにする - - wordpress [caption ワードプレスの[キャプション - - add automatic images to wordpress post 自動画像を追加ワードプレスに投稿 - - css disable image CSSを無効に画像 - - disable alt code in wordpress title ワードプレスのタイトルに無効とAltコード - - removing captions from tv テレビからのコメントを削除する - - wordpress how to disable caption only alt キャプションを無効にする方法のみとAltワードプレス - - "Classic Media" captions "クラシックメディア"キャプション - - captioning in filipino フィリピン語のキャプション - - Download New Captions Feature For Videos 映画ダウンロードして、新しいキャプション機能 - - how to disable video ビデオを無効にする方法 - - image captions html 画像のキャプションのHTML - - samsung removing captions コメントを削除するサムスン - - turn off automatic pic download in elements with ipod を持つ要素の自動写真をダウンロードしてiPodの電源を切る - - turning off image caption in WP WPを採用で画像のキャプションをオフにする - - blogger image caption ブロガーの画像のキャプション - - delete caption wordpress キャプションのワードプレスを削除 - - embed video captions in firefox Firefox埋め込みビデオキャプション - - sony Tv & remove video caption ソニーのテレビ&ビデオのキャプションを削除 - - disable caption title internet explorer javascript Internet ExplorerのJavaScriptを無効にキャプションタイトル - - disable wordpress caption ワードプレスを無効キャプション - - firefox images en gris Firefoxの画像アングリ - - windows media addition TV "turn off caption" 窓のメディアまたテレビのキャプションを"有効" - - caption disable キャプションを無効に - - disable caption windows media player Windows Media Playerの無効キャプション - - display image captions in vista Vistaで表示する画像のキャプション - - disable filipino 無効フィリピン語 - - automatic add insetion on windows media Windows上で自動メディアinsetion追加 - - caption shortcode キャプションショート - - image caption in WP WPを採用で画像のキャプション - - wordpress disable image link 無効の画像リンクワードプレス - - how to remove [caption] tags in wordpress 2.6.1 を削除する方法[キャプション]タグワードプレス2.6.1 - - disable auto adding for search engine in chrome 検索エンジンのクロムを無効に自動で追加する - - remove image captions in WordPress ワードプレスで画像のキャプションを削除 - - video life of disableビデオ生活を無効に - - wordpress image caption ワードプレスの画像のキャプション - - embed video wordpress disable download 埋め込みビデオを無効にダウンロードしてワードプレス - - how to stop windows media player from auto-adding files どのように自動停止するWindows Media Playerのファイルを追加する - - video as image caption 画像のキャプションとしてビデオ - -