Chrisdigital's Blog

Tech Notes, Code Tips, And Musings By Chris Carvey, NYC UI/UX Director

  • Email
  • Linkedin
  • Pinterest
  • RSS
  • Twitter

©2015 Christopher Carvey. All Rights Reserved. All logos and trademarks are property of their respective owners.

You are here: Home / Archives for Plugins

The CMS power of WordPress

February 20, 2010 By Chrisdigital 2 Comments

The CMS power of WordPress

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…

Filed Under: WordPress Tagged With: Blogging, CMS, Custom fields, Plugins, UI, Using WordPress as CMS, WordPress CMS

WordPress line break bug in posts

February 16, 2010 By Chrisdigital Leave a Comment

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…

Filed Under: WordPress Tagged With: blog theming, Bug fix, fixing WordPress line breaks, Line break, Plugins, Post formatting, TinyMCE, WordPress line break bug, WordPress theme tip