safeandwetcom
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Post Alignment is offIf you notice he left margn of the post is too tight on the box, and the right side has lots of space. How would i go about centering the posts in the frame? THis resulted from changing the index file line 6 because my titles werent showing. the change from posts to posts() made the titles visable but shifted the post to the left.
Forum: Fixing WordPress
In reply to: Published posts bizarre merger.All of the above to no avail! thanks for taking a look.
Forum: Fixing WordPress
In reply to: Post titles missing, one entire post missing on main page.Well switching to Twenty Ten fixes the post title problem, but the ghost post is still there. After the flaming lips post should be a post called whistler weekends 1. there is a link to the video embedded on the end of the flaming lips post wtf??
Forum: Fixing WordPress
In reply to: Missing post titlesif I use post class in the div tag my post content is shifted to the left. thanks for the help btw maybe i should learn some php.
Forum: Fixing WordPress
In reply to: Missing post titlessorry about the lack of code box
Forum: Fixing WordPress
In reply to: Missing post titles<?php get_header(); ?>
<?php $options = get_option(‘pb_options’); ?>
<div id=”middle-contents” class=”clearfix”><div id=”left-col”>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?><div class=”post”>
<h2>“><?php the_title(); ?></h2>
<ul class=”post-info”>- <?php the_time(__(‘F jS, Y’, ‘piano-black’)) ?>
- <?php _e(‘By ‘,’piano-black’); ?><?php the_author_posts_link(); ?>
<?php if ($options[‘author’]) : ?>
<?php endif; ?>
<li class=”write-comment”>#comments”><?php _e(‘Write comment’,’piano-black’); ?>
<?php edit_post_link(__(‘[ EDIT ]’, ‘piano-black’), ‘<li class=”post-edit”>’, ” ); ?><div class=”post-content”>
<?php the_content(__(‘Read more’, ‘piano-black’)); ?>
<?php wp_link_pages(); ?>
</div>
</div>
<div class=”post-meta”>
<ul class=”clearfix”>
<?php if($options[‘post_meta_type’] == ‘category’) { ?>
<li class=”post-category”><?php the_category(‘ . ‘); ?>
<?php } else { ?>
<?php the_tags(‘<li class=”post-tag”>’, ‘ . ‘, ”); ?>
<?php } ?>
<li class=”post-comment”><?php comments_popup_link(__(‘Write comment’, ‘piano-black’), __(‘1 comment’, ‘piano-black’), __(‘% comments’, ‘piano-black’)); ?></div>
<?php endwhile; ?>
<?php if (function_exists(‘wp_pagenavi’)) { wp_pagenavi(); } else { include(‘navigation.php’); } ?>
<?php _e(‘Return top’,’piano-black’); ?>
<?php else: ?>
<div class=”common-navi-wrapper”>
<p><?php _e(“Sorry, but you are looking for something that isn’t here.”,”piano-black”); ?></p>
</div>
<?php endif; ?></div><!– #left-col end –>
<?php get_sidebar(); ?>
</div><!– #middle-contents end –>
<?php get_footer(); ?>
Forum: Themes and Templates
In reply to: Sidebar alignmentyou are a doll, thank you!
Forum: Themes and Templates
In reply to: Sidebar alignmenti swear i had put it at the end, so sorry!
safeandwet.com/safeandwetwp