I’ve been working a lot in Wordpress lately, and it started to dawn on me how powerful the software is. I can only imagine what’s coming in Wordpress 3.0. The power I’m referring to specifically, is the ability to use custom fields with posts/pages. This basically allows an editor the ability to associate related information with a entry or record into the database. As a simple example, visualize splitting an entry into 3 variations: Full, summary, tease (or large, medium, small) and have every thing encapsulated in the same database record. Here on ChrisDigital’s Digital Designer Blog, I’m using this in the Bookmark links section to grab the “referrer”, “source” and their URLS from each post. This is very cool…
WordPress line break bug in posts
Recently I ran into a weird issue in Wordpress as I was remixing an older theme for a friend’s blog. Like most people, I operate under the assumption that Wordpress’ visual editor will work as the name sounds. But sometimes you can run into instances where the visual formatting of the entry/post you see in the control panel, does not match up with the content’s appearance on the blog. Glitches can show up when you hit the publish button, in this case- disappearing line breaks are the culprit. The source of the problem is likely a combination of at least two things…