You may have noticed that we’ve tweaked how we display our adsense ads. We wanted some small text-only ads near the bottom of each article, which would be added automatically. This took a little bit of tinkering, but eventually we developed a solution which works well and doesn’t seem to knock page processing times much. Simply add the following code to your theme’s functions.php (don’t forget to change your adsense IDs) … Διαβάστε ολόκληρο το άρθρο
Posts Categorised: Wordpress
0Easily set the parent of a WordPress comment
As is documented in the site update log, for a while we had a problem with our theme where it wasn’t possible to reply to a comment so that the reply would appear correctly in a threaded way. We have no fixed this problem, but have been left with a significant number of comments which really need editing so it is easier to see what they are in reply to. With a standard wordpress install this requires going into the database and editing there, which is very tedious. Instead, we’ve used some simple functions to add an option to the comment-edit admin page, to set the comment parent there. Eventually this will be developed into a proper plugin to enable this functionality. For now the code is below, just add it to your theme’s functions.php
1Jetpack-style comments without Jetpack
One of the best things about wordpress is the built-in social aspect provided by comments. Getting your comment section right can be very important to any website, including ours. Over the years we’ve experimented with various comment plugins including Disqus and more recently Jetpack. However, we’ve always ended up bring things back in house for management, performance and privacy reasons. When I moved back from Jetpack comments I really missed some of the slick features provided by Jetpack, both the social-network logins and the general slick styling. Anyway, to cut a long story short I finally had time today to take a good look at how wordpress “does” comments and figure out a way to build an in-house system which looks nice and slick like the comment interface provided by jetpack. Best of all its surprisingly simple and does things the “proper” way…
… Διαβάστε ολόκληρο το άρθρο
9Rich Snippets code for the Twenty Eleven theme
I’ve previously detailed the code for enabling rich snippets in various wordpress themes ([intlink id=“2948” type=“post”]Mystique 2[/intlink], [intlink id=“2949” type=“post”]Mystique 3[/intlink], [intlink id=“2468” type=“post”]Thesis[/intlink] & [intlink id=“3017” type=“post”]Me Gusta[/intlink]) as well as some [intlink id=“1520” type=“post”]generic instructions[/intlink]. Below is a set of edits to enable rich snippets in the built-in wordpress twenty eleven theme.
0Rich snippets code for Me Gusta theme
I’ve previously covered theme edits for rich snippets for various themes including [intlink id=“2948” type=“post”]Mystique 2[/intlink], [intlink id=“2949” type=“post”]Mystique 3[/intlink], [intlink id=“2468” type=“post”]Thesis[/intlink] & [intlink id=“3015” type=“post”]Twenty Eleven[/intlink] as well as some [intlink id=“1520” type=“post”]generic instructions[/intlink]. Below are details of the code for how to validate rich snippets in the Me Gusta by Cosmos theme.
2Rich snippets code for Mystique 3.x
I’ve previously written about rich snippets code for[intlink id=“2948” type=“post”]Mystique 2[/intlink]. There are also[intlink id=“1520” type=“post”]generic instructions[/intlink] and code for the themes [intlink id=“3015” type=“post”]twenty eleven[/intlink], [intlink id=“3017” type=“post”]me gusta[/intlink] and [intlink id=“2468” type=“post”]thesis[/intlink]. Below is updated code for Mystique 3
0Rich Snippets code for Mystique 2.x
In addition to this site I have a personal blog where, amongst other things, I post recipes. I’ve recently discovered google’s new recipe search, and have been looking to implement support for microformats / microdata. Google provide a tool for checking your markup, called the “rich snippets testing tool”. When I tried validating one of my recipes, I encountered various errors, which have taken me a while to track down and resolve. … Διαβάστε ολόκληρο το άρθρο
0Fixed: Deprecated PHP errors in wordpress dashboard
Earlier today I updated our test site, in preparation for rolling updates out to the main site. This involved updating several plugins and replacing the “BeforeTheDeadline” plugin with Jetpack. After completing the updates I found I was getting several error messages on the dashboard, under the “incoming links” dashboard widget, and even more errors when I tried to empty the W3 Total Cache caches.
22Rich Snippets Code for Thesis Theme
In response to a query by Darko Kovancives on my previous article about[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.… Διαβάστε ολόκληρο το άρθρο
0Mystique 3 Theme: Full-post and Excerpts
I’ve been trying to figure out how to display full posts on the home page, and excerpts on all archives for about 3 days. This is nice because it means a decent amount of each post is shown on the front page, whilst archive pages contain a much more concise summary of each post. This is better both for humans, and also for SEO — my archive pages now don’t have duplicate content from my home page!
I’ve finally produced a solution. It’s not especially elegant, but I’ve been at the very limit of my PHP knowledge just to achieve this method. This applies specifically to the Mystique 3 theme, other themes are likely to vary, although some of this information may or may not prove relevant. If you are trying or succeed in doing the same to a different theme do drop a comment in.… Διαβάστε ολόκληρο το άρθρο
“Hi James I realise it has been a long while, but I just checked this on windows 11 (build 23H2)…”