51 results
tagged
templates
BeeFree | Free email editor to build responsive design messageshttps://beefree.io/index.aspx
Open Source Email Templates · sendwithushttps://www.sendwithus.com/resources/templates
UI.Layout Plug-in - Home 2http://layout.jquery-dev.net/index.cfm
Whiteboard – A Free Wordpress Frameworkhttp://whiteboardframework.com/
HTML5 Boilerplate - A rock-solid default template for HTML5 awesome.http://html5boilerplate.com/
good clean blank template
Starkers: The completely naked theme for WordPresshttp://elliotjaystocks.com/starkers/
slide-o-matic previewhttp://wp-themes.com/slide-o-matic/?TB_iframe=true&width=1570&height=797
WordPress › ThreatToCreativity « WordPress Themeshttp://wordpress.org/extend/themes/threattocreativity
Upstart Blogger Themes » The Upstart Blogger Wordpress Theme Demo Bloghttp://www.upstartblogger.com/wpthemes/
WP CODAhttp://wordpress.bustatheme.com/coda/
Suprb » Blog Archive » Grid-A-Licioushttp://suprb.com/grid-a-licious/
WordPress › Support » Display full comments, not just a link?http://wordpress.org/support/topic/188149
Commentaires en homepage sur wordpress :
1.Open /wp-includes/comment-template.php
2.Find the "function comments_template( $file = '/comments.php' ){"
3.Inside the function you will see :
if ( ! (is_single() || is_page() || $withcomments) )
return;
Change this to
if ( ! (is_single() || is_page() || $withcomments) )
//return;
4.Open /wp-content/themes/yourtheme/index.php
add "" inside post loop
"while (have_posts()) : the_post(); "