Putting some order in your terms- June 20, 2008 In Wordpress, unlike in Drupal, terms are not lumped together in posts. Each Wordpress vocabulary has its own template tag, and the ones that come out-of-the box are: the_tags(), and the_category(). The following theming tweak is about putting order in Drupal terms before they're output to screen. It you need to break up your terms by vocabulary before you display them, read on. Read more &8594;http://11heavens.com/putting-some-order-in-your-terms Quick edit and delete links for the Administrator- June 18, 2008 You want to add quick edit links to the teaser view of your nodes — one link to edit the node, and another to delete it, and you want these links to be shown only to users with the 'administer nodes' permission. Alternatively, you may want these links to be viewed only by the user with uid (user ID) 1. Read more &8594;http://11heavens.com/quick-edit-and-delete-links-for-the-Administrator Displaying the content type name- June 18, 2008 You want to print the content type name along with the 'submitted' info. This will be particularly useful for those who have created custom content types, with or without CCK. Read more &8594;http://11heavens.com/displaying-the-content-type-name Theming comments by the node's author- June 18, 2008 You want the comment style to be different for comments added by the author of a node — who's commenting on his own node. For example, you may want to highlight the node's author's comments, so that any visitor skimming through the comments will easily differentiate them from other comments. Read more &8594;http://11heavens.com/theming-comments-by-author-of-node |