TagWordPress

Multiple Sites Driven By One WordPress Installation

This is early experimental. And, I’ve also marked this post into the “personal” category, because you wouldn’t want your clients to have too much access, especially if they share a single WordPress installation. Now I know there’s the WordPress MU project, but I guess I can’t use it in this case, because WordPress MU assumes your URLs will be within the same...

New WordPress Plugin: Twitter Followers Widgets

Hey, there’s a new widget that can display user pics of people you follow (and people who follow you) on Twitter. It updates whenever you gain a new follower. That’s a new widget for WordPress I wrote a few days ago, and received aproval from the WordPress.org plugin directory today, so it’s the official launch. Go get yours right over here: Twitter Followers Widgets and...

Customize Posts Order in WordPress via Custom Fields

I came across this last night, might be helpful for some of you ;) Sorting posts in a customized order is pretty simple with the WordPress custom fields mechanism and custom SQL queries. Start off with a basic query: $querystr = " SELECT wposts.* FROM $wpdb->posts wposts, $wpdb->postmeta wpostmeta WHERE wposts.ID = wpostmeta.post_id AND wpostmeta.meta_key = 'order' AND wposts.post_type =...

Interview: The Woo is a Mix of w00t & WordPress

I’ve managed to chat with one of the three founders of WooThemes lately – Adii Pienaar. Adii was very busy during the last couple of weeks with the Woo2 Release, but he was still so kind to answer some questions I had, so here we go: @kovshenin Okay Adii, how are things going at WooThemes right now? I mean after WordPress has released 2.8 and most of your clients have upgraded (I...

SquareSpace, Thesis and Back to WordPress

Yup, that’s the way it generally goes. I finally got myself an account at SquareSpace to play around with, and I poked the Thesis Framework a couple of months ago, so I now got to a conclusion – I’m not satisfied with any of those. There’s absolutely nothing wrong with SquareSpace, it’s a very neat and highly customizable blogging platform. I liked playing around...

Thickbox and jQuery in WordPress 2.8

The update was great! The new features in WordPress 2.8 are awesome! Most of my Twitter friends have updated to 2.8 and haven’t had a single issue. The new widgets area is so cool! Oh jeez, I’m so excited. For a full features list check out Version 2.8 section in the Codex. Anyway, the only issue I had so far is the Thickbox usage. I’m not sure why it’s lost, but...

Linux Dummy: Unscheduled Maintenance

If anyone of you have tried to access the blog yesterday night, you might have noticed that nothing was working. Sorry! I’ll say it straight, it’s completely my fault. Yesterday evening I decided to set up a cron job for automatic backups on my VPS – a full MySQL dump and a compressed archive of the www directory. So I got a couple of error messages stating that I don’t...

URL Shorteners and the Linkrot Apocalypse

First of all I’d like to thank you all for your support on the Twitter Friendly Links plugin for WordPress. It started out as a fairly simple URL shortener tool. Now it’s got loads of new options and some compatibility fixes. Keep the suggestions coming :) Today I came across a bunch of articles about link relations, the way Google and other search engines treat them, and the way a...

Compatibility: Twitter Tools & Twitter Friendly Links

Due to many requests for twitter friendly links in the Twitter Tools plugin by Alex King I’ve decided to take a look. Alex King surely did a great job in his plugin by leaving a filter which I could use in my plugin without touching the sources of Twitter Tools. The toughest thing was to find this great wordpress function called url_to_postid() which takes a wordpress URL and tries to...

Twitter Friendly Links Video: Live at WordPress.tv!

I’m very glad to announce that the Twitter Friendly Links video I did a couple of days ago is now hosted at WordPress.tv! Big shout out to Michael who uploaded the video in HQ – thanks Mike! There’s been a plugin update a few hours ago – 0.3.1. I managed to suit Twitter Friendly Links to blogs that run WordPress in a different directory. Also got a report that it...