Skip to content

Commit

Permalink
v 0.45
Browse files Browse the repository at this point in the history
piccole modifiche più aggiornamento readme.txt con nuove caratteristiche tema
  • Loading branch information
ilmaren committed Apr 20, 2011
1 parent 8e449de commit 189036f
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 99 deletions.
24 changes: 12 additions & 12 deletions functions.php
@@ -1,5 +1,7 @@
<?php
/**** begin theme hooks ****/
// Register localization support
load_theme_textdomain( 'wallow', TEMPLATEPATH . '/languages' );
// Tell WordPress to run wallow_setup() when the 'after_setup_theme' hook is run.
add_action( 'after_setup_theme', 'wallow_setup' );
// Register sidebars by running wallow_widget_area_init() on the widgets_init hook
Expand All @@ -19,7 +21,7 @@

// get the theme types
function wallow_get_types() {
$wallow_types = array( 'fire' => __('fire','wallow') , 'air' => __('air','wallow') , 'water' => __('water','wallow') , 'earth' => __('earth','wallow'), 'smoke' => __('smoke','wallow') , 'clouds' => __('clouds','wallow') );
$wallow_types = array( 'fire' => __( 'fire', 'wallow' ) , 'air' => __( 'air', 'wallow' ) , 'water' => __( 'water', 'wallow' ) , 'earth' => __( 'earth', 'wallow' ), 'smoke' => __( 'smoke', 'wallow' ) , 'clouds' => __( 'clouds', 'wallow' ) );
return $wallow_types;
}

Expand All @@ -29,10 +31,8 @@ function wallow_get_types() {

function wallow_setup() {

// Register localization support
load_theme_textdomain('wallow', TEMPLATEPATH . '/languages' );
// Theme uses wp_nav_menu() in one location
register_nav_menus( array( 'primary' => __( 'Main Navigation Menu', 'wallow' ) ) );
register_nav_menus( array( 'primary' => __( 'Main Navigation Menu', 'wallow' ) ) );
// Register Features Support
add_theme_support( 'automatic-feed-links' );
// Thumbnails support
Expand Down Expand Up @@ -357,19 +357,19 @@ function wallow_edit_options() {
</tr>
</table>
</div>
<p style="float:left; clear: both;">
<input class="button" type="submit" name="Submit" value="<?php _e( 'Update Options', 'wallow' ); ?>" />
<a style="font-size: 10px; text-decoration: none; margin-left: 10px; cursor: pointer;" href="themes.php?page=functions" target="_self"><?php _e( 'Undo Changes', 'wallow' ); ?></a>
</p>
<div class="stylediv" style="clear: both; text-align: center; border: 1px solid #ccc;">
<small>
<?php _e( 'If you like/dislike this theme, or if you encounter any issues using it, please let us know it.', 'wallow' ); ?><br />
<a href="<?php echo esc_url( 'http://www.twobeers.net/annunci/wallow' ); ?>" title="wallow theme" target="_blank"><?php _e( 'Leave a feedback', 'wallow' ); ?></a>
</small>

</div>


<p style="float:left; clear: both;">
<input class="button" type="submit" name="Submit" value="<?php _e( 'Update Options', 'wallow' ); ?>" />
<a style="font-size: 10px; text-decoration: none; margin-left: 10px; cursor: pointer;" href="themes.php?page=functions" target="_self"><?php _e( 'Undo Changes', 'wallow' ); ?></a>
</p>
<div class="stylediv" style="clear: both; text-align: center; border: 1px solid #ccc; margin-top: 10px;">
<small>Support the theme in your language, provide a <a href="<?php echo esc_url( 'http://www.twobeers.net/temi-wp/wordpress-themes-translations' ); ?>" title="Themes translation" target="_blank">translation</a>.</small>
</div>
</form>
</div>
</div>
Expand Down Expand Up @@ -483,6 +483,6 @@ function wallow_content_replace( $content ){
}

// load the custom widgets module
get_template_part('widgets');
get_template_part( 'widgets' );

?>
2 changes: 1 addition & 1 deletion header.php
Expand Up @@ -49,7 +49,7 @@
</div>
<?php dynamic_sidebar( 'w-quickbar' ); ?>
</div>
<div id="qb_right"><?php printf( __('Today is %1$s<br />%2$s','fastfood'), date_i18n( __( 'l','fastfood' ) ), date_i18n( get_option( 'date_format' ) ) ); ?></div>
<div id="qb_right"><?php printf( __( 'Today is %1$s<br />%2$s', 'wallow' ), date_i18n( __( 'l', 'wallow' ) ), date_i18n( get_option( 'date_format' ) ) ); ?></div>

</div>
<!-- end quickbar -->
Expand Down
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -8,7 +8,7 @@
elseif (is_tag()) :
echo '<div class="wp-caption aligncenter"><p class="wp-caption-text">' . __( 'Tag', 'wallow' ) . ':<strong> '; wp_title( '', true, 'right' ); echo ' </strong></p></div>';
elseif (is_search()) :
printf('<div class="wp-caption aligncenter"><p class="wp-caption-text">' . __( 'Search results for &#8220;%s&#8221;', 'wallow') . '</p></div>', '<strong>' . esc_html( get_search_query() ) . '</strong>');
printf('<div class="wp-caption aligncenter"><p class="wp-caption-text">' . __( 'Search results for &#8220;%s&#8221;', 'wallow' ) . '</p></div>', '<strong>' . esc_html( get_search_query() ) . '</strong>' );
elseif (is_date()) :
echo '<div class="wp-caption aligncenter"><p class="wp-caption-text">' . __( 'Archives', 'wallow' ) . ':<strong> '; wp_title( '', true, 'right' ); echo ' </strong></p></div>';
endif;
Expand Down
15 changes: 11 additions & 4 deletions readme.txt
Expand Up @@ -17,16 +17,23 @@ THEME SPECIAL FUNCTIONS:
* Flexible width: fits to everything, even widescreen! No more empty spaces on yours readers screens.
* Two columns: everithing find it’s own place with the two columns at your disposal
* Widgets ready: there are thousands of beautiful and useful widgets that Wallow can support. Why don’t you use them?
* Theme options: a blog is personal, so it must also be customizable. Mix-up the four styles to get your own
* Theme options: a blog is personal, so it must also be customizable. Mix-up six styles to get your own
* Multiple styles: Wallow has 6 different styles, but with the “theme mixer” (*), your blog will be unique
* “Quickbar” navigation: with Wallow’s “quickbar”, browse through the blog has never been easier and faster (recent post, recent comments, categories) - could be disabled
- categories will browse you to a list of post of the selected category
* “Quickbar” navigation: Wallow’s “quickbar” is the fastest way to help visitor browse your blog
* 5 new widgets: Popular Posts, User quick links (meta), Latest comment authors, Latest activity (latest commented posts), Popular Categories
* Translation ready: Wallow is ready to be translated into other languages (English and Italian are included)
* Right sidebar: a pretty comfortable sidebar is what you need for your extra content
* Support Gravatars: your gravatar follows you everywhere
* js menu animations - could be disabled
* posts and pages thumbanils support: just open "function.php" and activate thumbanils support

CHANGE LOG (FROM VERSION 0.44):
* “Quickbar” integrated functions, as recent post/comments/categories, has become widgets
* “Quickbar” has been changed into a widget container
* MooTools have ben replaced by WP integrated JQuery
* Two new styles (smoke and clouds)

CREDITS
* thanks to Frank from http://www.wormserwebtreff.de/ for the German translation and the beta testing
* thanks to Jose A. Milan for the Spanish translation
* thanks to Jose A. Milan for the Spanish translation
* thanks to Sebastien Blanrue from http://blog.sauterdanslesflaques.fr/ for the Frech translation

0 comments on commit 189036f

Please sign in to comment.