इस ब्लॉग के अलावा मैं भी ए व्यंजनों के बारे में ब्लॉग. मैंने फैसला किया कि मैं प्रत्येक पोस्ट के लिए मुख्य पृष्ठ पर एक प्रिंट आइकन चाहता हूं ताकि लोग व्यंजनों को प्रिंट कर सकें। Googling ने विभिन्न सुझाव दिए, जिसमें से कोई भी काम नहीं किया। मगर, मैं अंत में निम्नलिखित एक साथ cobbled, जो काम करने लगता है ...
Edit the code of your blog and find the code
<!-- email post links -->
Above that put the following…
[javascript]<लिपि>
function printPost(postUrl)
{
doPrint = true;
var pw = window.open(postUrl);
}
अगर(opener.doPrint == true)
{
window.print();
window.onfocus = function() { window.close(); }
}
</लिपि>
<a expr:href=’"javascript:printPost(" + """ + डेटा:post.url + """ + ");"’><img src=‘https://siteresources.worldbank.org/images/Print_plain.gif’/></ए>[/javascript]
And you’re done!
Credit in various parts goes to…
Consuming Experience
Blogger Plugins
Sharkysoft
“Hi James I realise it has been a long while, but I just checked this on windows 11 (build 23H2)…”