Creating a valid WordPress theme
DeutschRecently, I’ve been checking out some of the blogs that link back to me because they use one of my plugins. And it seems like a lot of them are using buggy, incorrect templates. It looks like many WordPress theme developers don’t read the theme development checklist. (more…)
Change Typo3 template depending on column content
DeutschLet’s assume you don’t just want to inject some HTML if there is content in a column, but you want to use a completely different layout. This isn’t hard to accomplish, see the example: (more…)
Move WordPress Comments
Change template if content exists in Typo3
DeutschIf you build sites with Typo3 you might want to use a smart template that uses different markup for different pages. Of course you can define as many templates as you like in Typo3. But what if you want to use a two and a three-column layout, depending on if content in one column exists, and if you don’t know in advance if there is content in that column? The solution is rather easy, do something like in this example: (more…)
Moving WordPress comments
Edit: I wrote a plugin to make this easier, see the move WordPress comments plugin page.
Do you sometimes get comments that should be on a different post or page on your WordPress blog? I get such posts from time to time and always wondered how to move them to a different post. It turns out to be quite easy. (more…)
Include typo3 content elements on every page
DeutschYou often want to include some content on every page of your website. There are a lot of different ways to accomplish this with typo3. Here’s one quick solution: You create a hidden page or a page outside of your site tree, so that it doesn’t show up in your menu. Then you simply add the content you want displayed on all pages to that page. When you hover over the icon next to the title of the content element (the one that lets you copy, cut etc) you see the object’s ID. (more…)
This plugin adds a small form to every comment on your blog. The form is only added for admins and allows you to move comments to a different page and to fix comment threading. This plugin is not designed for mass-moving of comments, rather for moving single comments from time to time. There are other plugins better suited for moving many comments at once.
(more…)