Author Archive

Simple columns in WordPress

Sometimes you want to have columns, nice and neat, easy, with no fancy borders or anything.

Simplest thing we’ve found is to install the WP Columnize plugin.

Once activated you do need to carry out a couple of actions to get working:

Add your preferred style details to the style.css file for your theme (Appearance, Editor and be sure to select the style.css file). You can use the plugin creator’s suggestion here, as follows:

    div.column-sect {
        clear: both;
        display: inline-block;
        overflow: auto;
        }
    
    div.post-column {
        display: inline;
        float: left;
        margin-right: 18px;
        text-align: justify;
        width: 45%;
        }

    Just add that code to the end of the style.css file, save it and your columns will be nicely formatted.

    Next you want to use the columns. With the plugin activated and using the HTML sheet, you will see the two extra buttons – one for “column” and the other “col-sect”.

    The first thing to do is write your first column, highlight it and click the column button – this will add the required code to make your first column. Then do the same for your second column. And after that, select both columns and click the col-sect button – encompassing the whole into a column section. And hey presto – columns. The plugin programmer offers more detail on his website here.

    We’ll add a short video to this post next week, or if you get stuck, give us a shout.

    Babs

    Hosting your WordPress

    So – you’ve decided to work with WordPress, the version that you arrange hosting for so that you can really make the most of the full functionality available, such being limited on the totally free WordPress.com version.

    And before anything else, you need to know where it will live. Do you want a blog that lives within your website’s domain and hosting? Or is this to be a separate, new project?

    What we’re outlining here are the essentials you need for hosting your WordPress. And if you cannot find the information you need on your host’s website, just ask – these are not silly questions, indeed some might think them a tad silly for not making such information easily available!

    WordPress offer you the wording to send to your hosts asking for the information, as follows:

    I’m interested in running the open-source WordPress <http://wordpress.org/> blogging software and I was wondering if my account supported the following:

    • PHP 4.3 or greater
    • MySQL 4.1.2 or greater
    • The mod_rewrite Apache module

    Thanks!

    Once you know that these requirements are met, we suggest you then consider the pricing, the level of customer service, and also how helpful they can be for WordPress hosting. Some now offer specific packages just for WordPress, so that would certainly suggest they know what they’re on about. But another thing to consider is how well their servers respond, are the load times good – if you can visit some of their hosted websites to gauge load times for yourself, that can offer you a further level of confidence in their service.

    My current favourite is ezpzhosting (not an affiliate link) – for the price, the ease of installing WordPress (a few clicks and it’s done) and the exceptional support. There are of course plenty other reliable and excellent WordPress hosts, feel free to add yours, with reasons, below.

    We have helped people set up their WordPress on some of the bigger names and too often it is not as straightforward as it really should be. So go with a recommendation from someone you trust.

    If we can help further, just ask…

    Babs

    Bloggers wanted – all levels, many topics – step forward!

    It’s a privilege to work with and on a number of collaborative blogs, such as the “on the blog” brands – with Birds on the Blog proving to be a huge hit already, especially as Sarah only launched this in January! The Blokes on the Blog soon followed and has promise, and then we have a new Kent Business Buzz blog along the same idea.

    To build on these and new projects, we need more bloggers. You don’t need to be a professional writer, indeed we love encouraging and enabling those of you with an interest to start blogging. And we have plenty of places to publish you! If you don’t fit a category we may just knit a new one!

    So whatever your topics and level of experience, we need you!

    Especially:

    • Blokes - the Blokes on the Blog site includes all kinds of posts with the opinions, family and life blogs as well read as business blogs.
    • Birds - already a welcome success – eclectic and readable – a strong team with guests always welcome.
    • Kent business owners – a baby that we know will grow strong and popular – if you run a business in Kent, jump in.
    • African heritage bloggers for a new project.
    • Mums who want to blog – another “on the blog” kicking and screaming into the world following overwhelming insistence!
    • Over 45s who like to let off steam – Grumpy Old Bloggers! Go on – let it out!

    So if you enjoy writing and keen to spread your words far and wide, or just fancy dipping your toe in the water, then we have a use for you!

    Why bother? Well it attracts people to you – they get to know you, your style, your area of expertise perhaps, or just your way of thinking. Many of us have a secret desire to write, and many of us won’t get to the book stage – but we can blog!

    Either add a comment below or email hello@blogmistress.com with your ideas, available commitment or if you want to guest, on which topic, or if you just want to explore blogging for the first time. This really can be a good way to find out if it’s for you and we’re very helpful!

    Guest bloggers always welcome too, so even if you just want to dip your toe in the water, get in touch. We’ll hold your hand and help all we can.

    Babs

    Now that Akismet is charging…

    akismet
    Image by fullo via Flickr

    Long recognised as an essential plugin for WordPress blogs and websites, and something we’ve encouraged you to activate, Akismet does a good job of halting spam comments. Indeed each time we install a new WordPress blog, we’ve include the activation of the Akismet spam filter as standard- it’s always seemed sensible, being pretty good at what it does, and already sitting there ready for it’s API key (which makes it work, basically).

    But last weekend, for the first time, on popping to the Akismet site for said key, I found that they’ve started charging for any but personal blogs. Now this is fair enough, in the grand scheme of things – a good service is provided and they’re not running a charity, after all.

    Now we need to know if it is still the best option for those of us running business or even non-profit WordPress websites or blogs (though they do offer the latter a discount). Is Akismet worth the $5 per month? Should we pay it anyway out of loyalty for a service well provided?

    I did ask the fine folk at Akismet what will happen to existing accounts but have yet to receive a reply – it may be that we’ll simply find out in due course, perhaps when their next update is due, or they may just let it go – there are a lot of us! In the meantime we’re reviewing the alternatives and considering the best service to halt the waves of comment spam. It’s unlikely that any free service will remain so if the mighty, omnipresent Akismet is now charging, so that needs to be taken into account before changing providers.

    We’ll update you further as we are able. And if you have thoughts, suggestions, ideas for this, please share them…

    Babs

    Enhanced by Zemanta

    Using Feedburner to update subscribers

    Subscribers to this blog will receive an email every day with any blog posts of the last 24 hours – sometimes a few, sometimes none, depending on how the muse or inclination has taken us (or how hard I’ve wielded the whip). And thanks to Feedburner what you get is a smart email.

    So how do you add this to your blog?

    First you’ll want to “claim your feed” at Feedburner. If you have a Google account you can use that, or create a new one. Follow the instructions to set things up there.

    Then you want Feedburner to work from your blog – we use the FD Feedburner plugin which takes care of all this. Once installed (Plugins, Add New then search for the FD Feedburner – Install and Activate) you’ll have a link to configure the Feedburner under the Plugins Menu.  What we use here is the form provided by Feedburner within a Text Widget box. Nice and simple – have a play and set yours up.

    Babs

    Enhanced by Zemanta
    Latest blog posts

    Receive blog posts to your email:

    Delivered by FeedBurner

    bloggers wanted
    Contacting us: