DIY মিডিয়া হোম লোগো

আপনার নিজের হোম থিয়েটার এবং হাই ফাই সেটআপ নকশা ও নির্মাণের জন্য চূড়ান্ত সাইট.

0ওয়ার্ডপ্রেস লোগোগূঢ় 2.x জন্য ধনী অংশবিশেষ কোড

In addi­tion to this site I have a per­son­al blog যেখানে, amongst oth­er things, আমি রেসিপি পোষ্ট. I’ve recently dis­covered google’s new recipe search, and have been look­ing to imple­ment sup­port for micro­formats / Microdata. Google provide a tool for check­ing your markup, called the “সমৃদ্ধ ক্ষুদ্র টুকরা-পোষা পরীক্ষার-ing হাতিয়ার". When I tried val­id­at­ing one of my recipes, I encountered vari­ous errors, যা আমাকে কিছুদিনের নিয়েছি খুঁজিয়া বাহির এবং সমাধান করতে. Each one is inde­pend­ent, কিন্তু সংশ্লিষ্ট, and in all cases the num­ber of errors you are likely to encounter depends largely on the theme you use with your blog. আমার ক্ষেত্রে, using the mys­tique theme, I encountered a sub­stan­tial num­ber of errors.

1. প্রথম সমস্যা লেখকের তথ্য দিয়ে ছিল / hrecipe অধ্যায়

রহস্যজনক-tion:

আপনি একটি Google PRO-ফাইল প্রয়োজন. আপনার গুগল প্রোফাইল পেজে কোথাও থেকে সংযুক্ত করতে হবে, rel সঙ্গে = "আমার", এবং আপনার ওয়েবসাইটের মূল ডোমেইন আপনার গুগল প্রোফাইল লিঙ্ক তালিকাভুক্ত করা হবে.

আমি পরিবর্তন একটি সিরিজ সঙ্গে গূঢ় শক্তি থিম সঙ্গে এই অর্জন.

প্রথমত, আমি থেকে কোড যোগ করা Yoast (নিচে দেখানো হয়েছে) functions.php যাও

[পিএইচপি]function yoast_add_google_profile( $con­tact­meth­ods ) {
// Add Google Profiles
$contactmethods[‘google_profile’] = ‘Google Pro­file ইউআরএল;
return $con­tact­meth­ods;
}
add_filter( ‘user_contactmethods’, ‘yoast_add_google_profile’, 10, 1);[/পিএইচপি]

দ্বিতীয়, আমি আমার ওয়ার্ডপ্রেস প্রফাইল পাতা গিয়েছিলাম এবং আমার Google প্রোফাইলে একটি লিঙ্ক সহ Google প্রোফাইল ক্ষেত্রে ভরা

তৃতীয়, আমি author.php একটি লাইন সম্পাদিত, আবার, উপর ভিত্তি অবহিত-A-tion Yoast থেকে, কিন্তু Mys-Tique থিমের জন্য পরিবর্তন

এই গ্রুপ এ

[পিএইচপি]
যদি(($curauth->user_url<>‘https://) && ($curauth->user_url<>")) echo ’

‘.__(‘Homepage:,‘mystique’). <a href=“ ‘.$curauth->user_url.’ ”>’.$curauth->user_url.’</একটি>

;
যদি($curauth->yim<>") echo ’

‘.__(‘Yahoo Messenger:,‘mystique’). <a href=“ymsgr:sendIM?’.$curauth->yim.’ ”>’.$curauth->yim.’</একটি>

;
যদি($curauth->jabber<>") echo ’

‘.__(‘Jabber/GTalk:,‘mystique’). <a href=“gtalk:chat?jid=’.$curauth->jabber.’ ”>’.$curauth->jabber.’</একটি>

;
যদি($curauth->aim<>") echo ’

‘.__(‘AIM:,‘mystique’). <a href=“aim:goIM?screenname=’.$curauth->aim.’ ”>’.$curauth->aim.’</একটি>

;
[/পিএইচপি]

এই অতিরিক্ত লাইন যোগ

[php highlight=“5”]
যদি(($curauth->user_url<>‘https://) && ($curauth->user_url<>")) echo ’

‘.__(‘Homepage:,‘mystique’). <a href=“ ‘.$curauth->user_url.’ ”>’.$curauth->user_url.’</একটি>

;
যদি($curauth->yim<>") echo ’

‘.__(‘Yahoo Messenger:,‘mystique’). <a href=“ymsgr:sendIM?’.$curauth->yim.’ ”>’.$curauth->yim.’</একটি>

;
যদি($curauth->jabber<>") echo ’

‘.__(‘Jabber/GTalk:,‘mystique’). <a href=“gtalk:chat?jid=’.$curauth->jabber.’ ”>’.$curauth->jabber.’</একটি>

;
যদি($curauth->aim<>") echo ’

‘.__(‘AIM:,‘mystique’). <a href=“aim:goIM?screenname=’.$curauth->aim.’ ”>’.$curauth->aim.’</একটি>

;
যদি($curauth->google_profile<>") echo ’
<a href=“ ‘ . $curauth->google_profile . ’ ” rel=“me”>Google Profile</একটি>

;
[/পিএইচপি]

পরবর্তী, I edited single.php to add rel=“author” to the link to my author page. In the Mys­tique theme this is found towards the bot­tom of the file, with­in the (দীর্ঘ) লাইন(গুলি) নিচে দেখানো হয়েছে. I have added the rel=“author” at the end of the first line before the href=” part

[পিএইচপি]
printf(__(‘This entry was pos­ted by %1$s on %2$s at %3$s, and is filed under %4$s. Fol­low any responses to this post through %5$s.’, ‘mys­tique’), <a title=“ ‘. sprintf(__(“ href=“ ‘. get_author_posts_url(get_the_author_meta(‘ID’)) .’ ” rel=“author”>. get_the_author() .</একটি>,
get_the_time(get_option(‘date_format’)),get_the_time(get_option(‘time_format’)), get_the_category_list(, ), <a title=“আরএসএস 2.0″ href=“ ‘.get_post_comments_feed_link($পোস্ট>ID).’ ”>আরএসএস 2.0</একটি>);echo ’ ‘;
[/পিএইচপি]

তারপর, finally add the same rel=“author” to line 670 core.php এর

এই সঠিকভাবে বাস্তবায়িত হয় যখন আপনি যা সার্চ টুকরো টেস্টিং টুল মধ্যে একটি সাফল্য বার্তা পাওয়া উচিত Veri-fied: লেখক জাহাজ মার্কআপ এই পৃষ্ঠার জন্য Cor-RECT হয়

2. দ্বিতীয় সমস্যা(গুলি) hfeed সঙ্গে ছিল / সেকে-tion hentry ও নিম্নলিখিত অন্তর্ভুক্ত:

মিস হয়-ing প্রয়োজন hCard "লেখক".
সতর্ক-ing: অন্তত একটি ক্ষেত্র Hcard জন্য নির্ধারণ করা আবশ্যক.
সতর্ক-ing: অন্তত একটি ক্ষেত্র HatomEntry জন্য সেট করা আবশ্যক.
সতর্ক-ing: মিস-ing আবশ্যক ক্ষেত্র "এন্ট্রি উচ্চ শিরোনাম".
সতর্ক-ing: মিস হয়-ing প্রয়োজনীয় ক্ষেত্র "আপডেট".
সতর্ক-ing: মিস হয়-ing প্রয়োজন hCard "লেখক".

সমাধান(গুলি):

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

কোড খুঁজুন

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

সঙ্গে এই প্রতিস্থাপন ...

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

একটি চূড়ান্ত নোট - মাত্র কপি এবং এই পাতা থেকে কোড পেস্ট করবেন না, as for some reas­on (আমি অনুমান-ing গৃহস্থালি-AC-Ter encod হয়-ing আছি) এটা কাজ অভ্যস্ত. এখান থেকে কপি এবং উইন্ডোজ নোটপ্যাড মধ্যে পেস্ট করুন. তারপর জয়-dows এর নোট প্যাড থেকে এটি পুনরায় কপি (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

উত্তর দিন