The Thesis wordpress theme comes with the option to include jQuery in a site-wide fashion or just on the home page. I checked that option out and it’s including jQuery 1.4.2, which is kind of old, since jQuery is at 1.6.2 as of right now. So I wanted to be able to include my own jQuery to make it more recent. Here is how I did that.
Get the code to do this
This is one of the first things I do when creating a site for myself or a client using the Thesis theme. It’s annoying seeing on pages where you clearly don’t ever want comments.. It’s a pretty simple line of css that goes into custom/custom.css. Here it is:
1 2 | /* remove comments are closed statement */ .custom .comments_closed p {display: none ;} |
That’s it! one line if you remove my comment. I leave it in to search for when I need to find the code quickly.
{ 1 comment }
Welcome! Thank you for visiting!