באדיטור של וורדפרס אני לא רואה את H1 ואת . אני רואה את זה רק VIEW SOURCE של אותו עמוד, האדיטור “חכם” ולא מציג את זה. הכנסתי את הקוד אבל משהו לא בסדר.
אני מכניס אותו ישר אחרי “RIGHT”???
עוד כמה דברים:
1. החלפתי לתבנית אחרת ומשום מה שם זה הסתדר אבל רק בתמונה אחת.
http://define-stress.com/the-different-types-of-stress-reducers
2. ריאיתי הפורום של וורדפרס שכתוב הדבר הבא:
Important Theme Code
In order to take advantage of these new CSS classes for image alignment and the text wrapping around the image, the WordPress Theme must include the following in the style.css found in the WordPress Theme directory.
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}
לא מצאתי את זה בקוד של אותה תבנית.
האם זה בגלל זה??
הינה הלינק לעמוד המלא: http://codex.wordpress.org/Wrapping_Text_Around_Images
3. האם זה משנה מאפיה התבניות מוורדפרס עצמו או כאלה שמצאתי באינטרנט? מה אתה ממליץ?