I have my site with 26 pages of content and currently it views the most recent on top at the frontpage being page 1. Instead I want the frontpage to be the last page #. So the most recent stuff would still be on the frontpage, but the page number would be 26 or x.
on the first page of a user's blog, I would like to style the blog title (i.e. "Snoopy's blog") differently from all other page titles and keep the titles of the blog postings in the same style as all other page titles. I'm modding a theme based on Friends Electric.
The CSS is no problem per se, however the blog title uses the same .main-title class as all other page titles and I can't find a way to isolate it, or put a class/ID on it. The node.tpl.php seems to engage further down the post, so I'm uncertain if that could be hacked.
I have default content filter settings "Input format" = "Filtered HTML" and want to keep it this way (security), but from other hand I need to activate JavaScript onClick event to use Google Analytics JavaScript code.
Filtered HTML strips out all tags with exception of those mentioned in the site settings. Again, those default are good.
Does anybody knows the way to use onClick event to trigger JavaScript AND keep "Input format" = "Filtered HTML" in a way