Posted in Canvas, Canvas Coding, WordPress on Jun 4th, 2006
EDIT: The issue below will be fixed in Canvas.
Just a quick little thing I learned while making some blocks for Canvas today.
When putting in the description, if you use an apostrophe, you will need to escape it. That is, you will need to put a backslash in front of it.
For example, I made a block [...]
Read Full Post »
Posted in Canvas, WordPress on Jun 4th, 2006
Canvas, as I mentioned before, is a new plug-in for WordPress. It allows for the easy modification of specialized Canvas themes (as of this witting there are only 2 publicly available). What is basically does is takes the concept of sidebar widgets and takes it to the extreme and makes nearly everything on the page [...]
Read Full Post »
Posted in Testing on Jun 4th, 2006
This is simply a test of Asides.
In theory this isn't supposed to show up in the main text, but in the "In Other News" section in the sidebar.
Read Full Post »
Posted in Canvas, Web Design on Jun 4th, 2006
If I activate the following in my CSS, for some reason the items go on a single line:
PLAIN TEXT
CSS:
.feed {
background: url(/images/rss.gif) no-repeat left top;
padding: 2px 0 8px 20px;
}
The HTML for the section in question is:
PLAIN TEXT
HTML:
<h2><?php _e('Subscribe'); ?></h2>
<p><a href="sniped php code">Entries</a></p>
<p><a href="sniped php code">Comments</a></p>
<br />
The <br /> had to [...]
Read Full Post »
Posted in Canvas, Site News, WordPress on Jun 4th, 2006
I am trying out a new plugin for WordPress called Canvas. This may change things more drastically than the introduction of widgets for the sidebar. I can't even begin to say how cool the potential for this is. After people have time to convert their themes to be Canvas compatible, I would guess that Canvas [...]
Read Full Post »