View Single Post
Old 06-03-2013, 01:21 PM  
RevSand
Confirmed User
 
RevSand's Avatar
 
Industry Role:
Join Date: Oct 2003
Location: Porn Valley
Posts: 8,151
Quote:
Originally Posted by BCyber View Post
delete this



and there's probably something in the index.php file you'll want to remove
I'll give that a try..



Index.php
Quote:
<?php get_header(); ?>

<div class="span-15" id="main-content">
<!-- main loop start -->



<?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>

<div class="post" id="post-<?php the_ID(); ?>">

<h2 class="post-title"><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
<div class="post_by">By <?php the_author_posts_link() ?> on <?php the_time('F jS, Y') ?>. This post has <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?> </div>
<div class="entry">
<?php the_content(); ?><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">Read full story &raquo;</a>
<?php //the_content(); ?>
<div class="category"><?php the_tags(); ?><br />Filed Under:<?php the_category(', ') ?>
</div>


</div>

</div>

<?php endwhile; ?>

<div class="navigation"><br />
<?php posts_nav_link(); ?>
</div>

<?php else : ?>

<div class="post">
<h2><?php _e('Not Found'); ?></h2>
</div>

<?php endif; ?>
</div>

<!-- main loop end -->
<?php get_sidebar(); ?>


<?php get_footer(); ?>
__________________


BadBitchesGoodWeed


Hire me for all your video shooting needs!!
Skype = RevSandx
RevSand is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote