How to Disable Image and Video Captions Feature and Auto Adding of Shortcode in WordPress 2.6 כיצד תמונה בטל כיתובים וידאו מאפיין אוטומטי של הוספת Shortcode ב-WordPress 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. יש טונות של תכונות חדשות וורדפרס כבר בלוג פלטפורמת פרסום רבת עוצמה, אחת של התכונה היא כיתובים להציג תמונה אשר כיתוב של טקסט המתאר את התמונה המוצגת בדף האינטרנט, מתחת תחת התמונה עצמה. In fact, image captioning has been made default feature, and always turned on or enabled. למעשה, תמונת captioning בוצעה תכונה מחדל, ותמיד מופעלת או מופעלת. 
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. עם captioning התמונה ב-WordPress 2.6, WordPress באופן אוטומטי shortcode להוסיף כיתוב לכל תמונות, גרפיקה, תמונות, תמונות וסרטי וידאו מוכנס לתוך הבלוג הודעות ודפי באמצעות פלאש או מדיה Uploader הקלאסי. 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. Shortcode [כיתוב] ו [/ caption], אשר סוגר IMG, חפץ או EMBED HTML אלמנטים יהיה לתרגם <div> ו </ div> CSS תכונות בהתאם למיקום הכיתוב.
Example of caption shortcode: דוגמה shortcode הכיתוב:
[caption]<a><img /></a>[/caption] [הכיתוב] <a> <img /> </ a> [/ caption]
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. עם זאת, מחיקה או להסיר את הכיתוב shortcode באופן אוטומטי נוספו יחד עם ההכנסה של תמונות וקטעי וידאו של עורך ויזואלי או 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 . עבור המשתמש שלא רוצה להשתמש בתכונה כיתוב התמונה, ואת רוצה לבטל ולהשבית את captioning אוטומטית (תוספת של shortcode הכיתוב) כדי תמונות וקטעי וידאו, להוסיף את שורת הקוד הבאה לתוך wp-config.php או את ערכת הנושא של functions.php.
define('CAPTIONS_OFF', true); define ( 'CAPTIONS_OFF', true);
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 מושבת, ואת הכיתוב shortcode לא עובד או לתרגם עוד. 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. מומלץ כי המשתמש 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 Update: לקבלת וורדפרס 2.6.1 משתמשים שרוצים להשבית תכונה כיתובים, להשתמש Caption Disabler plugin כיתוב תוסף Disabler . .
IMPORTANT : The page is machine translated and provided "as is" without warranty. חשוב: הדף מכונת תירגם מתפרסם "כמות שהוא" ללא אחריות. Machine translation may be difficult to understand. תרגום מכונה יכול להיות קשה להבין. Please refer to נא עיין original English article המאמר המקורי באנגלית whenever possible. בכל הזדמנות אפשרית.
Related Articles מאמרים קשורים
- Caption Disabler WordPress Plugin to Disable and Remove Captions Functionality כיתוב Disabler WordPress Plugin כדי בטל כיתובים פונקציונליות הסרה
- How to Change the CSS Style, Font, Spacing, Alignment and Color of WordPress Image Captions כיצד לשנות את סגנון CSS, גופן, ריווח, המערך צבע כיתובים של וורדפרס תמונה
- How to Change the Frequency or Interval WordPress Auto Saves An Editing Post or Page כיצד לשנות את תדירות או מרווח וורדפרס אוטומטי חוסך עריכת פוסט או עמוד
- How To Add Subtitles and Captions To YouTube Video כיצד להוסיף כתוביות וכותרות כדי YouTube Video
- Disable and Turn Off Post Revisions Tracking in WordPress 2.6 or Above השבת ולכבות מהדורות פוסט מעקב ב-WordPress 2.6 ומעלה
- Adding Extra More Fields to WordPress Write/Edit Post/Page Right Column הוספת תוספת שדות נוסף על WordPress כתוב / עריכת פוסט / דף העכבר טור
- Disable WordPress 2.3 Core and Plugins Update Check and Notification השבת וורדפרס 2.3 Core ו תוספים בדוק עדכונים והודעות
- Hack to Turn Off and Disable Windows 7 CD or DVD Writer Burning and Auto Tray Ejection Feature האק כדי לכבות השבת של Windows 7 צריבת תקליטור או DVD סופר אוטומטי מגש מפלט התכונה
- WordPress 2.6 with Change Revision Tracking Feature Available for Free Download וורדפרס 2.6 עם שינוי עדכון תכונת מעקב זמינים עבור הורדה חינם
- How To Store Every Post Revisions on Each Auto-Save in WordPress with Limit on Versions Count כיצד לשמור על כל מהדורות אוטומטית כל הודעה שמור ב-WordPress עם הגבלה על גרסאות הרוזן










































February 18th, 2009 05:26 18 פבואר 2009 05:26
[...] gestor de Desktop es eliminar el caption que mete WP por defecto. [...] Gestor דה Desktop es eliminar el que הכיתוב להקציב WP מאת defecto. Para ello hay 2 formas: en WP 2.6 cambiar una opción de wp-config.php y en versiones superiores tienes que instalar un plugin. חציר Para ello 2 formas: en WP 2.6 Cambiar una opción de wp-config.php y en versiones superiores Tienes que להתקין תוסף האו"ם. Por cierto, cuidado que no es retroactivo: [...] Por cierto, que es Cuidado לא retroactivo: [...]
February 2nd, 2009 01:45 2 פבואר 2009 01:45
Hello. שלום. And Bye. ו ביי.
October 6th, 2008 05:05 6 אוקטובר 2008 05:05
[...] who doesn't want or doesn't like the caption feature, WordPress developers have added a CAPTIONS_OFF constant into WordPress version 2.6. [...] שלא רוצה או לא אוהב תכונה את הכיתוב, מפתחי וורדפרס שהוספת CAPTIONS_OFF קבוע לתוך וורדפרס גרסה 2.6. However, the constant has already been removed and no longer [...] עם זאת, קבוע כבר הוסר כבר לא [...]
September 22nd, 2008 03:14 22 ספטמבר 2008 03:14
[...] 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. [...] La fonction "כיתוב" גירסאות nouvelles des דה Sert Wordpress en fait à Créer un סגל au סיור de votre תמונת mais également à une Legende Afficher dans ce même גרי סגל. Cela peut parfois déformer les chartes graphiques des blogs, comme ce blog par exemple. סלה déformer peut parfois les chartes des graphiques בלוגים, ce comme הבלוג למשל נקוב. Via MyDigitalLife [...] דרך MyDigitalLife [...]
September 19th, 2008 12:41 19 ספטמבר 2008 12:41
[...] 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 ו רוצה לכבות captioning, הייתי מציע לקרוא את זה או זה, למרות שלא ניסיתי שיטות אלה [...]
September 14th, 2008 22:22 14 ספטמבר 2008 22:22
Finally what I was looking for!! לבסוף מה שחיפשתי! Thanks! תודה!
July 24th, 2008 01:31 24 יולי 2008 01:31
Big thanks, worked like a charm! תודה גדולה, עובד כמו קסם!
July 21st, 2008 22:56 21 יולי 2008 22:56
[...] a helpful article that discusses a temporary solution that involves modifying /wp_config.php, but it will not permanently work. [...] מאמר מועיל, כי דן aa פתרון זמני כי כרוך שינוי / wp_config.php, אבל זה לא יהיה באופן קבוע לעבודה. Add the following to [...] הוסף את השורות הבאות [...]
July 20th, 2008 09:04 20 יולי 2008 09:04
[...] Vía | My Digital Life [...] [...] Via | מצלמות החיים שלי [...]