Blog posts tagged wordpress
New plugin: Ad manager
It’s still under development, but the current version supports all functionality of the Ads mod from “Mystique” so you might as well use it instead of the mod
Download on WordPress.org
Support Forums (post bug reports / requests here)
A quick screenshot:
In case you’re wondering if you will [...]
Custom avatar images in WordPress
This is a short walktrough on how to let your website users upload their own avatars, without using a plugin.
First, define the maximum image sizes (note that we will only downsize, smaller images will get browser-resized):
define(‘MAX_AVATAR_WIDTH’, 96);
define(‘MAX_AVATAR_HEIGHT’, 96);
This [...]
How to correctly hook your filter to the post content
I’m seeing a lot of plugins that just hook themselves on the the_content filter tag, without bothering to handle excerpts.
Because get_the_excerpt() / the_excerpt() will call get_the_content() if the post doesn’t have an excerpt set, in many cases you get your filter applied on excerpts as well. [...]
Atom
ATOM serves as the base framework for future WordPress themes I’ll be designing. Some features/Highlights of the core:
A very extensible code base
Context-aware layout selection
Extensive support for child themes (auto-creation, better template routing)
Advanced theme settings panel with live [...]
Translating a WordPress theme
This is a short tutorial on how to properly translate a Wordpress theme. Mystique is used as example here. I will choose PoEdit as the translation application, since it’s the easiest to use because of the simple user interface…
Mystique (old page)
This is the old page for the Mystique project. The new one is here.
Mystique is a free WordPress theme that attempts to top commercial templates in terms of design and functionality. Some of its features include 4 theme widgets, page templates for different layout styles and a advanced interface [...]
Arclite (old page)
This is the old page for the Arclite theme. The new page is here.
Another clean/light style theme. Some of its features include the ability to switch between the normal image-based design to a entirely CSS based one (without images), a few background/color variations, fluid layout, optional 3rd [...]
420AM
A dark WordPress theme with a rustic look, grunge style. Still under development
Support this project