Tag Archive: Tutorial

WordPress BootCamp: Setting a Static Front Page

WordPress

This is the first post of Mitch Canter's "WordPress BootCamp" series... it showcases the ins and outs of WordPress to new users, and highlights some of the more popular (and some overlooked) features that make WordPress fantastic. If you're new to WordPress, you may be wondering how in the world WordPress could be anything more than a simple blog.  Don't get me wrong, WordPress…

Continue Reading

WordPress Plugin: Author Spotlight

Tutorial, WordPress

I’ve been doing a lot of looking into using WordPress as a multi-author website/blog lately.  A few of my clients have requested the need to handle (elegantly) multiple authors, so (being fresh on my mind) I feel inclined to share. One of the coolest plugin combinations I’ve come across recently is using Author Spotlight and Authors Widget in combination with a custom author template…

Continue Reading

Foursquare vs. Gowalla… annnnnd fight!

Tutorial, WordPress

<script type="text/javascript">function initMenus() {    $('ul#accordion li ul').hide();    $.each($('ul#accordion'), function(){        $('#' + this.id + '.expandfirst ul:first').show();    });    $('ul#accordion li h2.widgettitle').click(        function() {            var checkElement = $(this).next();            var parent = this.parentNode.parentNode.id;             if($('#' + parent).hasClass('noaccordion')) {                $(this).next().slideToggle('normal');                return false;            }            if((checkElement.is('ul')) && (checkElement.is(':visible'))) {                if($('#' + parent).hasClass('collapsible')) {                    $('#' + parent + ' ul:visible').slideUp('normal');                }                return false;            }            if((checkElement.is('ul')) && (!checkElement.is(':visible'))) {                $('#' + parent +…

Continue Reading

How to Make a Royally Awesome Author Template in WordPress

Tutorial, WordPress

I’ve been trying some new stuff with my client’s websites as of late.  I wanted something where a multi-blog site could get the most out of as few plugins as possible, and still have a really awesome way to display their author’s main information.  But, the information they ask for doesn’t have everything.  What about twitter profiles? Facebook links? There’s a few things we…

Continue Reading

Displaying Comment Number Next to Posts

Tutorial

A lot of people have commented on my new design how they love the comment bubble next to the post title.  It's a great way to foster communication and showcase how many people are talking on your site.   So, if you want to add the same functionality to your site, here is the fastest way to do it!     background-image: url(URL-GOES-HERE);     height: 37px;…

Continue Reading