I have received a lot of nice comments regarding the site theme update and overhaul – Thanks!
Some have also asked a few questions so I will answer them in this post:
1. What template are you using?
I am using the excellent “Innuendo” theme from Theme Forest.
2. How you got those cool recent comment style speech bubbles. Is that a plugin?
Partly, mostly just CSS. The image is here (upload this to your server somewhere):
and the CSS is here (add this to your style.css):
p.first{
background: url(**URL TO IMAGE ON YOUR SERVER**) no-repeat;
display: block;
margin-top: 2px;
padding: 20px 10px 18px 10px;
}Then in the Get Recent Comments plugin add this as the template line:
<p class=“first”><a href=”%comment_link” title=”%post_title, %post_date”>%comment_author</a>: %comment_excerpt</p>
Then add the widget to the sidebar or hardcode the line to show recent comments.
Job done!
3. And also those social bookmarks are awesome is that another plugin?
Yes, this is the Sociable plugin.
4. By the way I finally found a modified version of the Jflow script that allows the featured posts to auto rotate on a timer. Is here :
http://www.outsidecontext.com/wordpress/wp-content/themes/innuendo/js/jquery.flow.1.2.js
If you have other questions, please let me know.
Again, thanks for all the great feedback!
Basho
Popularity: unranked [?]





















