وردا على الاستعلام عن طريق داركو Kovancives على مقالتي السابقة حول[intlink id=“1520” type=“post”]fixing Rich Snippets code for the Mystique theme[/intlink] we have resolved the same issues with the Thesis theme. Details of the changes required are below.
Before the file edits you need to carry out various other changes and tasks
- الحصول على الملف الشخصي في Google (بمعنى آخر. لحساب Google )
- إضافة عنوان موقعك (e.g. HTTPS://diymediahome.org) إلى ملف التعريف الخاص بك جوجل , كحلقة وصل العام
- Get your google plus ID and use it in place of mine in file edit number 5 below
- Change a Thesis setting for showing author on teasers in the options — Thesis: خيارات التصميم: المضايقون: Teaser Display Options: علامة "اسم الكاتب"
- Change a Thesis setting for linking author in options — Thesis: خيارات التصميم: خيارات العرض: الخطوط الثانوية: "أسماء المؤلف ارتباط المحفوظات"
الآن تفعل التعديلات الملف كما يلي
1. تحرير الخط 151 في content.php إلى عش فترة FN داخل فترة بصيغة بطاقة
from
[php htmlscript=“1”]echo __(‘by’, ‘thesis’) . " <span class=\“author vcard$fn\”>$الكاتب</شبر>";[/فب]
إلى
[php htmlscript=“1”]echo __(‘by’, ‘thesis’) . " <span class=\“vcard\”><span class=\“author $fn\”>$الكاتب</شبر></شبر>";[/فب]
2. تحرير الخط 114 في content.php لتوفير التحديث بتاريخ وكذلك تاريخ نشره
from
[php htmlscript=“1”]إذا ($تاريخ)
echo ‘<abbr class=“published” title=“ ‘ . get_the_time(‘Y‑m-d’) . ’ ”>’ . get_the_time(get_option(‘date_format’)) . ‘</ابر>’;[/فب]
إلى
[php htmlscript=“1”]إذا ($تاريخ){
إذا(get_the_date()!=get_the_modified_date()){
echo ‘<abbr class=“published” title=“ ‘ . get_the_time(‘Y‑m-d’) . ’ ”>’ . get_the_time(get_option(‘date_format’)) . ‘</ابر>. تحديث <abbr class=“updated” title=“ ‘ . get_the_modified_time(‘Y‑m-d’) . ’ ”>’ . get_the_modified_time(get_option(‘date_format’)) . ‘</ابر>’;
}
آخر{
echo ‘<abbr class=“published updated” title=“ ‘ . get_the_time(‘Y‑m-d’) . ’ ”>’ . get_the_time(get_option(‘date_format’)) . ‘</ابر>’;
}
}[/فب]
3. تحرير الخط 81 في teasers.php لتشمل تاريخ تحديث
from
[php htmlscript=“1”]echo ‘<abbr class=“teaser_date published” title=“ ‘ . get_the_time(‘Y‑m-d’) . ’ ”>’ . get_the_time($use_format) . "</ابر>\n”;[/فب]
إلى
[php htmlscript=“1”]إذا(get_the_date()!=get_the_modified_date()) echo ‘<abbr class=“teaser_date published” title=“ ‘ . get_the_time(‘Y‑m-d’) . ’ ”>’ . get_the_time($use_format) . ‘</ابر><abbr class=“teaser_date updated” title=“ ‘ . get_the_modified_time(‘Y‑m-d’) . ’ ”><span class=“value-title” title=“ ‘.get_the_modified_time($use_format).’ ”></شبر></ابر>’.”\n”;
else echo ‘<abbr class=“teaser_date published updated” title=“ ‘ . get_the_time(‘Y‑m-d’) . ’ ”>’ . get_the_time($use_format) . "</ابر>\n”;[/فب]
4. تحرير التعليمات البرمجية مؤلف أ href على الخط 144 من content.php لإضافة يختلط = "لي"
from
[php htmlscript=“1”]$author = ‘<a href=“ ‘ . get_author_posts_url(get_the_author_ID()) . ’ ” class=“url fn“ ‘ . $nofollow .’>’ . get_the_author() . ‘</ا>’;[/فب]
إلى
[php htmlscript=“1”]$author = ‘<a rel=“me” href=“ ‘ . get_author_posts_url(get_the_author_ID()) . ’ ” class=“url fn“ ‘ . $nofollow .’>’ . get_the_author() . ‘</ا>’;[/فب]
5. تحرير الخط 308 في content.php لإدراج ارتباط حساب Google
from
[php htmlscript=“1”]$output .= “$tab\t<h1>" . apply_filters(‘thesis_archive_intro_headline’, get_author_name($wp_query->query_vars[‘author’])) . "</h1>\n”; #wp[/فب]
إلى
[php htmlscript=“1”]$output .= “$tab\t<h1><a rel=\“me\” href=\“https://plus.google.com/104657888470728381512/\”>" . apply_filters(‘thesis_archive_intro_headline’, get_author_name($wp_query->query_vars[‘author’])) . "</ا></h1>\n”; #wp[/فب]
very helpful website. it is big useful for us. شكرا للمشاركة.
Have you had any experience doing this with The Genesis themes?
يا جون
لقد قمت نفس الخطأ لصفحتي http://www.bijouxOr.org
تحذير : ملكة جمال جي حقل مطلوب "دخول عنوان".
تحذير : ملكة جمال جي حقل مطلوب "تحديث".
تحذير : ملكة جمال جي المطلوبة hCard "الكاتب".
ما الموضوع الذي تستخدمه? حاول هذا مرة أخرى بعد عطلة نهاية الأسبوع عندما كنت ثابتة! 🙂
هذا الجزء هو ينتج خطأ. هو بناء الجملة فاسدة
https://plus.google.com/104657888470728381512/\">"
Yes — I’ve had some syntax corrupted by the wordpress code editor and by a plugin. لقد حل نأمل أن هذا الآن، وسوف يكون فحص رمز في كل المشاركات خلال عطلة نهاية الاسبوع مزدوج. آسف على ذلك!
عملت بالنسبة لي مثل سحر! شكرا
كبير مدرس ... مفيدة بالنسبة لي,... عملت على بلدي بلوق. شكرا جزيلا.
بفضل جون. الإصلاح الرائعة. The Thesis’ hcard errors cleaned up nicely.
نحن على وجود قضية ذات الصلة والتي ربما عليك أن تعرف الجواب ل. لدينا بعض الترميز توليد تنسيق hrecipe ويمكن أن نرى هوامش الربح عند التفتيش العناصر آخر, ولكن أداة قصاصة الغنية لا قبض عليه على الإطلاق. المطور لا يوجد لديه مشاكل في الحصول على التقطت على موقع لها وغيرها كانت قد بنيت خارج, but for some reason it isn’t getting picked up on a Thesis theme.
لا أعرف إذا كان هذا هو في القاطرات الخاصة بك, but if you could take a look that would be awesome.
هنا هو آخر لنا مع العلامات: تفحم الفراولة الكعك
هنا هو واحد من راتبها مع العلامات: فطائر التفاح
شكرا مرة أخرى للإصلاح السابق وعلى اي مساعدة يمكن أن تقدم.
فكنت أحسب الجواب. كانت ملفوفة وصفة في علامة اقتباس فقرة. I changed that to a div tag and everything ran through perfect.
Thanks again on the previous hcard coding.
T
مرحبًا جون,
شكرا جزيلا لمنصب ممتازة. لدي مشكلة صغيرة صغيرة. فأرجو أن يكون لديك نظرة?
https://www.google.com/webmasters/tools/richsnippets?view=&url=www.wouterdejong.net%2Fblog
الأرجح انها شيء صغير, ولكني لست قادرا على العثور على المشكلة.
تقدير كبير!
أعتقد أنك قد اختلطت يختلط بك = "لي" ويختلط = "الكاتب" الكلمات قليلا
يجب أن يكون لديك فقط واحد يختلط = "لي" وصلة - من صفحة المؤلف لجوجل ملفك الشخصي. في كل مكان آخر يجب أن يكون لديك يختلط = العلامات "الكاتب". على صفحتك الرئيسية كل مشاركة وصلة "من قبل فوتر دي يونج" الذي يشير (بشكل صحيح) إلى الصفحة المؤلف بك ), ولكن لديك REL = "لي" على هذه الروابط. وينبغي أن يكون REL = "الكاتب"
بمجرد تغيير هذه يختلط = "لي" وصلات إلى يختلط = "الكاتب" وأعتقد أنه سوف نعمل جميعا - كما هو عليه كنت قد حصلت على يختلط متعددة = "لي" الروابط على الصفحة الخاصة بك مؤلف, معظمهم مرة أخرى إلى نفسه وفقط 1 (بشكل صحيح) مشيرا إلى Google ملفك الشخصي. وأعتقد أن هذا هو الخلط بين أداة قصاصة
مرحبًا جون, it worked perfectly — I didn’t include items 4 و 5 from your list as they are not essential to validate the rich snippet and I’m not betting on Google+ just yet so I don’t want to “litter” my themes 🙂
Thanks for the tip 🙂
التفوق قدمت-, هتافات لردود الفعل
Ok i will try it again lets see what happen 🙂
تواجه مشكلة @ جون سكيف أنا لا تحصل بالضبط نفس الرمز في ملف content.php. I’m using thesis 1.8.2. انتظار 4 ردكم ...
You might have to search for similar code on slightly different line numbers. إذا كنت ترسل لي content.php بك سآخذ نظرة
فعلت هذا بالضبط. after doing this my Authorship markup got verified but unfortunately I’m getting below errors .
جي تحذير: ملكة جمال جي حقل مطلوب "تحديث".
جي تحذير: يجب تعيين حقل واحد على الأقل لHcard.
جي تحذير: في عداد المفقودين حقل مطلوب "اسم (FN)".
هل يجب علي الانتظار لبضعة أيام لالزحف?
ما هو عنوان موقع الويب الخاص بك? الصفحة التي أنت تحصل على الأخطاء على? الصفحة الرئيسية, وظيفة أو كليهما? Have you made any other modifications to the theme — like adding extra files or using a child theme?
عذرا - خطأي. لقد حظيت بها. قد حصلت على رمز المهترئ التي كتبها ورد. I think when I update the post wordpress processes some of the code and takes some of the classes out which makes it disfunctional. لقد تصحيحه. يرجى محاولة إعطائها الآن.
شكرا, معلومات مفيدة جدا. لكن, كيفية إضافة معلومات العلامات الفوقية مثل هذا بلوق? يبدو إذا أن أفعل فوق الحق في المتصفح »معلومات الصفحة مشاهدة. There are many information on general tab. مثل الكاتب, منفذ العرض الخ. بلدي بلوق هو احتواء فقط : مضمون, الروبوتات, الوصف, keywords in page info..How to get this snippet?
شكرا..
Most of that comes from using a semantic HTML5 theme for wordpress combined with the Yoast هذا PLU-الجن. ولدي أيضا مختلف الملفات الوصفية مثل humans.txt وملف robots.txt. إلقاء نظرة على دليل وورد عن الكثير من المعلومات حول تحسين الإعداد وورد الخاص بك.