Skip to content
Snippets Groups Projects
Commit 836a76e8 authored by root's avatar root Committed by lechuck
Browse files

Add theme bliss

parent 17484438
No related branches found
No related tags found
No related merge requests found
Showing
with 1199 additions and 0 deletions
<?php get_header(); ?>
<div class="post">
<h1 class="post-title"><?php _e('Not Found','bliss'); ?></h1>
<div class="entry">
<p><?php _e('Sorry, but you are looking for something that isn&#39;t here.','bliss'); ?></p>
</div>
</div>
<?php get_footer(); ?>
\ No newline at end of file
<?php get_header(); ?>
<div class="post archive-header">
<h1 class="post-title">
<?php
_e('Archive for ','bliss');
if(is_day()) : the_time(__('F jS, Y','bliss'));
elseif(is_month()) : the_time(__('F Y','bliss'));
elseif(is_year()) : the_time(__('Y','bliss'));
endif;
?>
</h1>
<div class="entry">
<p><?php _e('You are browsing the archives of','bliss'); wp_title(''); ?>.</p>
</div>
</div>
<?php if(have_posts()) : while(have_posts()) : the_post(); ?>
<div class="post">
<h2 class="post-title">
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
</h2>
<p class="byline">
<span class="time"><?php the_time(__('M jS, Y','bliss')); ?></span>
<span class="author"><?php the_author_posts_link() ?></span>
<?php comments_popup_link(__('No Comments','bliss'), __('1 Comment','bliss'), __('% Comments','bliss'), 'comments-link'); ?>
<?php edit_post_link(__('Edit','bliss'), '<span class="edit">', '</span>'); ?>
</p>
<div class="entry">
<?php
if($settings['archives'] == __('Excerpts','bliss')) the_excerpt();
else the_content(__('Read more &raquo;','bliss'));
?>
</div>
<div class="post-meta-data">
<span class="categories"><?php _e('Categories:','bliss'); ?> <?php the_category(', '); ?></span>
<span class="tags"><?php _e('Tags:','bliss'); ?> <?php the_tags('', ', ', ''); ?></span>
</div>
</div>
<?php endwhile; ?>
<div class="navigation-links section">
<?php posts_nav_link('',
'<span class="previous">&laquo; '.__('Previous Page','bliss').'</span>',
'<span class="next">'.__('Next Page','bliss').' &raquo;</span>'
); ?>
</div>
<?php else: ?>
<p><?php _e('Sorry, no posts matched your criteria.','bliss'); ?></p>
<?php endif; ?>
<?php get_footer(); ?>
\ No newline at end of file
<?php get_header(); ?>
<?php if(have_posts()) : while(have_posts()) : the_post(); ?>
<div class="post">
<h1 class="post-title">
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
</h1>
<div class="entry">
<?php the_content(); ?>
</div>
</div>
<?php comments_template(); ?>
<div class="navigation-links section">
<span class="previous"><?php previous_post_link('&laquo; %link'); ?></span>
<span class="next"><?php next_post_link(' %link &raquo;'); ?></span>
</div>
<?php endwhile; ?>
<?php else: ?>
<p><?php _e('Sorry, no posts matched your criteria.','bliss'); ?></p>
<?php endif; ?>
<?php get_footer(); ?>
\ No newline at end of file
<?php get_header(); ?>
<div class="post author-header">
<h1 class="post-title"><?php wp_title(''); ?></h1>
<div class="entry">
<?php op_author_bio(); // Author header hook ?>
</div>
</div>
<?php if(have_posts()) : while(have_posts()) : the_post(); ?>
<div class="post">
<h2 class="post-title">
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
</h2>
<p class="byline">
<span class="time"><?php the_time(__('M jS, Y','bliss')); ?></span>
<span class="author"><?php the_author_posts_link(); ?></span>
<?php comments_popup_link(__('No Comments','bliss'), __('1 Comment','bliss'), __('% Comments','bliss'), 'comments-link'); ?>
<?php edit_post_link(__('Edit','bliss'), '<span class="edit">', '</span>'); ?>
</p>
<div class="entry">
<?php
if($settings['archives'] == __('Excerpts','bliss')) the_excerpt();
else the_content(__('Read more &raquo;','bliss'));
?>
</div>
<div class="post-meta-data">
<span class="categories"><?php _e('Categories:','bliss'); ?> <?php the_category(', '); ?></span>
<span class="tags"><?php _e('Tags:','bliss'); ?> <?php the_tags('', ', ', ''); ?></span>
</div>
</div>
<?php endwhile; ?>
<div class="navigation-links section">
<?php posts_nav_link('',
'<span class="previous">&laquo; '.__('Previous Page','bliss').'</span>',
'<span class="next">'.__('Next Page','bliss').' &raquo;</span>'
); ?>
</div>
<?php else: ?>
<p><?php _e('Sorry, no posts matched your criteria.','bliss'); ?></p>
<?php endif; ?>
<?php get_footer(); ?>
\ No newline at end of file
<?php get_header(); ?>
<div class="post category-header">
<h1 class="post-title"><?php single_cat_title(); ?></h1>
<div class="entry">
<?php echo category_description(); ?>
</div>
</div>
<?php if(have_posts()) : while(have_posts()) : the_post(); ?>
<div class="post">
<h2 class="post-title">
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
</h2>
<p class="byline">
<span class="time"><?php the_time(__('M jS, Y','bliss')); ?></span>
<span class="author"><?php the_author_posts_link(); ?></span>
<?php comments_popup_link(__('No Comments','bliss'), __('1 Comment','bliss'), __('% Comments','bliss'), 'comments-link'); ?>
<?php edit_post_link(__('Edit','bliss'), '<span class="edit">', '</span>'); ?>
</p>
<div class="entry">
<?php
if($settings['archives'] == __('Excerpts','bliss')) the_excerpt();
else the_content(__('Read more &raquo;','bliss'));
?>
</div>
<div class="post-meta-data">
<span class="categories"><?php _e('Categories:','bliss'); ?> <?php the_category(', '); ?></span>
<span class="tags"><?php _e('Tags:','bliss'); ?> <?php the_tags('', ', ', ''); ?></span>
</div>
</div>
<?php endwhile; ?>
<div class="navigation-links section">
<?php posts_nav_link('',
'<span class="previous">&laquo; '.__('Previous Page','bliss').'</span>',
'<span class="next">'.__('Next Page','bliss').' &raquo;</span>'
); ?>
</div>
<?php else: ?>
<p><?php _e('Sorry, no posts matched your criteria.','bliss'); ?></p>
<?php endif; ?>
<?php get_footer(); ?>
\ No newline at end of file
<div id="comments-template">
<?php // Do not delete these lines
if ('comments.php' == basename($_SERVER['SCRIPT_FILENAME'])) die ('Please do not load this page directly. Thanks!');
if (!empty($post->post_password)) { // if there's a password
if ($_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) { // and it doesn't match the cookie
echo '<h2>'; _e('Password Protected','bliss'); echo '</h2>';
echo '<p>'; _e('Enter the password to view comments.','bliss'); echo '</p></div>';
return;
}
}
// Variable for alternating comments with the CSS class "alt"
$oddcomment = 'alt';
// Start editing here
if ($comments) :
echo '<h3 id="comments">';
comments_number(__('No Responses','bliss'), __('One Response','bliss'), '% '.__('Responses','bliss'));
echo ' '; _e('to','bliss'); echo ' &#8220'; the_title();
echo '&#8221;</h3>';
echo '<ol class="commentlist">';
foreach ($comments as $comment) : ?>
<li class="<?php echo $oddcomment; ?> <?php if($comment->comment_author_email == get_the_author_email()) echo 'author'; ?>" id="comment-<?php comment_ID(); ?>">
<div class="comment-meta-data">
<?php
if($comment->comment_author_url == true) {
if($comment->comment_author_url == 'http://') $comment->comment_author_url = 'http://gravatar.com';
echo "<a href=\"$comment->comment_author_url\" rel=\"nofollow\" title=\""; comment_author(); echo "\">";
}
$comment_type = get_comment_type();
if($comment_type == 'trackback' || $comment_type == 'pingback') $avatar = get_bloginfo('template_directory').'/images/trackback.jpg';
elseif(get_option('bs_avatar') == true) $avatar = 'wavatar';
else $avatar = get_option('avatar_default');
echo get_avatar(get_comment_author_email(), '80', $avatar);
if($comment->comment_author_url == true) echo '</a>';
?>
<span class="permalink">
<a class="time" href="#comment-<?php comment_ID(); ?>" title=""><?php _e('Permalink','bliss'); ?></a>
</span>
<?php edit_comment_link(__('Edit','bliss'),'<span class="edit">','</span>');
if ($comment->comment_approved == '0') :
echo '<em>'; _e('Your comment is awaiting moderation.','bliss'); echo '</em>';
endif; ?>
</div><!-- comment-meta-data -->
<p>
<span class="comment-author">
<?php _e('By','bliss'); ?> <?php comment_author_link(); ?>
</span>
<span class="time">
<?php _e('on','bliss'); ?> <?php comment_date(__('M jS, Y','bliss')); ?>
<?php _e('at','bliss'); ?> <?php comment_time(); ?>
</span>
</p>
<div class="comment-text">
<?php comment_text() ?>
</div>
</li>
<?php // Changes every other comment to a different class
if ('alt' == $oddcomment) $oddcomment = '';
else $oddcomment = 'alt';
endforeach; // end foreach comment
?>
</ol>
<?php
else : // this is displayed if there are no comments so far
if ('open' == $post->comment_status) :
// If comments are open, but there are no comments.
else : // comments are closed
// If comments are closed ?>
<p class="nocomments"><?php _e('Comments are closed.','bliss'); ?></p>
<?php endif;
endif;
if ('open' == $post->comment_status) : ?>
<h3 id="respond"><?php _e('Leave a Reply','bliss'); ?></h3>
<?php if ( get_option('comment_registration') && !$user_ID ) : ?>
<p><?php _e('You must be','bliss'); ?> <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php the_permalink(); ?>"> <?php _e('logged in','bliss'); ?></a> <?php echo ' '; _e('to post a comment.','bliss'); ?></p>
<?php else : ?>
<form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
<?php if ( $user_ID ) : ?>
<p><?php _e('Logged in as','bliss'); ?> <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"> <?php echo $user_identity; ?></a>. <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="<?php _e('Log out of this account','bliss'); ?>"><?php _e('Logout','bliss'); ?> &raquo;</a></p>
<?php else : ?>
<div class="comment-input">
<p><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="40" tabindex="1" />
<label for="author"><?php _e('Name','bliss'); echo ' '; if ($req) _e('(Required)','bliss'); ?></label></p>
<p><input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="40" tabindex="2" />
<label for="email"><?php _e('Email','bliss'); echo ' '; if ($req) if ($req) _e('(Required)','bliss'); ?></label></p>
<p><input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="40" tabindex="3" />
<label for="url"><?php _e('Website','bliss'); ?></label></p>
</div>
<?php endif; ?>
<p class="textarea"><textarea name="comment" id="comment" cols="60" rows="10" tabindex="4"></textarea></p>
<p class="comment-submit"><input class="submit-comment" name="submit" type="submit" id="submit" tabindex="5" value="<?php _e('Submit','bliss'); ?>" />
<input class="reset-comment" name="reset" type="reset" id="reset" tabindex="6" value="<?php _e('Reset','bliss'); ?>" />
<input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
</p>
<div class="comment-footer">
<?php do_action('comment_form', $post->ID); ?>
<p class="allowed-tags"><?php echo '<strong>'; _e('You can use these XHTML tags','bliss'); echo '&#58;</strong>'; ?> &lt;a href=&quot;&quot; title=&quot;&quot;&gt; &lt;abbr title=&quot;&quot;&gt; &lt;acronym title=&quot;&quot;&gt; &lt;blockquote cite=&quot;&quot;&gt; &lt;code&gt; &lt;em&gt; &lt;strong&gt;</p>
</div>
</form>
<?php endif; // If registration required and not logged in ?>
<?php endif; // if you delete this the sky will fall on your head ?>
</div>
\ No newline at end of file
File added
msgid ""
msgstr ""
"Project-Id-Version: Visionary WordPress Theme\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-08-05 06:45-0600\n"
"PO-Revision-Date: 2008-08-05 06:45-0600\n"
"Last-Translator: Justin Tadlock <justin@justintadlock.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: __;_e\n"
"X-Poedit-Basepath: .\n"
"X-Poedit-SearchPath-0: .\n"
#: 404.php:5
msgid "Not Found"
msgstr ""
#: 404.php:8
msgid "Sorry, but you are looking for something that isn&#39;t here."
msgstr ""
#: archive.php:6
msgid "Archive for "
msgstr ""
#: archive.php:7
#: single.php:12
msgid "F jS, Y"
msgstr ""
#: archive.php:8
msgid "F Y"
msgstr ""
#: archive.php:9
#: library/functions/template-functions.php:85
msgid "Y"
msgstr ""
#: archive.php:14
#: tag.php:8
#: library/functions/template-functions.php:270
msgid "You are browsing the archives of"
msgstr ""
#: archive.php:27
#: author.php:19
#: category.php:19
#: comments.php:53
#: index.php:10
#: search.php:23
#: tag.php:21
msgid "M jS, Y"
msgstr ""
#: archive.php:29
#: author.php:21
#: category.php:21
#: index.php:12
#: search.php:25
#: tag.php:23
msgid "No Comments"
msgstr ""
#: archive.php:29
#: author.php:21
#: category.php:21
#: index.php:12
#: search.php:25
#: tag.php:23
msgid "1 Comment"
msgstr ""
#: archive.php:29
#: author.php:21
#: category.php:21
#: index.php:12
#: search.php:25
#: tag.php:23
msgid "% Comments"
msgstr ""
#: archive.php:30
#: author.php:22
#: category.php:22
#: comments.php:43
#: index.php:13
#: search.php:26
#: single.php:14
#: tag.php:24
msgid "Edit"
msgstr ""
#: archive.php:35
#: author.php:27
#: category.php:27
#: index.php:18
#: search.php:31
#: tag.php:29
#: library/settings/general.php:48
#: library/settings/general.php:49
#: library/settings/general.php:66
#: library/settings/general.php:67
#: library/settings/theme-settings-xhtml.php:5
msgid "Excerpts"
msgstr ""
#: archive.php:36
#: author.php:28
#: category.php:28
#: index.php:19
#: search.php:32
#: tag.php:30
msgid "Read more &raquo;"
msgstr ""
#: archive.php:41
#: author.php:33
#: category.php:33
#: index.php:25
#: search.php:37
#: single.php:23
#: tag.php:35
msgid "Categories:"
msgstr ""
#: archive.php:42
#: author.php:34
#: category.php:34
#: index.php:26
#: search.php:38
#: single.php:24
#: tag.php:36
msgid "Tags:"
msgstr ""
#: archive.php:51
#: author.php:43
#: category.php:42
#: index.php:35
#: search.php:46
#: tag.php:45
msgid "Previous Page"
msgstr ""
#: archive.php:52
#: author.php:44
#: category.php:43
#: index.php:36
#: search.php:47
#: tag.php:46
msgid "Next Page"
msgstr ""
#: archive.php:57
#: attachment.php:28
#: author.php:50
#: category.php:49
#: image.php:36
#: search.php:53
#: tag.php:52
msgid "Sorry, no posts matched your criteria."
msgstr ""
#: comments.php:6
msgid "Password Protected"
msgstr ""
#: comments.php:7
msgid "Enter the password to view comments."
msgstr ""
#: comments.php:17
msgid "No Responses"
msgstr ""
#: comments.php:17
msgid "One Response"
msgstr ""
#: comments.php:17
msgid "Responses"
msgstr ""
#: comments.php:18
msgid "to"
msgstr ""
#: comments.php:41
msgid "Permalink"
msgstr ""
#: comments.php:45
msgid "Your comment is awaiting moderation."
msgstr ""
#: comments.php:50
msgid "By"
msgstr ""
#: comments.php:53
msgid "on"
msgstr ""
#: comments.php:54
msgid "at"
msgstr ""
#: comments.php:76
msgid "Comments are closed."
msgstr ""
#: comments.php:82
msgid "Leave a Reply"
msgstr ""
#: comments.php:85
msgid "You must be"
msgstr ""
#: comments.php:85
msgid "logged in"
msgstr ""
#: comments.php:85
msgid "to post a comment."
msgstr ""
#: comments.php:92
msgid "Logged in as"
msgstr ""
#: comments.php:92
msgid "Log out of this account"
msgstr ""
#: comments.php:92
msgid "Logout"
msgstr ""
#: comments.php:98
msgid "Name"
msgstr ""
#: comments.php:98
#: comments.php:101
msgid "(Required)"
msgstr ""
#: comments.php:101
msgid "Email"
msgstr ""
#: comments.php:104
msgid "Website"
msgstr ""
#: comments.php:111
msgid "Submit"
msgstr ""
#: comments.php:112
msgid "Reset"
msgstr ""
#: comments.php:117
msgid "You can use these XHTML tags"
msgstr ""
#: index.php:21
#: page.php:13
#: single.php:19
msgid "Pages:"
msgstr ""
#: search.php:9
msgid "You are browsing the search results for"
msgstr ""
#: includes/widget-insert.php:10
#: includes/widget-insert.php:30
#: includes/widget-insert.php:42
#: library/functions/widgets.php:11
msgid "Home Insert"
msgstr ""
#: includes/widget-insert.php:12
#: library/functions/widgets.php:14
msgid "Attachment Insert"
msgstr ""
#: includes/widget-insert.php:14
#: library/functions/widgets.php:12
msgid "Single Insert"
msgstr ""
#: includes/widget-insert.php:16
#: library/functions/widgets.php:15
msgid "Page Insert"
msgstr ""
#: includes/widget-insert.php:18
#: library/functions/widgets.php:16
msgid "Category Insert"
msgstr ""
#: includes/widget-insert.php:20
#: library/functions/widgets.php:17
msgid "Tag Insert"
msgstr ""
#: includes/widget-insert.php:22
#: library/functions/widgets.php:18
msgid "Search Insert"
msgstr ""
#: includes/widget-insert.php:24
#: library/functions/widgets.php:19
msgid "Author Insert"
msgstr ""
#: includes/widget-insert.php:26
#: library/functions/widgets.php:13
msgid "Archive Insert"
msgstr ""
#: includes/widget-insert.php:28
#: library/functions/widgets.php:20
msgid "404 Insert"
msgstr ""
#: library/functions/filters.php:17
msgid "Subscribe to the feed"
msgstr ""
#: library/functions/filters.php:17
msgid "Subscribe by RSS"
msgstr ""
#: library/functions/filters.php:19
msgid "Subscribe by email"
msgstr ""
#: library/functions/filters.php:73
msgid "Search this site..."
msgstr ""
#: library/functions/filters.php:74
msgid "Go"
msgstr ""
#: library/functions/functions.php:7
msgid "Oooops! It looks like you've messed something up. Try undoing your last edit to see if you can fix it. If it's still broken, check out the support forums."
msgstr ""
#: library/functions/functions.php:161
msgid "posts by"
msgstr ""
#: library/functions/functions.php:188
msgid "posts filed under"
msgstr ""
#: library/functions/template-functions.php:59
msgid "RSS 2.0"
msgstr ""
#: library/functions/template-functions.php:60
msgid "RSS .92"
msgstr ""
#: library/functions/template-functions.php:61
msgid "Atom 0.3"
msgstr ""
#: library/functions/template-functions.php:72
msgid "by"
msgstr ""
#: library/functions/template-functions.php:85
msgid "Copyright"
msgstr ""
#: library/functions/template-functions.php:88
msgid "Powered by"
msgstr ""
#: library/functions/template-functions.php:88
msgid "Powered by WordPress, state-of-the-art semantic personal publishing platform"
msgstr ""
#: library/functions/template-functions.php:88
msgid "WordPress"
msgstr ""
#: library/functions/template-functions.php:112
msgid "404 Not Found"
msgstr ""
#: library/functions/template-functions.php:114
msgid "Category: "
msgstr ""
#: library/functions/template-functions.php:116
msgid "Tag: "
msgstr ""
#: library/functions/template-functions.php:118
msgid "Search Results:"
msgstr ""
#: library/functions/template-functions.php:120
msgid "Archives:"
msgstr ""
#: library/functions/template-functions.php:122
msgid "Attachment:"
msgstr ""
#: library/functions/template-functions.php:171
msgid "Left"
msgstr ""
#: library/functions/template-functions.php:234
msgid "Browse"
msgstr ""
#: library/functions/template-functions.php:236
msgid "Home"
msgstr ""
#: library/functions/template-functions.php:285
msgid "Related Posts"
msgstr ""
#: library/functions/template-functions.php:326
#: library/functions/template-functions.php:333
msgid "Read More &raquo;"
msgstr ""
#: library/settings/about.php:2
msgid "About This Theme"
msgstr ""
#: library/settings/about.php:8
msgid "Theme Description:"
msgstr ""
#: library/settings/about.php:12
msgid "Theme Version:"
msgstr ""
#: library/settings/about.php:16
msgid "Theme Documentation:"
msgstr ""
#: library/settings/about.php:17
msgid "Theme Documentation"
msgstr ""
#: library/settings/about.php:20
msgid "Theme Support:"
msgstr ""
#: library/settings/about.php:21
msgid "Visit the support forums."
msgstr ""
#: library/settings/about.php:24
msgid "Donate:"
msgstr ""
#: library/settings/about.php:25
msgid "Contribute to this project"
msgstr ""
#: library/settings/about.php:25
msgid "Donations"
msgstr ""
#: library/settings/about.php:25
msgid "help keep theme downloads and support free."
msgstr ""
#: library/settings/footer.php:3
msgid "Header &amp; Footer Settings"
msgstr ""
#: library/settings/footer.php:9
msgid "Header Insert:"
msgstr ""
#: library/settings/footer.php:14
msgid "You can place XHTML and JavaScript here to have it inserted automatically into your theme. Take note that this is placed within the &lt;head&gt;&lt;/head&gt; tags. This is useful for adding JavaScript and alternate stylesheets."
msgstr ""
#: library/settings/footer.php:19
msgid "Footer Insert:"
msgstr ""
#: library/settings/footer.php:24
msgid "You can place XHTML and JavaScript here to have it inserted automatically into your theme. If you have a script, such as one from Google Analytics, this could be useful."
msgstr ""
#: library/settings/footer.php:29
msgid "Site Footer:"
msgstr ""
#: library/settings/footer.php:33
msgid "Check this if you want the theme to auto-generate your site's copyright and title in the footer."
msgstr ""
#: library/settings/footer.php:38
msgid "WordPress Love:"
msgstr ""
#: library/settings/footer.php:42
msgid "Want to show your love of WordPress? Check this and a link will be added to your footer back to WordPress.org."
msgstr ""
#: library/settings/footer.php:47
msgid "Justin Tadlock Love:"
msgstr ""
#: library/settings/footer.php:51
msgid "Want to show your love of Justin Tadlock? Just check this and a link will be appended to your footer. This is totally optional. Really."
msgstr ""
#: library/settings/footer.php:56
msgid "Credit Removal:"
msgstr ""
#: library/settings/footer.php:62
msgid "If you've purchased credit removal, you can insert the credit removal key here to have the theme automatically remove the credit links in the footer. Inputting this key helps me keep track of users that have legally purchased credit removal."
msgstr ""
#: library/settings/footer.php:69
#: library/settings/general.php:102
msgid "Update Options"
msgstr ""
#: library/settings/general.php:3
msgid "General Settings"
msgstr ""
#: library/settings/general.php:10
msgid "Feedburner URL:"
msgstr ""
#: library/settings/general.php:15
msgid "If you have a <a href=\"http://feedburner.com\" title=\"Feedburner\"> Feedburner</a> account, you can enter your feed address here to have the theme set your feed URL link. If blank, the theme will default to your WordPress RSS feed."
msgstr ""
#: library/settings/general.php:21
msgid "Author Archive Bio:"
msgstr ""
#: library/settings/general.php:25
msgid "Show author biographical information on author archives with an avatar?"
msgstr ""
#: library/settings/general.php:31
msgid "Print Stylesheet:"
msgstr ""
#: library/settings/general.php:35
msgid "Select this to have the theme automatically include a print stylesheet."
msgstr ""
#: library/settings/general.php:41
msgid "Home Display:"
msgstr ""
#: library/settings/general.php:45
#: library/settings/general.php:46
#: library/settings/general.php:63
#: library/settings/general.php:64
#: library/settings/theme-settings-admin.php:18
#: library/settings/theme-settings-admin.php:19
#: library/settings/theme-settings-xhtml.php:6
msgid "Full Posts"
msgstr ""
#: library/settings/general.php:53
msgid "Select how you want your home page's posts to display."
msgstr ""
#: library/settings/general.php:59
msgid "Archives Display:"
msgstr ""
#: library/settings/general.php:71
msgid "Select how you want your archived posts to display."
msgstr ""
#: library/settings/general.php:77
msgid "Home Insert 1:"
msgstr ""
#: library/settings/general.php:82
#: library/settings/general.php:94
msgid "You can input any XHTML you want to here. You might also have to add CSS rules for this in your stylesheet."
msgstr ""
#: library/settings/general.php:83
msgid "This will be added before your home page's main content."
msgstr ""
#: library/settings/general.php:89
msgid "Home Insert 2:"
msgstr ""
#: library/settings/general.php:95
msgid "This will be added after your home page's main content."
msgstr ""
#: library/settings/theme-settings-admin.php:6
msgid "Bliss"
msgstr ""
#: library/settings/theme-settings-admin.php:7
#: library/settings/theme-settings.php:14
msgid "Bliss Theme Settings"
msgstr ""
#: library/settings/theme-settings-admin.php:59
msgid "Theme"
msgstr ""
#: library/settings/theme-settings-admin.php:71
msgid "Settings saved."
msgstr ""
#: library/settings/theme-settings-admin.php:81
msgid "From this page, you can set multiple options for your site. Everything is just a <em> click of the button</em> away."
msgstr ""
#: library/settings/theme-settings-admin.php:82
msgid "You don't have to touch code at all. Just configure your settings and let the theme work its magic."
msgstr ""
#: library/settings/theme-settings-xhtml.php:15
msgid "Home Section 1:"
msgstr ""
#: library/settings/theme-settings.php:14
msgid "Bliss Settings"
msgstr ""
</div>
<?php op_widget_insert(); // Widget insert hook ?>
</div>
<div id="footer-container">
<div id="footer">
<?php op_footer(); // Theme footer hook ?>
<?php wp_footer(); // WordPress footer hook ?>
</div>
</div>
</div>
</body>
</html>
\ No newline at end of file
<?php
/********************************************************
* Do not modify unless you know what you're doing
********************************************************/
// For international users
load_theme_textdomain('bliss');
// Define constant paths
$op_dir = get_bloginfo('template_directory');
define('OP_LIBRARY', TEMPLATEPATH . '/library');
define('OP_INCLUDES', TEMPLATEPATH . '/includes');
define('OP_WIDGETS', TEMPLATEPATH . '/widgets');
define('OP_FUNCTIONS', OP_LIBRARY . '/functions');
define('OP_SETTINGS', OP_LIBRARY . '/settings');
define('OP_CSS', $op_dir . '/library/css');
define('OP_JS', $op_dir . '/library/js');
// Include required files
require_once(OP_FUNCTIONS . '/filters.php');
require_once(OP_FUNCTIONS . '/functions.php');
require_once(OP_FUNCTIONS . '/get-the-image.php');
require_once(OP_FUNCTIONS . '/get-the-video.php');
require_once(OP_FUNCTIONS . '/hooks.php');
require_once(OP_FUNCTIONS . '/media.php');
require_once(OP_FUNCTIONS . '/template-functions.php');
require_once(OP_FUNCTIONS . '/widgets.php');
// Theme settings
if(is_admin()) require_once(OP_SETTINGS . '/theme-settings.php');
// Return theme settings variable if not admin
if(!is_admin()) $settings = get_option('bliss_theme_settings');
?>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head>
<title><?php op_document_title(); ?></title>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<?php op_head(); // Theme head hook ?>
<?php wp_head(); // WordPress head hook ?>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
</head>
<body>
<div id="body-container">
<?php op_before_header(); ?>
<div id="header">
<<?php echo op_header_tag(); ?> id="site-title">
<a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>"><span><?php bloginfo('name'); ?></span></a>
</<?php echo op_header_tag(); ?>>
<<?php echo op_desc_tag(); ?> id="site-description">
<?php bloginfo('description'); ?>
</<?php echo op_desc_tag(); ?>>
</div>
<?php op_after_header(); ?>
<div id="container">
<div id="<?php echo op_page_id(); ?>" class="<?php echo op_page_class(); ?>">
\ No newline at end of file
<?php get_header(); ?>
<?php if($settings['home_custom_1'] && !is_paged()) include(OP_INCLUDES . '/insert-1.php'); ?>
<?php include(TEMPLATEPATH . '/index.php'); ?>
<?php if($settings['home_custom_1'] && !is_paged()) include(OP_INCLUDES . '/insert-2.php'); ?>
<?php get_footer(); ?>
\ No newline at end of file
<?php get_header(); ?>
<?php if(have_posts()) : while(have_posts()) : the_post(); ?>
<div class="post">
<h1 class="post-title">
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
</h1>
<div class="entry">
<p>
<a href="<?php echo wp_get_attachment_url(); ?>" title="<?php the_title(); ?>">
<img src="<?php echo wp_get_attachment_url(); ?>" alt="<?php the_title(); ?>" />
</a>
</p>
<?php the_content(); ?>
</div>
<div class="navigation-attachment">
<div class="left"><?php previous_image_link(); ?></div>
<div class="right"><?php next_image_link(); ?></div>
</div>
</div>
<?php comments_template(); ?>
<div class="navigation-links section">
<span class="previous"><?php previous_post_link('&laquo; %link'); ?></span>
<span class="next"><?php next_post_link(' %link &raquo;'); ?></span>
</div>
<?php endwhile; ?>
<?php else: ?>
<p><?php _e('Sorry, no posts matched your criteria.','bliss'); ?></p>
<?php endif; ?>
<?php get_footer(); ?>
\ No newline at end of file
wp-content/themes/bliss/images/bullet.gif

45 B

wp-content/themes/bliss/images/code-bg.png

434 B

wp-content/themes/bliss/images/feed.png

764 B

wp-content/themes/bliss/images/trackback.jpg

1.62 KiB

<?php
// Create your own custom home page section/module.
// This is already pre-included in the Structure theme administration panel and home.php.
?>
<div id="home-insert-1" class="section">
<?php echo stripslashes($settings['home_custom_1']); ?>
</div>
\ No newline at end of file
<?php
// Create your own custom home page section/module.
// This is already pre-included in the Structure theme administration panel and home.php.
?>
<div id="home-insert-2" class="section">
<?php echo stripslashes($settings['home_custom_2']); ?>
</div>
\ No newline at end of file
<?php
/**
*
* Widget inserts
* Displays widget area by conditional tags
* @since 0.1
*
*/
if(is_front_page() || is_home())
$insert_id = __('Home Insert','bliss');
elseif(is_attachment())
$insert_id = __('Attachment Insert','bliss');
elseif(is_single())
$insert_id = __('Single Insert','bliss');
elseif(is_page())
$insert_id = __('Page Insert','bliss');
elseif(is_category())
$insert_id = __('Category Insert','bliss');
elseif(is_tag())
$insert_id = __('Tag Insert','bliss');
elseif(is_search())
$insert_id = __('Search Insert','bliss');
elseif(is_author())
$insert_id = __('Author Insert','bliss');
elseif(is_archive())
$insert_id = __('Archive Insert','bliss');
elseif(is_404())
$insert_id = __('404 Insert','bliss');
else
$insert_id = __('Home Insert','bliss');
?>
<div id="widget-insert-container">
<div id='widget-insert'>
<?php op_before_widget_insert(); // Before widgets hook ?>
<?php
if(dynamic_sidebar($insert_id)) :
else :
if(dynamic_sidebar(__('Home Insert','bliss'))) :
endif;
endif;
?>
<?php op_after_widget_insert(); // After widgets hook ?>
</div>
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment