[fr]
Comme lors de chaque mise à jour wordpress, c'est la prise de tête. Plugins, thèmes... il faut vraiment que je mette de l'ordre dans mon site!
[en]
Like each time I upgrade WordPress, I find myself facing the sprawling mess that my site has become, and the umpteen hacks made to template and plugins to get things working roughly how I want them.
So I think: time to clean up! Get rid of K2! re-write plugins, so they insert fun things in my themes without me having to put them in by hand all the time!
And then it all goes down the drain, because I try one theme, and another, and another, and none really fits, and I don’t want to yet again go through the half-dozen addition of template tags to make my blog bilingual and shiny. But I do want it bilingual and shiny, don’t get me wrong.
I want to use sandbox. I’d like to adapt my Basic Bilingual plugin so that it injects lang="fr" and lang="en" where necessary. I want a clean layout, and I still like my blue header image of Ouchy (pronounce “ooshee”, please).
I have tons of things in the sidebar, and they need to be laid out so they don’t look too cluttered (a challenge, yes, I know).
I want my tag pages to link to technorati, maybe show my flickr photos with the same tag, or my del.icio.us links.
I want ajax-ification so that I can correct spelling mistakes and add/remove tags without going to the admin interface (Inline Tag Thing looks promising, but I’m not sure I like the interface).
Sigh.
Maybe I should just start a CTTS design contest. Give out prizes. Something like that.
Or stop wanting to push my blogging tool where it isn’t yet? I don’t want to give up.
Update: for the curious, the temporary design is Diurnal, a sandbox skin. The colours change with the time of day — pretty neat in my opinion.
Similar Posts:
- K2
- Website Pro Day 3: Results!
- The hAtomisation of CTTS
- Simple Technorati Tags Plugin for WordPress
- WordPress Sandbox Theme Problems
- Basic Bilingual 0.3 for Multilingual Blogging
- Flickr: Open Up Tagging Your Photos to the Community, Please
- Two Plugin Updates: Basic Bilingual 0.32 and Language Linker 0.2
- Basic Bilingual Plugin
- Basic Bilingual and Bunny’s Technorati Tags Plugins Updated for WordPress 2.1







The hAtomisation of CTTS
[fr]
Un pas vers l'implémentation du microformat hAtom sur Climb to the Stars. J'ai commencé à adapter le thème WordPress Sandbox, qui est déjà tout plein de hAtom, pour que le résultat ressemble à ce que vous avez l'habitude de voir ici.
Par la même occasion, j'ai commencé à transformer ma sidebar en widgets -- c'est comme des petits blocs de construction qu'on peut ensuite assembler à sa guise, sans mettre les doigts dans le code.
[en]
Well, I’ve made good progress. Starting with the Sandbox theme, I imported and converted most of the CSS from my pink theme into a Sandbox skin. It’s not quite there yet.
I edited the function (provided with the theme) which generates navigation links so that it would show the few links I wanted instead of my huge list of pages. Then, there are a few things which are not in the right order in the Sandbox template for me to make them appear where I want. For example, I had to swap entry-title and entry-date so that the date of the post would float at the top right as it does here. Then, I had to add my own personal stuff: the
langattribute on the hentry div. The “other-excerpt” block, the technorati cosmos link, the tags, the trackback url at the bottom of the post. Phew.I also installed the widgets plugin and started converting my sidebar to widgets. Great fun! But still not quite there yet either. The first difficulty was understanding that widgets are plugins and need to be activated before they appear in the widgets pool.
If you embark on a similar adventure, get the Exec PHP widget first. You can literally paste your current sidebar into it. You’re allowed nine instances of it, once you find that you can select that number lower down on the widgets page. Drop-down archive widget is nice. Sadly, Show coComments doesn’t seem to like apostrophes as a title, and there’s obviously something else wrong too — it worked briefly for me, but then stopped working. Didn’t manage to figure out why despite over half an hour of troubleshooting. Oh, and while I was at it, I uncovered a small glitch in the coComment Enhancer plugin — if your blog URL and wordpress install URLs are different, you might want to patch up your version (it’s really easy).
Similar Posts: