As you know, Adsense ads perform best when they’re embeded in the main content. But, as you also know, the content of a WordPress blog is displayed by a tiny template tag, i.e. the_content(). So, theoretically, you don’t have many options when it comes to deciding where the ad will appear. Using the default code [...]
Published on May 22, 2009 in tips and tricks · (Reply)
This is a very easy trick that anyone can implement. It takes only some image editing, a little bit of attention and patience and some template files editing.
1. You realized your blog needs a header image
A header image means branding. It speaks to your readers in a symbolic manner. Readers land on a page of [...]
Published on January 11, 2009 in Wordpress · 2 comments
One of the biggest challenges one has to face when deciding to pass from the transitional xhtml validation to the strict one is certainly the recalcitrant searchform script. In this text, I present you a simple piece of code that will strict validate.
The most common searchform script
Currently, the most common searchform script is this one:
<form [...]
The <title> tag
Before we begin, lets set the basis of our discussion: the title of a Wordpress page, just like the title of any webpage, isn’t the post-title you write in the editor, but a HTML tag,<title> . Its function is to tell to whom may be concerned (i.e. to browsers or spiders) what is [...]
