Diabolique Design

TRANSLATION AREAS

archive.php



<span class="archive"><h2>Archive for <?php single_cat_title(); ?></h2></span>
<span class="archive"><h2>Tags ‘</h2><?php single_tag_title();
<span class="archive"><h2>Archive for day <?php the_time('F jS, Y'); ?></h2></span>
<span class="archive"><h2>Archive for <?php the_time('F, Y'); ?></h2></span>
<span class="archive"><h2>Archive for: <?php the_time('Y'); ?></h2></span>
<span class="archive"><h2>Author's Archive</h2></span>
<span class="archive"><h2>Blog Archive</h2></span>
<?php the_content('<h5><p>Read more »</p></h5>'); ?>
<div style="float:right"><h6><p><?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p></h6></div>
<div style="float:left"><span class="white"><?php next_posts_link('« Older Entries') ?></span>
<div style="float:right"><span class="white"><?php previous_posts_link('Newer Entries »') ?></span>
<h2>Not found</h2>



archives.php



<h2>Archives by Month:</h2>
<h2>Archives by Subject:</h2>



comments-popup.php



<p class="nocomments">This post is password protected. Enter the password to view comments.</p>
<h3 id="comments"><?php comments_number('No Responses', 'One Response', '% Responses' );?> to “<?php the_title(); ?>”</h3>
<h3><?php comment_form_title( 'Leave a Reply', 'Leave a Reply to %s' ); ?></h3>
<p>You must be <a href="<?php echo wp_login_url( get_permalink() ); ?>">logged in</a> to post a comment.</p>
<p>Logged in as <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo wp_logout_url(get_permalink()); ?>" title="Log out of this account">Log out »</a></p>
<small>Name <?php if ($req) echo "(required)"; ?></small>
<small>Website</small>



footer.php



<h2>Meta</h2>
<h2>Recent posts</h2>



index.php



<br /><span class="author">by <?php the_author() ?></span></h2>
<?php the_content('<h5><p>Read more »</p></h5>'); ?>
<div style="float:right"><h6><p><?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p></h6></div>
<div style="float:left"><span class="white"><?php next_posts_link('« Older Entries') ?></span>
<div style="float:right"><span class="white"><?php previous_posts_link('Newer Entries »') ?></span>
<h2 >Not found</h2>



info.php



replace:
<h4><?php the_time('F jS') ?></h4>
for:
<h4><?php the_time('F j') ?></h4>



info2.php



This entry was posted
on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
and is filed under <?php the_category(', ') ?>.
You can follow any responses to this entry through the <?php post_comments_feed_link('RSS 2.0'); ?> feed.
You can <a href="#respond">leave a response</a>, or <a href="<?php trackback_url(); ?>" rel="trackback">trackback</a>
Responses are currently closed, but you can <a href="<?php trackback_url(); ?> " rel="trackback">trackback</a> from your
You can skip to the end and leave a response. Pinging is currently not allowed.
Both comments and pings are currently closed.
<?php } edit_post_link('Edit this entry','','.'); ?>



page.php



<?php the_content('Read more »'); ?>
<div style="float:left"><?php next_posts_link('« Older Entries') ?></div>
<div style="float:right"><?php previous_posts_link('Newer Entries »') ?></div>
<h2 >Not found</h2>



search.php



<span class="result"><h2>Search Result:</h2></span>
<?php the_content('Read more »'); ?>
<span class="result"><h2>Not found</h2></span>



searchform.php



<input class="text" name="s" type="text" value=" Search..." maxlength="150" onfocus="this.value=(this.value==' Search...') ? '' : this.value;" onblur="this.value=(this.value=='') ? ' Search...' : this.value;" />



single.php



<br /><span class="author">by <?php the_author() ?></span></h2>
<?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?>
<h6><?php the_tags( '<p>Tags: ', ', ', '</p>'); ?></h6>
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
<p>Sorry, no posts matched your criteria.</p>