I’ve just released version 2.0 of my free HTML5 and CSS3 theme. Both design and code has been been through major improvements and is much much better than before.
Here’s a preview of the new design (click for demo)
I’ve just released version 2.0 of my free HTML5 and CSS3 theme. Both design and code has been been through major improvements and is much much better than before.
Here’s a preview of the new design (click for demo)
My Cakifo WordPress theme has just been updated to version 1.1.
Cakifo is a free WordPress theme built with from the rock-solid Hybrid Core theme framework by Justin Tadlock, so it provides a great starting point with many useful features.
This theme is a parent theme. What this means is that to customize it, you should be creating a child theme. Is it a theme framework? Some people might call it that. All you need to know is that it’s a solid, yet flexible, starting point for nearly any blog.
My free HTML5 and CSS3 theme has been converted to a free WordPress theme, called HTML5Press, by Tyler Longren.
The project is also hosted on Github where you can help improving the theme.
Som standard har WordPress sit eget logo på din blogs login side (dinside.dk/wp-login.php). Det er dog ikke altid du ønsker at have WordPress’ logo der – nej, du vil have dit eget!
Heldigvis kan du nemt ændre det til dit eget logo. Du kan også ændre billede linket, som linker til WordPress.org som standard.
Bare put følgende ting i dit temas functions.php
Brug følgende kode for at skifte logoet. Husk at ændre linket og højden, så de passer til dit logo.
function jayj_login_logo() {
echo '<style type="text/css">
h1 a {
background: url( '. get_bloginfo( 'template_directory' ) . '/images/logo.png) 50% 50% no-repeat !important;
height: 178px; /* Højden på logoet */
}
</style>';
}
add_action( 'login_head', 'jayj_login_logo' );
Du kan naturligvis tilføje mere CSS for at ændre loginskærmen endnu mere.
Læs resten for at se hvad du ellers kan gøre
Only one thing is impossible for God: To find any sense in any copyright law on the planet.