Category: WordPress
Links or Bookmarks?
The WordPress developers have been engaged in debate for a while now on how we should name the section currently entitled “Blogroll.” I believe strongly that “Links” is the preferred title especially to users using WP as a CMS. Regardless of what I think, there has been a (read more...)Post Meta
- June 27, 2007
- Blogging, Content Management, Design, Information Architecture, Usability, User Interface, Web Design, WordPress
- No Comments
- 65 Words
Get Categories For Current Post
I wanted a function that returned the categories associated with the current post to save screen real estate. I wanted it to be a drop-down with a JavaScript onchange, but I couldn’t find it anywhere. After some hacking I finally worked out a function. Place the following (read more...)Post Meta
- June 18, 2007
- PHP, Tutorials, WordPress
- No Comments
- 125 Words
Use TinyMCE Throughout WordPress Application
We are familiar with TinyMCE from the WordPress WYSIWYG editor, and it is a fantastic tool to quickly generate markup that is semantic and XHTML compliant. But what if what we want to offer it in other parts of our application? One noticeable example would be on single (read more...)Post Meta
- June 11, 2007
- Content Management, User Interface, WordPress
- Comments (8)
- 282 Words