go41

the info you need to know


von Joern
Keine Kommentare

you have to insert a new style for this class in style.css:Example here would look like: ---.wp-caption {-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;background-color:#F3F3F3;border:1px solid #DDDDDD;margin:10px;padding-top:4px;text-align:center;}.entry .wp-caption img {float:none; margin:0;padding:0; border:none}p.wp-caption-text{margin:5px;}If you have Arthemia Premium you could just add it to the themes folder and switch to it to see if it works.This alone will not…


von Joern
Keine Kommentare

To display the category bar of Arthemia WordPress Theme free version on all pages you can try this:At the end of header.php the last line should be: <div id="page" class="clearfloat">below this put:Code:<?php /* If this is not home because index.php shows this */ if ( !is_home() || is_paged() ) {…