diff -c royale-1.3/README.txt royale-1.4/README.txt *** royale-1.3/README.txt 2007-06-18 12:40:46.000000000 -0400 --- royale-1.4/README.txt 2007-11-04 16:49:20.000000000 -0500 *************** *** 29,34 **** --- 29,35 ---- Customize the theme at will, but please do not modify the credits in the footer. + === INSTALLATION ======================================================================= To add Royale to your WordPress installation, follow these basic steps: *************** *** 38,57 **** your theme in the wp-content/themes directory provided by WordPress (ie wp-content/themes/royale). 3. Upload the theme files to the new directory on your host server. ! 4. Follow the instructions below for selecting the new theme. ! 5. Log in to the WordPress Administration Panels. ! 6. Select the Presentation subpanel and click on the Royale screenshot. - === ABOUT ROYALE ======================================================================= ! ** Images classes: ! - Images in posts are surrounded by a border by default. To override this behaviour, ! simply add the 'noborder' class to your img tags. ! - Images are also left-floated by default. To override this, add the 'nofloat' class to ! your img tags. - ** Widgets support: Royale supports up to four widgets bars: two on the sides, one at the top and one at the bottom. The sidebars can be displayed on either side of the reading area. The top/bottom bars are most useful to display some kind of static content (using text --- 39,70 ---- your theme in the wp-content/themes directory provided by WordPress (ie wp-content/themes/royale). 3. Upload the theme files to the new directory on your host server. ! 4. Log in to the WordPress Administration Panels. ! 5. Select the Presentation subpanel and click on the Royale screenshot. ! ! ! ! === SHOW YOUR SUPPORT ================================================================== ! ! If you enjoy this theme, please consider doing some (all) of the following things: ! ! - let me know and send an email to tom@onehertz.com ! ! - make a donation using the link at the top of the Theme Options page: ! http://www.onehertz.com/portfolio/wordpress/donate/ ! ! - leave a comment on the Theme Viewer: ! http://themes.wordpress.net/columns/2-columns/2850/ ! ! - bookmark it on del.icio.us: ! http://del.icio.us/url/ed1be75ee2bef47cf976eae4903fb2a9 ! ! Thank you for choosing Royale! ! === WIDGETS SUPPORT ==================================================================== Royale supports up to four widgets bars: two on the sides, one at the top and one at the bottom. The sidebars can be displayed on either side of the reading area. The top/bottom bars are most useful to display some kind of static content (using text *************** *** 61,71 **** them here: http://automattic.com/code/widgets/ === SEO OPTIONS ======================================================================== ** Custom
. If you don't use
s, adding
between paragraphs
+ will do the trick as well.
+
+ If you want to have an image float to the right, simply give it the "alignright" class,
+ i.e.
+
+ If you want to center an image, use the "centered" class instead, but this will only
+ work with non-floating images, i.e. the kind around which text does not wrap.
+
+ If you want text to wrap around SOME images, let text wrapping enabled, and add
+ class="nowrap" to the img tags around which you don't want text to wrap, i.e.
+
. Adding this class to a block container will make all its child
+ images inherit this behaviour (useful for galleries).
+
+ ** Border:
+ Images in posts are surrounded by a border by default. While it is possible to disable
+ them throughout the theme using the appropriate option, you can also override this
+ behaviour on certain images by adding the "noborder" class to the img tag.
+
+
+
=== SEO OPTIONS ========================================================================
** Custom
.
.
-
guid); ?>
XHTML:
! Binary files royale-1.3/de_DE.mo and royale-1.4/de_DE.mo differ diff -c royale-1.3/footer.php royale-1.4/footer.php *** royale-1.3/footer.php 2007-06-11 11:40:52.000000000 -0400 --- royale-1.4/footer.php 2007-11-04 16:29:04.000000000 -0500 *************** *** 13,19 **** */ ! global $wpmu; ?> --- 13,19 ---- */ ! global $dirs, $wpmu; ?> *************** *** 28,40 **** WordPress','royale'); ?>, Royale theme by tom. !
! ! !