Word count for contents and other questions
* Would you like to recheck if the word count function, it seems also counting < p > < br> and other style thing. It may be also counting escaped chars nbsp; and all that.
* Would you remove the css style elements from the rss feeds, it's taking the style components from the theme css.
* Enable composite layout for a channel, what does that mean, isn't that by default enabled.
* When story detail page is viewed, it only shows the story contents in full page; I would like to bring other stories of this channel on the right side. So I tried to put that channel block on the right side. Now that shows up in all the pages. I need to fillter out the pages based on Taxonomy items. A story could be listed in multiple channels, say, Technology, World news. What I'd like to do, using php code in the technology block's visibility to see, if this story contents terms contains Technology, if yes, return true; that will make the technology block visible for that story.
