DIY وسائل الإعلام الرئيسية الشعار

الموقع النهائي لتصميم وإنشاء مسرح منزلي الخاص ومرحبا فاي الإعداد الخاصة.

2شعار ووردالمقتطفات المنسقة رمز الإصدار 3.x الغموض

I’ve pre­vi­ously writ­ten about rich snip­pets code for[int­link id=“2948” type=“post”]أحجية 2[/intlink].  There are also[int­link id=“1520” type=“post”]generic instructions[/intlink] and code for the themes [int­link id=“3015” type=“post”]twenty eleven[/intlink], [int­link id=“3017” type=“post”]أحب[/intlink] و [int­link id=“2468” type=“post”]أطروحة[/intlink].  Below is updated code for Mys­tique 3

1. The first prob­lem was with the author inform­a­tion / hrecipe section

الحل:

You need a google pro­file. Your google pro­file must be linked from some­where on the page, with rel=“me”, AND the main domain of your web­site must be lis­ted on your google pro­file links.

I achieved this with the Mys­tique theme with a series of modifications.

أولا, I added the code from yoast (as shown below) to functions.php

[فب]function yoast_add_google_profile( $con­tact­meth­ods ) {
// Add Google Profiles
$contactmethods[‘google_profile’] = ‘Google Pro­file URL;
return $con­tact­meth­ods;
}
add_filter( ‘user_contactmethods’, ‘yoast_add_google_profile’, 10, 1);[/فب]

Second, I went to my word­press pro­file page and filled in the google pro­file field with a link to my google profile

ثالث, I edited a line to author.php, مرة أخرى, based on inform­a­tion from yoast, but changed for the Mys­tique theme

[فب]
<?php if(($app—>author->get(‘user_url’)) && ($app->author->get(‘user_url’)!== ‘https://)): ?>
<?php _ae(‘Home page:); ?>
<?php endif; ?>
[/فب]

And add the following

[فب]
<?php if(($app—>author->get(‘google_profile’)) && ($app->author->get(‘google_profile’)!== ‘https://)): ?>
<?php _ae(‘Google Profile:); ?>
<?php endif; ?>
[/فب]

Then I edited AtomObjectAuthor.php and changed line 213 by adding rel=“author” so it reads as follows

[فب]
return ‘<a title=“ ‘.$title.’ ” href=“ ‘.$this->getPostsURL().’ ” rel=“author”>’.$this->getName().</ا>;
[/فب]

When this is cor­rectly imple­men­ted you should get a suc­cess mes­sage in the snip­pets test­ing tool which reads Veri­fied: Author­ship markup is cor­rect for this page

2. The second problem(ق) were with the hfeed / hentry sec­tion and included the following:

ملكة جمال جي المطلوبة hCard "الكاتب".
جي تحذير: يجب تعيين حقل واحد على الأقل لHcard.
جي تحذير: يجب تعيين حقل واحد على الأقل لHatomEntry.
جي تحذير: ملكة جمال جي حقل مطلوب "دخول عنوان".
جي تحذير: ملكة جمال جي حقل مطلوب "تحديث".
جي تحذير: ملكة جمال جي المطلوبة hCard "الكاتب".

الحل(ق):

Use the word­press edit­or to edit single.php

Find the code

[xhtml]
<h1 class=“title”></h1>
[/xhtml]

replace this with…

[xhtml]
<h1 class=“title entry-title”></h1>
<h2 class=“updated”></h2>
<h2 class=“vcard”></h2>
[/xhtml]

A final note — Don’t just copy and paste the code from this page, as for some reas­on (I’m guess­ing char­ac­ter encod­ing) it wont work. Copy it from here and paste into win­dows note­pad. Then re-copy it from win­dows note­pad (or any oth­er basic plain-text-only edit­or) and paste into the word­press edit­or. Going via note­pad loses any hid­den encod­ing or oth­er data which causes a prob­lem so the code is treated as the plain-text it is sup­posed to be!

اترك رد

2 تعليقات

Rسلب

Is there an update for this since the code is so much dif­fer­ent now using the atom engine?
I have tried to pos­sibly add the code with the atom calls but I am just a little unsure of how to get this to work properly.

الرد